From: Tomasz Marciniak Date: Wed, 25 May 2016 08:50:38 +0000 (+0200) Subject: [Common] Dbus name is changed. X-Git-Tag: submit/tizen/20160525.083856~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1dc4c41b93406088d514a8f4c57a1c15c32039c;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Common] Dbus name is changed. [Feature] deviced name changed to storage. [Verification] Code compiles. Change-Id: Id0f1e834350c3bd65175be5f392e1b5cdd44c727 Signed-off-by: Tomasz Marciniak --- diff --git a/src/common/filesystem/filesystem_provider_deviced.cc b/src/common/filesystem/filesystem_provider_deviced.cc index 7edd0200..87e04a54 100644 --- a/src/common/filesystem/filesystem_provider_deviced.cc +++ b/src/common/filesystem/filesystem_provider_deviced.cc @@ -28,10 +28,10 @@ #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