From 0574d8acee1ce5b2d2e13b178dd1cc7c0c754084 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Wed, 10 Aug 2016 07:47:11 +0900 Subject: [PATCH] [common] apply changed deviced interface [verification] filesystem/systeminfo TC are passed Change-Id: I68c00e2ea569251a772a87af2c33cd29e9a98b67 --- src/common/filesystem/filesystem_provider_deviced.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/filesystem/filesystem_provider_deviced.cc b/src/common/filesystem/filesystem_provider_deviced.cc index 3c22667d..e8613a8f 100644 --- a/src/common/filesystem/filesystem_provider_deviced.cc +++ b/src/common/filesystem/filesystem_provider_deviced.cc @@ -29,7 +29,7 @@ namespace { static const char* kBus = "org.tizen.system.storage"; -static const char* kBlockIface = "org.tizen.system.storage.Block"; +static const char* kBlockIface = "org.tizen.system.storage.BlockManager"; static const char* kBlackManagerIface = "org.tizen.system.storage.BlockManager"; static const char* kPath = "/Org/Tizen/System/Storage/Block/Manager"; static const char* kDeviceChangedMethod = "DeviceChanged"; -- 2.34.1