Allow mapper to introspect ObjectManager interface
There are a number of cases where daemons need the abilty to identify
where the object manager is for a particular path, so it can make use of
GetManagedObjects to reduce the number of dbus calls for enumerating
certain subsystems.
This pathset makes objectmanager show up in the mapper interfaces list.
(From meta-phosphor rev: ca27b7ef42c56510cb9f5e1e3b6028b45eb613f8)
Change-Id: Ibffc2a8755e57b91282319ab6a2e3aa74f89577d
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
index 69cb14f..7c9d5da 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces-mapper-config-native.bb
@@ -10,4 +10,4 @@
inherit native
PHOSPHOR_MAPPER_SERVICE_append = " xyz.openbmc_project"
-PHOSPHOR_MAPPER_INTERFACE_append = " xyz.openbmc_project"
+PHOSPHOR_MAPPER_INTERFACE_append = " xyz.openbmc_project org.freedesktop.DBus.ObjectManager"