From: Young-Ae Kang Date: Thu, 11 Jun 2015 12:23:32 +0000 (+0900) Subject: [Build error] Added unused location vconf key because of capi-system-runtime-info. X-Git-Tag: accepted/tizen/3.0.2015.q2/common/20150615.091842^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2015.q2_common;p=platform%2Fcore%2Fappfw%2Fvconf-internal-keys.git [Build error] Added unused location vconf key because of capi-system-runtime-info. Signed-off-by: Young-Ae Kang Change-Id: Iafd7207fe39826322bdbb8844c1f10ebf08c7051 --- diff --git a/include/vconf-internal-location-keys.h b/include/vconf-internal-location-keys.h index 0f3326b..ad1d88f 100644 --- a/include/vconf-internal-location-keys.h +++ b/include/vconf-internal-location-keys.h @@ -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__ */