openbmc / phosphor-objmgr

Phosphor Object Manager
Apache License 2.0
6 stars 8 forks source link

mapper APIs do not conform to phosphor-dbus-interfaces #20

Open williamspatrick opened 3 years ago

williamspatrick commented 3 years ago

Many cases of the ObjectMapper.interface.yaml specify path but mapper implementation is actually using strings. We should fix up the implementation to follow the API definition.

See https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/39157/4..5/redfish-core/include/utils/fw_utils.hpp for some discussion.