Change dbus name 26/71326/1 accepted/tizen/common/20160526.150026 accepted/tizen/ivi/20160525.235534 accepted/tizen/mobile/20160525.235610 accepted/tizen/tv/20160525.235506 accepted/tizen/wearable/20160525.235524 submit/tizen/20160525.083856
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 25 May 2016 05:12:12 +0000 (14:12 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Wed, 25 May 2016 05:12:12 +0000 (14:12 +0900)
Change-Id: I14e677a7dbd9720480d740841c3be407cc697e72
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
packaging/media-server.spec
src/common/media-common-system.c

index 3aa712c..5f1cd01 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       media-server
 Summary:    A server for media content management
-Version:    0.2.83
+Version:    0.2.84
 Release:    0
 Group:      Multimedia/Service
 License:    Apache-2.0
index 280665b..b9de041 100755 (executable)
@@ -38,8 +38,8 @@
 /// CHECK THE STORATE(MMC, USB) STATE
 //////////////////////////////////////////////////////////////////////////////
 
-#define DEVICED_BUS_NAME       "org.tizen.system.deviced"
-#define DEVICED_OBJECT_PATH    "/Org/Tizen/System/DeviceD"
+#define DEVICED_BUS_NAME       "org.tizen.system.storage"
+#define DEVICED_OBJECT_PATH    "/Org/Tizen/System/Storage"
 #define DEVICED_INTERFACE_NAME DEVICED_BUS_NAME
 
 #define DEVICED_PATH_BLOCK                  DEVICED_OBJECT_PATH"/Block"