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/host-bmc/host_pdr_handler.hpp b/host-bmc/host_pdr_handler.hpp index 352dbf4..87da96c 100644 --- a/host-bmc/host_pdr_handler.hpp +++ b/host-bmc/host_pdr_handler.hpp
@@ -268,6 +268,12 @@ */ void setPresenceFrus(); + /** @brief Set the Present dbus Property + * @param[in] path - object path + * @return + */ + void setPresentPropertyStatus(const std::string& path); + /** @brief Set the availabilty dbus Property * @param[in] path - object path */