Interfaces for IPZ VPD

This commit adds interface YAMLs to provide
access to IPZ VPD (an IBM VPD format).

The interfaces are contained within the
com.ibm.ipzvpd namespace.

The commit also adds a configure option to
enable compiling these interfaces (--enable-ibm-dbus-interfaces)

Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
Change-Id: I4832bc6b6f1e9f7e4235757d69f018b17cb896b1
21 files changed
tree: 6796ac4408a94691ee6edf1721d64beb2fdc5225
  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 dbus interfaces

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