Release Tizen2.0 beta
[framework/location/gps-manager.git] / gps-manager / setting.h
index b938af0..2e640a6 100644 (file)
 #define _GPS_MANAGER_SETTING_H_
 
 #include <vconf.h>
-#include <vconf-keys.h>
-
-#define VCONFKEY_WPS_STATE     "memory/wps/state"
-
-#define LOCATION_SETTING_PATH  "db/location"
-
-#define GPS_SETTING            LOCATION_SETTING_PATH"/gps"
-#define GPS_OPERATION          GPS_SETTING"/Operation"
-#define GPS_STARTING           GPS_SETTING"/Starting"
-#define GPS_SESSION            GPS_SETTING"/Session"
-
-#define SUPL_SETTING           LOCATION_SETTING_PATH"/supl"
-#define SUPL_SERVER            SUPL_SETTING"/Server"
-#define SUPL_PORT              SUPL_SETTING"/Port"
-#define SUPL_SSL               SUPL_SETTING"/SslEnabled"
-
-#define NMEA_SETTING           LOCATION_SETTING_PATH"/nmea"
-#define NMEA_LOGGING           NMEA_SETTING"/LoggingEnabled"
-
-#define REPLAY_SETTING                 LOCATION_SETTING_PATH"/replay"
-#define REPLAY_ENABLED                 REPLAY_SETTING"/ReplayEnabled"
-
-#define LAST_POSITION          LOCATION_SETTING_PATH"/last"
-#define METHOD_GPS              LAST_POSITION"/gps"
-
-#define LAST_TIMESTAMP          METHOD_GPS"/Timestamp"
-#define LAST_LATITUDE           METHOD_GPS"/Latitude"
-#define LAST_LONGITUDE          METHOD_GPS"/Longitude"
-#define LAST_ALTITUDE           METHOD_GPS"/Altitude"
-#define LAST_SPEED             METHOD_GPS"/Speed"
-#define LAST_DIRECTION                 METHOD_GPS"/Direction"
-#define LAST_HOR_ACCURACY       METHOD_GPS"/HorAccuracy"
-#define LAST_VER_ACCURACY       METHOD_GPS"/VerAccuracy"
+#include <vconf-internal-location-keys.h>
 
 typedef enum {
        POSITION_OFF = 0,