commit | c366447aecf9f76638430c484c94178cc1d90464 | [log] [tgz] |
---|---|---|
author | Archana Kakani <archana.kakani@ibm.com> | Tue Feb 04 05:36:37 2025 -0600 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Mon Feb 10 05:16:53 2025 +0000 |
tree | a85683fd5ebfebc5c0a076e926c2f7946f107231 | |
parent | 42876b6c6e4e260765bfa166e2e19893a2b9ec51 [diff] [blame] |
host-bmc: Implement Inventory Item interface Adding support to host Inventory Item dbus interface. PLDM hosts the dbus interface based on the entity type. The Inventory Item interface is defined at [1]. Tested: Functional test passed [1]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml Change-Id: Ifed3cc01d825a69d64afcffd8447f7c8d9387913 Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
diff --git a/libpldmresponder/meson.build b/libpldmresponder/meson.build index 58c0cec..14c8bb0 100644 --- a/libpldmresponder/meson.build +++ b/libpldmresponder/meson.build
@@ -34,6 +34,7 @@ '../host-bmc/dbus/cable.cpp', '../host-bmc/dbus/chassis.cpp', '../host-bmc/dbus/cpu_core.cpp', + '../host-bmc/dbus/inventory_item.cpp', '../host-bmc/utils.cpp', '../host-bmc/dbus/pcie_device.cpp', '../host-bmc/dbus/pcie_slot.cpp',