From: Hyunjin Park Date: Tue, 9 Aug 2016 22:47:11 +0000 (+0900) Subject: [common] apply changed deviced interface X-Git-Tag: submit/tizen/20160810.070210~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0574d8acee1ce5b2d2e13b178dd1cc7c0c754084;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [common] apply changed deviced interface [verification] filesystem/systeminfo TC are passed Change-Id: I68c00e2ea569251a772a87af2c33cd29e9a98b67 --- 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";