From d1dc4c41b93406088d514a8f4c57a1c15c32039c Mon Sep 17 00:00:00 2001 From: Tomasz Marciniak Date: Wed, 25 May 2016 10:50:38 +0200 Subject: [PATCH] [Common] Dbus name is changed. [Feature] deviced name changed to storage. [Verification] Code compiles. Change-Id: Id0f1e834350c3bd65175be5f392e1b5cdd44c727 Signed-off-by: Tomasz Marciniak --- src/common/filesystem/filesystem_provider_deviced.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/filesystem/filesystem_provider_deviced.cc b/src/common/filesystem/filesystem_provider_deviced.cc index 7edd020..87e04a5 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 -- 2.7.4