commit | f935537d2433b9c431c3af5a2bcb2ea58a3e321d | [log] [tgz] |
---|---|---|
author | Archana Kakani <archana.kakani@ibm.com> | Tue Feb 04 03:13:24 2025 -0600 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Mon Feb 10 05:16:53 2025 +0000 |
tree | 87eb8c1f2eae0f288ecca09684ef60d9fd33b8a7 | |
parent | 1634a6e93f1e9b2efb508216f2d90fd1d5af3e4c [diff] [blame] |
host-bmc: Implement Availability interface Adding support to host Availability dbus interface. PLDM hosts this dbus interface to provide the availability of the FRUs hosted by PLDM. The Availability interface is defined at [1]. Tested: Functional test passed [1]: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/State/Decorator/Availability.interface.yaml Change-Id: Ie5912b3683ce102a249c8b503ea9f455f0fbcabf Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
diff --git a/host-bmc/test/meson.build b/host-bmc/test/meson.build index 0b9271e..5f7ba7b 100644 --- a/host-bmc/test/meson.build +++ b/host-bmc/test/meson.build
@@ -8,6 +8,7 @@ '../utils.cpp', '../dbus/custom_dbus.cpp', '../dbus/asset.cpp', + '../dbus/availability.cpp', '../dbus/cable.cpp', '../dbus/chassis.cpp', '../dbus/cpu_core.cpp',