summaryrefslogtreecommitdiffstats
path: root/org
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-08-22 16:36:55 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-08-28 12:11:58 -0500
commitf5eaf3905ce3dff9c79d89bfc1e69f38ad107a5d (patch)
treee64081263b953861fb53dd96fd401ea1e9c2d070 /org
parent9a782243990e834a88c8c2cfd272f4411670a2d7 (diff)
downloadphosphor-bmc-code-mgmt-f5eaf3905ce3dff9c79d89bfc1e69f38ad107a5d.tar.gz
phosphor-bmc-code-mgmt-f5eaf3905ce3dff9c79d89bfc1e69f38ad107a5d.zip
Generate sdbusplus bindings for Associations.
- Generate sdbusplus server bindings for the org.openbmc.Associations interface in makefile. - Add YAML file that describes the org.openbmc.Associations interface. Change-Id: Ibb83e4828280f0a5383e901b914e40257eb4a7ff Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'org')
-rw-r--r--org/openbmc/Associations.interface.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org/openbmc/Associations.interface.yaml b/org/openbmc/Associations.interface.yaml
new file mode 100644
index 0000000..3259123
--- /dev/null
+++ b/org/openbmc/Associations.interface.yaml
@@ -0,0 +1,12 @@
+description: >
+ Implement to delegate org.openbmc.Association interface management
+ responsibilities to another application.
+properties:
+ - name: associations
+ type: array[struct[string,string,string]]
+ description: >
+ An array of forward, reverse, endpoint tuples where:
+ forward - The type of the association.
+ reverse - The type of the association to create for the endpoint.
+ endpoint - The association endpoint.
+
OpenPOWER on IntegriCloud