Change dbus policy to receive broadcast signal 57/141857/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170803.140650 accepted/tizen/3.0/ivi/20170803.011242 accepted/tizen/3.0/mobile/20170803.011232 accepted/tizen/3.0/wearable/20170803.011237 submit/tizen_3.0/20170802.060041
authorkj7.sung <kj7.sung@samsung.com>
Wed, 2 Aug 2017 00:37:05 +0000 (09:37 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Wed, 2 Aug 2017 00:37:05 +0000 (09:37 +0900)
Change-Id: I16b77ea58d6cda38ee993676e2f90a42c9e11102
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
31 files changed:
AUTHORS
lbs-server/config/lbs-server.conf
lbs-server/include/gps_plugin_data_types.h
lbs-server/include/gps_plugin_extra_data_types.h
lbs-server/include/gps_plugin_intf.h
lbs-server/include/nps_plugin_intf.h
lbs-server/src/data_connection.c
lbs-server/src/data_connection.h
lbs-server/src/debug_util.h
lbs-server/src/dump_log.c
lbs-server/src/dump_log.h
lbs-server/src/gps_plugin_module.c
lbs-server/src/gps_plugin_module.h
lbs-server/src/last_position.c
lbs-server/src/last_position.h
lbs-server/src/lbs_server.c
lbs-server/src/lbs_server.h
lbs-server/src/nmea_logger.c
lbs-server/src/nmea_logger.h
lbs-server/src/nps_plugin_module.c
lbs-server/src/nps_plugin_module.h
lbs-server/src/server.c
lbs-server/src/server.h
lbs-server/src/setting.c
lbs-server/src/setting.h
module/gps_module.c
module/log.h
module/nps_module.c
module/passive_module.c
packaging/lbs-server.changes
packaging/lbs-server.spec

diff --git a/AUTHORS b/AUTHORS
index 01fda69e01dcaff75d646587051e002ef3b3cf59..780f67443909fe96f7921247a459a7a8c2cb3b3e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,5 @@
+Kyoungjun Sung <kj7.sung@samsung.com>
+Seechan Kim <cbible.kim@samsung.com>
 Youngae Kang <youngae.kang@samsung.com>
 Minjune Kim <sena06.kim@gmail.com>
 Genie Kim <daejins.kim@samsung.com>
index 5591193ba5125a19c2f6592117d7aaff7299cce1..463d13dd7e7b243664faf6d8097b6a39d1b6ccd5 100644 (file)
@@ -5,7 +5,6 @@
        <!-- root can own the service -->
        <policy user="root">
                <allow own="org.tizen.lbs.Providers.LbsServer"/>
-
                <!-- Allow all methods on interfaces -->
                <allow send_destination="org.tizen.lbs.Providers.LbsServer"/>
                <allow receive_sender="org.tizen.lbs.Providers.LbsServer"/>
                <allow receive_sender="org.tizen.lbs.Providers.LbsServer"/>
        </policy>
 
-       <!-- for Test
-       <policy at_console="true">
-               <allow own="org.tizen.lbs.Providers.LbsServer"/>
-               <allow send_destination="org.tizen.lbs.Providers.LbsServer"/>
-               <allow receive_sender="org.tizen.lbs.Providers.LbsServer"/>
-       </policy>
-       -->
-
        <policy context="default">
                <allow own="org.tizen.lbs.Providers.LbsServer"/>
                <deny send_destination="org.tizen.lbs.Providers.LbsServer"/>
+               <allow send_type="signal" send_destination="org.tizen.lbs.Providers.LbsServer"/>
                <allow receive_sender="org.tizen.lbs.Providers.LbsServer"/>
 
-               <check send_destination="org.tizen.lbs.Providers.LbsServer" send_interface="org.tizen.lbs.Manager" privilege="http://tizen.org/privilege/location" />
-               <check send_destination="org.tizen.lbs.Providers.LbsServer" send_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
-               <check send_destination="org.tizen.lbs.Providers.LbsServer" send_interface="org.tizen.lbs.Nmea" privilege="http://tizen.org/privilege/location" />
-               <check send_destination="org.tizen.lbs.Providers.LbsServer" send_interface="org.tizen.lbs.Satellite" privilege="http://tizen.org/privilege/location" />
-               <check send_destination="org.tizen.lbs.Providers.LbsServer" send_interface="org.tizen.lbs.Batch" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Manager" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Nmea" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Satellite" privilege="http://tizen.org/privilege/location" />
-               <check receive_sender="org.tizen.lbs.Providers.LbsServer" receive_interface="org.tizen.lbs.Batch" privilege="http://tizen.org/privilege/location" />
+               <check send_destination="org.tizen.lbs.Providers.LbsServer"
+                               send_interface="org.tizen.lbs.Manager" privilege="http://tizen.org/privilege/location" />
+               <check send_destination="org.tizen.lbs.Providers.LbsServer"
+                               send_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
+               <check send_destination="org.tizen.lbs.Providers.LbsServer"
+                               send_interface="org.tizen.lbs.Nmea" privilege="http://tizen.org/privilege/location" />
+               <check send_destination="org.tizen.lbs.Providers.LbsServer"
+                               send_interface="org.tizen.lbs.Satellite" privilege="http://tizen.org/privilege/location" />
+               <check send_destination="org.tizen.lbs.Providers.LbsServer"
+                               send_interface="org.tizen.lbs.Batch" privilege="http://tizen.org/privilege/location" />
 
-               <!-- This tag is for HW geofence
-               <allow send_interface="org.tizen.lbs.Geofence"/>
-               <allow receive_interface="org.tizen.lbs.Geofence"/>
-               -->
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Manager" privilege="http://tizen.org/privilege/location" />
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Position" privilege="http://tizen.org/privilege/location" />
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Nmea" privilege="http://tizen.org/privilege/location" />
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Satellite" privilege="http://tizen.org/privilege/location" />
+               <check receive_sender="org.tizen.lbs.Providers.LbsServer"
+                               receive_interface="org.tizen.lbs.Batch" privilege="http://tizen.org/privilege/location" />
        </policy>
 </busconfig>
index 9fbdac39c18aca5ea37ecbea83c549060fc08230..96f22f032b2c1891cee38e570020980b49fe8f87 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index f815489fd6c6ea3e61a09b85decdf39620e1e8d0..6535a1ea8d062d877ebaacacc446ace26cad9a11 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 221bcc4748c3091351cb3eb3b5a362b5bcd0e121..c9a1a4a6157de2a19d0acf51c30444392a0b3943 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *                     Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 3e392f607be7bc416efbba0143925d3467c0fa84..cf4672c8f7d55996b1e51f1da622485d679b7749 100644 (file)
@@ -3,10 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>,
- *                     Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>,
- *                     Ming Zhu <mingwu.zhu@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -24,7 +20,7 @@
 #define _NPS_PLUGIN_INTF_H_
 
 #define NPS_UNIQUE_ID_LEN (20)
-#define NPS_PLUGIN_PATH        "/usr/lib/libSLP-nps-plugin.so"
+#define NPS_PLUGIN_PATH        LIB_DIR"/libSLP-nps-plugin.so"
 
 typedef struct {
        double latitude;        /* decimal degree (WGS84) */
index 644064257c23212acfd0788d6befa1890cb19eea..4b8557e62731ab81fe6aa979ef08ad0b809cdf87 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index a98f6f62e7fb347f7f1e3fd79364e783f87e6b32..f7887e9f8b1e51741b0993d639e1f873f3b3bee1 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index a2f025259862fa509636180f52d3d0beaacdd714..53ead275c3879319090f448319761b388f4d28cf 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 45f4b3cfe2b0a5e0f39ef9b20aaa1b2efeba07e1..cfc9bad491f1d41e30a21ea846718e6a55f8c0d4 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 1bc5fa981960d5b8073f72d042bfd702b8c5122b..a019909749ab22f588067f69cb986fd41f3901ea 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index e3821a2296ddfbfd2a7379b803f68cbf902290b1..5aed089dccd00905050595622e7027bcd730ffd7 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 62a675cc13531b08a83b7c1d7d7506ec822f0a49..e9fa660d26fc08693caa2f62e2b24f43cfa1c9dc 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 9e65b712d317f0f6844776375ef7875e4ca6cd2a..8e9cc381e57da8937acd2a64c2ea383a69d9428e 100755 (executable)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -36,7 +33,7 @@ void gps_set_last_position(const pos_data_t *pos)
 {
        if (pos == NULL) return;
 
-       LOG_GPS(DBG_LOW, "set_last_position[%d]", pos->timestamp);
+       LOG_GPS(DBG_LOW, "set_last_position[%ld]", pos->timestamp);
 
        char location[128] = {0,};
        snprintf(location, sizeof(location), "%.6lf;%.6lf;%.2lf;%.2lf;%.2lf;%.2lf;%.2lf;", pos->latitude, pos->longitude, pos->altitude, pos->speed, pos->bearing, pos->hor_accuracy, pos->ver_accuracy);
@@ -129,7 +126,7 @@ void gps_get_last_position(pos_data_t *last_pos)
                last_location[index] = (char *)strtok_r(NULL, ";", &last);
        }
 
-       LOG_GPS(DBG_LOW, "get_last_position[%d]", last_pos->timestamp);
+       LOG_GPS(DBG_LOW, "get_last_position[%ld]", last_pos->timestamp);
 }
 
 void gps_set_last_mock(int timestamp, double lat, double lon, double alt, double spd, double dir, double h_acc)
index 010f5f888357de9c2bce4bf93ceee5392b841d81..2bbe5b6856a608dc751e1be386d683485702d326 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index e6bd81cb0d6bba9daa149fac02dc1dfe5f207be7..2a3b699f9637cd5571b30829bb09881d8266f8ea 100755 (executable)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index bb52ca89d9097d2167cf5ab439d857936feb8f5b..41437ac27fbf4b6296ad241ba566b1ca466dc911 100755 (executable)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 5d19f6ae4833034356875c0e6084fcf72448b0b7..4b53c8662085ef7af9c5ef22f66fbdd120477477 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index f9132c8095e7d664bc590712533d1cb88c5a22ef..443c045ac276789a3780b1291dff1de0408d0987 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 5fa7ed3189d559657a289914fb25dfe3bd60132f..f9ce3e44ddd07cd066d4857dca7b1ce001215677 100644 (file)
@@ -3,10 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Dong Wei <d.wei@samsung.com>,
- *          Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>,
- *          Ming Zhu <mingwu.zhu@samsung.com>, Congyi Shi <congyi.shi@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -59,15 +55,14 @@ int nps_is_dummy_plugin_module()
 
 int nps_load_plugin_module(void **plugin_handle)
 {
-       LOG_NPS(DBG_LOW, "Begin to load plugin module");
+       LOG_NPS(DBG_LOW, "Begin to load NPS plugin module");
 
        char plugin_path[256] = {0};
 
        strncpy(plugin_path, NPS_PLUGIN_PATH, sizeof(plugin_path));
 
        if (access(plugin_path, R_OK) != 0) {
-               LOG_NPS(DBG_ERR, "Failed to access plugin module. [%s]", plugin_path);
-               LOG_NPS(DBG_LOW, "load dummy");
+               LOG_NPS(DBG_ERR, "Failed to access NPS plugin[%s]. Dummy loading", plugin_path);
                g_plugin = &g_dummy;
                g_is_nps_dummy_module = TRUE;
                return TRUE;
@@ -76,7 +71,7 @@ int nps_load_plugin_module(void **plugin_handle)
        *plugin_handle = dlopen(plugin_path, RTLD_NOW);
        if (!*plugin_handle) {
                LOG_NPS(DBG_ERR, "Failed to load plugin module. [%s]", plugin_path);
-               /* LOG_NPS(DBG_ERR, "%s", dlerror()); */
+               LOG_NPS(DBG_ERR, "%s", dlerror());
                return FALSE;
        }
 
index 3428a9b1151e6b6074266bd06052981f7595b167..50a726acafc109929cfd1d8c5f4079276d9eeca3 100644 (file)
@@ -3,10 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Dong Wei <d.wei@samsung.com>,
- *          Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>,
- *          Ming Zhu <mingwu.zhu@samsung.com>, Congyi Shi <congyi.shi@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index d09fe83303f4bd6306e9b0b022ebf3615311747c..d09fa11dc57d5ebdfbc31dc3e00fbe395cdba39a 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 1c8cea0c4754a7ca8b2a853003d3b7eaad609340..5fcd7c70b5d08b9aa0da6ce9811c29e90126764a 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index cc5dbffa781e7ccaea92b6120503fc427271ddbc..6e67beed4409df697433b11def25477871a34574 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 8aa6cd0989e321172c934754a6212795dbc1a674..723b4a04b3008ca0b52cfaac50ce9c5530b29a30 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index d3063439bd6118f225a4f669fb9160cf91609a99..eee096c9a4b2d97af2ca2af5677a2bfb235cc16d 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 14fac721499e66c94783b0fd29762a15f1e3faa9..d29eb22cad630e8f039c16ee50501b0305f61dd7 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 976bd79ae183ff9c9fc91a6a7811db65a14f9127..bc16b35244d61ee4e8daae5178a805287c64cb1b 100644 (file)
@@ -3,10 +3,6 @@
  *
  * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd All Rights Reserved
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Dong Wei <d.wei@samsung.com>,
- *          Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>,
- *          Ming Zhu <mingwu.zhu@samsung.com>, Congyi Shi <congyi.shi@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index e722c9fd205caef14d08b1907253f4b60197c8a0..0ae9c4718c6dd58e697caf09d9e2ef03f9b8d198 100644 (file)
@@ -3,9 +3,6 @@
  *
  * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Youngae Kang <youngae.kang@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
- *          Genie Kim <daejins.kim@samsung.com>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 5a5f00f6cdc7aaef1771f61ef101aa63b07f5d6e..446f60350cec276e9f156992b2a755ee61d1007f 100644 (file)
@@ -1,3 +1,9 @@
+[Version]      lbs-server_1.1.7
+[Date]         2 Aug 2017
+[Changes]      Change dbus policy to receive broadcast signal
+[Developer]    Kyoungjun Sung <kj7.sung@samsung.com>
+
+================================================================================
 [Version]      lbs-server_1.1.6
 [Date]         28 Mar 2017
 [Changes]      Fix dynamic interval to support multi handle
index 7465586704a1da50240ff52bbbc117614bcf613c..35901687e717fc05f1967264325534843c694c02 100644 (file)
@@ -1,6 +1,6 @@
 Name:    lbs-server
 Summary: LBS Server for Tizen
-Version: 1.1.6
+Version: 1.1.7
 Release: 1
 Group:   Location/Service
 License: Apache-2.0