GPS plugin list updated 29/82429/1 accepted/tizen/common/20160805.125905 accepted/tizen/ivi/20160808.080508 accepted/tizen/mobile/20160808.080425 accepted/tizen/wearable/20160808.080456 submit/tizen/20160805.024428
authorkj7.sung <kj7.sung@samsung.com>
Wed, 3 Aug 2016 08:53:52 +0000 (17:53 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Wed, 3 Aug 2016 08:53:52 +0000 (17:53 +0900)
Change-Id: I58947b3c1e2233e935121fd86a0f865ecd12b466
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
lbs-server/include/gps_plugin_intf.h
lbs-server/src/server.c
packaging/lbs-server.changes
packaging/lbs-server.spec

index b0700fa604d87a91e0a36bff3a92861d772b58fc..221bcc4748c3091351cb3eb3b5a362b5bcd0e121 100644 (file)
@@ -319,8 +319,6 @@ typedef enum {
        GPS_ACTION_SEND_PARAMS  = 0x000,
        GPS_ACTION_START_SESSION,
        GPS_ACTION_STOP_SESSION,
-       GPS_ACTION_START_BATCH,
-       GPS_ACTION_STOP_BATCH,
        GPS_ACTION_CHANGE_INTERVAL,
 
        GPS_INDI_SUPL_VERIFICATION,
@@ -335,6 +333,9 @@ typedef enum {
        GPS_ACTION_DELETE_GEOFENCE,
        GPS_ACTION_PAUSE_GEOFENCE,
        GPS_ACTION_RESUME_GEOFENCE,
+
+       GPS_ACTION_START_BATCH,
+       GPS_ACTION_STOP_BATCH,
 } gps_action_t;
 
 /**
index 78bf24abccfb0aa7281c558f74bd4a7a78389c1b..8da7e7d224ac6b59b3afdc4f83a3a55cacb00896 100644 (file)
@@ -68,6 +68,7 @@
 #define BRCM47520_PATH PLATFORM_PATH"/bcm47520"
 #define BRCM47511_PATH PLATFORM_PATH"/bcm47511"
 #define BRCM47522_PATH PLATFORM_PATH"/bcm47522"
+#define BRCM477_PATH   PLATFORM_PATH"/gps"
 #define CSR_PATH               PLATFORM_PATH"/gsd4t"
 #define QCOM8210_PATH  PLATFORM_PATH"/msm8210_gps"
 #define QCOM8x30_PATH  PLATFORM_PATH"/msm8x30_gps"
@@ -1086,7 +1087,7 @@ void check_plugin_module(char *module_name)
                g_strlcpy(module_name, "replay", strlen("replay") + 1);
                LOG_GPS(DBG_LOW, "REPLAY_ENABELD is TRUE");
        } else if (access(BRCM4752_PATH, F_OK) == 0 || access(BRCM47520_PATH, F_OK) == 0 ||
-                               access(BRCM47522_PATH, F_OK) == 0) {
+                               access(BRCM47522_PATH, F_OK) == 0 || access(BRCM477_PATH, F_OK) == 0) {
                g_strlcpy(module_name, "brcm", strlen("brcm") + 1);
        } else if (access(BRCM47511_PATH, F_OK) == 0) {
                g_strlcpy(module_name, "brcm-legacy", strlen("brcm-legacy") + 1);
@@ -1098,6 +1099,7 @@ void check_plugin_module(char *module_name)
                g_strlcpy(module_name, "qcom", strlen("qcom") + 1);
        } else {
                g_strlcpy(module_name, "replay", strlen("replay") + 1);
+               LOG_GPS(DBG_LOW, "There is no gps module");
        }
 
        LOG_GPS(DBG_LOW, ">> module name : %s", module_name);
index 22138cb674525e8b657becd4ae27267a238a21be..6ae235729da8bc3753db3d7ddd30bdfa15cf3678 100644 (file)
@@ -1,3 +1,9 @@
+[Version]      lbs-server_1.0.6
+[Date]         3 Aug 2016
+[Changes]      GPS plugin list updated.
+[Developer]    Kyoungjun Sung <kj7.sung@samsung.com>
+
+================================================================================
 [Version]      lbs-server_1.0.5
 [Date]         7 Jul 2016
 [Changes]      Change batch behavior about HW batching in emulator mode.
index 0c85185bda1b277ef14228e541bcaaf1381171c7..a7ef541a18596afbeda62ce4ca11f60f154b68fb 100644 (file)
@@ -1,6 +1,6 @@
 Name:    lbs-server
 Summary: LBS Server for Tizen
-Version: 1.0.5
+Version: 1.0.6
 Release: 1
 Group:   Location/Service
 License: Apache-2.0