Add PLDM.Event Interface

This interface implements the StateSensorEvent signal. When the
PLDM daemon receives a state sensor EventMessages, it emits the
StateSensorEvent signal.The application that has subscribed to
the signal then receives the sensorEventMessage it needs.The
application needs relevant filters for the signal data.

Signed-off-by: Chicago Duan <duanzhijia01@inspur.com>
Change-Id: I615a2851c79634e8d068805140ff635c8adb41b8
1 file changed
tree: 461e527c0bfc6f2408dc3031c029cb6e2d83b83b
  1. com/
  2. org/
  3. xyz/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. generate_makefile.sh
  8. generate_yaml_makefile.sh
  9. LICENSE
  10. MAINTAINERS
  11. Makefile.am
  12. Makefile.interfaces.in
  13. Makefile.yaml.in
  14. phosphor-dbus-interfaces.pc.in
  15. README.md
README.md

phosphor-dbus-interfaces

YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.

Only the xyz/openbmc_project interfaces are built by default.

Enable the OpenPower D-Bus interfaces with:

--enable-openpower-dbus-interfaces

Enable IBM D-Bus interfaces with:

--enable-ibm-dbus-interfaces