Devide dbus connection of block from other deviced modules 29/70729/1 accepted/tizen/common/20160525.155726 submit/tizen/20160524.061815
authorpr.jung <pr.jung@samsung.com>
Fri, 20 May 2016 08:21:46 +0000 (17:21 +0900)
committerpr.jung <pr.jung@samsung.com>
Fri, 20 May 2016 08:21:46 +0000 (17:21 +0900)
Change-Id: Ibcb3c2c1a1899ce74663a6633be50c67870c5906
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/storage-external-dbus.h

index e9db898..d279c65 100644 (file)
@@ -25,8 +25,8 @@
 #include <gio/gio.h>
 #include "list.h"
 
-#define STORAGE_EXT_BUS_NAME              "org.tizen.system.deviced"
-#define STORAGE_EXT_PATH                  "/Org/Tizen/System/DeviceD/Block"
+#define STORAGE_EXT_BUS_NAME              "org.tizen.system.storage"
+#define STORAGE_EXT_PATH                  "/Org/Tizen/System/Storage/Block"
 #define STORAGE_EXT_PATH_DEVICES          STORAGE_EXT_PATH"/Devices"
 #define STORAGE_EXT_PATH_MANAGER          STORAGE_EXT_PATH"/Manager"
 #define STORAGE_EXT_IFACE                 STORAGE_EXT_BUS_NAME".Block"