summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-11-14 19:02:24 +0000
committerGerrit Code Review <gerrit@openbmc>2016-11-14 19:02:24 +0000
commit719ac45c838c31542df13822c8287fda2ea1ce02 (patch)
tree5d4c3b780a896c7743f87327151b29ff7a6abd56 /xyz/openbmc_project
parent54302fc69d9fd56e3bdfeccc9d0e4a719e985a64 (diff)
parent902c01fc56f19f6cffcc52f16ca65aaca0800e8e (diff)
downloadphosphor-dbus-interfaces-719ac45c838c31542df13822c8287fda2ea1ce02.tar.gz
phosphor-dbus-interfaces-719ac45c838c31542df13822c8287fda2ea1ce02.zip
Merge "Add xyz.openbmc_project.Association"
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/Association.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Association.interface.yaml b/xyz/openbmc_project/Association.interface.yaml
new file mode 100644
index 0000000..a7abb36
--- /dev/null
+++ b/xyz/openbmc_project/Association.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+ Implement to represent arbitrary associations between objects in the DBus
+ namespace.
+
+ An object implementing Association describes a one way, one to many
+ association where the parent object is associated to the objects
+ in the Endpoints property, with the association type defined as the name
+ of the object implementing Association.
+properties:
+ - name: Endpoints
+ type: as # TODO should be ao
+ description: >
+ An array of association endpoints.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud