From 733162815ccd1112a12f819a90a4b1bb644cbf87 Mon Sep 17 00:00:00 2001 From: jomui Date: Wed, 29 Nov 2017 20:13:46 +0900 Subject: [PATCH] add XamarinFormsMaps Manual TCT package to skip the User Consent Signed-off-by: jomui Change-Id: I4b1fca3e17057605c7dc40b64b695ec41083f293 --- packaging/maps-plugin-here.spec | 2 +- src/here_userconsent.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packaging/maps-plugin-here.spec b/packaging/maps-plugin-here.spec index a2328b3..c6b60fe 100644 --- a/packaging/maps-plugin-here.spec +++ b/packaging/maps-plugin-here.spec @@ -1,6 +1,6 @@ Name: maps-plugin-here Summary: Tizen HERE Maps Plug-in Library -Version: 0.3.31 +Version: 0.3.32 Release: 1 Group: Location/Libraries License: Apache-2.0 and HERE diff --git a/src/here_userconsent.cpp b/src/here_userconsent.cpp index 7da2491..d88af57 100644 --- a/src/here_userconsent.cpp +++ b/src/here_userconsent.cpp @@ -81,7 +81,7 @@ here_error_e HereUserConsent::GetUserConsent(bool *consent) return HERE_ERROR_NONE; } - const int testAppIdCount = 7; + const int testAppIdCount = 8; const char* testAppIdList[testAppIdCount] = { "org.tizen.capi-maps-service-native-utc", "org.tizen.capi-maps-service-native-itc", @@ -89,7 +89,8 @@ here_error_e HereUserConsent::GetUserConsent(bool *consent) "native.capi-maps-service-itc", "Tizen.Maps.Test", "Tizen.Maps.Manual.Test", - "Tizen.XamarinFormsMaps.Tests" + "Tizen.XamarinFormsMaps.Tests", + "Tizen.XamarinFormsMaps.Manual.Tests", }; int enabled = 0; -- 2.34.1