[Build error] Added unused location vconf key because of capi-system-runtime-info. 98/41198/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091842 accepted/tizen/common/20150612.070040 accepted/tizen/mobile/20150612.133920 accepted/tizen/tv/20150612.133936 accepted/tizen/wearable/20150612.133133 submit/tizen/20150611.122858 submit/tizen_3.0.2015.q2_common/20150615.075539
authorYoung-Ae Kang <youngae.kang@samsung.com>
Thu, 11 Jun 2015 12:23:32 +0000 (21:23 +0900)
committerYoung-Ae Kang <youngae.kang@samsung.com>
Thu, 11 Jun 2015 12:24:48 +0000 (21:24 +0900)
Signed-off-by: Young-Ae Kang <youngae.kang@samsung.com>
Change-Id: Iafd7207fe39826322bdbb8844c1f10ebf08c7051

include/vconf-internal-location-keys.h

index 0f3326b..ad1d88f 100644 (file)
@@ -174,4 +174,7 @@ enum {
 
 #define VCONFKEY_LOCATION_SUPL_VERSION  "db/location/supl/Version"
 
+/* capi-system-runtime-info is still using in tizen 3.0. it didn't use the key in tizen 2.4 */
+#define VCONFKEY_LOCATION_AGPS_ENABLED "db/location/setting/AgpsEnabled"
+
 #endif /*   __VCONF_INTERNAL_LOCATION_KEYS_H__    */