[Common] Dbus name is changed. 11/71411/1
authorTomasz Marciniak <t.marciniak@samsung.com>
Wed, 25 May 2016 08:50:38 +0000 (10:50 +0200)
committerTomasz Marciniak <t.marciniak@samsung.com>
Wed, 25 May 2016 08:50:38 +0000 (10:50 +0200)
[Feature] deviced name changed to storage.

[Verification] Code compiles.

Change-Id: Id0f1e834350c3bd65175be5f392e1b5cdd44c727
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
src/common/filesystem/filesystem_provider_deviced.cc

index 7edd020..87e04a5 100644 (file)
 #include "common/logger.h"
 
 namespace {
-static const char* kBus = "org.tizen.system.deviced";
-static const char* kBlockIface = "org.tizen.system.deviced.Block";
-static const char* kBlackManagerIface = "org.tizen.system.deviced.BlockManager";
-static const char* kPath = "/Org/Tizen/System/DeviceD/Block/Manager";
+static const char* kBus = "org.tizen.system.storage";
+static const char* kBlockIface = "org.tizen.system.storage.Block";
+static const char* kBlackManagerIface = "org.tizen.system.storage.BlockManager";
+static const char* kPath = "/Org/Tizen/System/Storage/Block/Manager";
 static const char* kDeviceChangedMethod = "DeviceChanged";
 static const char* kGetDeviceListMethod = "GetDeviceList";
 }  // namespace