summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2017-03-20 11:48:33 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-20 11:48:33 -0500
commit6d9b18d5e51b269d741c13120a35a7b780ac8928 (patch)
tree31fba8ce5433b9f544cdd4c21b3ef8a25b3ae4ba
parent167bee72bf265f1c86d685dd8c6ad38ae0a9d2f7 (diff)
downloadphosphor-fan-presence-6d9b18d5e51b269d741c13120a35a7b780ac8928.tar.gz
phosphor-fan-presence-6d9b18d5e51b269d741c13120a35a7b780ac8928.zip
ObjectMapper: revert service and intf name change
Partial fix for openbmc/openbmc#1112. Change-Id: I6080bcefeb2c4fbeff2311aeb3abe1af74652994 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--fan_enclosure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fan_enclosure.cpp b/fan_enclosure.cpp
index 4d8cae2..cb0c423 100644
--- a/fan_enclosure.cpp
+++ b/fan_enclosure.cpp
@@ -28,9 +28,9 @@ namespace presence
using namespace phosphor::logging;
//TODO Should get these from phosphor-objmgr config.h
-constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.object_mapper";
+constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper";
constexpr auto MAPPER_PATH = "/xyz/openbmc_project/object_mapper";
-constexpr auto MAPPER_INTERFACE = "xyz.openbmc_project.object_mapper";
+constexpr auto MAPPER_INTERFACE = "xyz.openbmc_project.ObjectMapper";
//TODO Should get these from phosphor-inventory-manager config.h
constexpr auto INVENTORY_PATH = "/xyz/openbmc_project/inventory";
OpenPOWER on IntegriCloud