summaryrefslogtreecommitdiffstats
path: root/org/openbmc/Associations.interface.yaml
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-27 00:22:50 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-03-15 09:20:14 -0500
commit867f7aa7098ebcc3f62fec7faa6121390d1bd055 (patch)
tree95b893fb018a14db974d22431e60cec2858aa13c /org/openbmc/Associations.interface.yaml
parent98a1834c461836302bd3c0bc66cc4f6e1e55cd57 (diff)
downloadphosphor-logging-867f7aa7098ebcc3f62fec7faa6121390d1bd055.tar.gz
phosphor-logging-867f7aa7098ebcc3f62fec7faa6121390d1bd055.zip
Generate sdbusplus bindings
Generate sdbusplus server bindings for the org.openbmc.Associations interface. Add YAML file that describes the org.openbmc.Associations interface. Change-Id: Ic72e372ec817a49f4e6f5305b693173d90ee5e24 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'org/openbmc/Associations.interface.yaml')
-rw-r--r--org/openbmc/Associations.interface.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org/openbmc/Associations.interface.yaml b/org/openbmc/Associations.interface.yaml
new file mode 100644
index 0000000..9be60ce
--- /dev/null
+++ b/org/openbmc/Associations.interface.yaml
@@ -0,0 +1,13 @@
+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.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud