diff options
Diffstat (limited to 'org/openbmc/Associations.interface.yaml')
-rw-r--r-- | org/openbmc/Associations.interface.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/org/openbmc/Associations.interface.yaml b/org/openbmc/Associations.interface.yaml deleted file mode 100644 index 9be60ce..0000000 --- a/org/openbmc/Associations.interface.yaml +++ /dev/null @@ -1,13 +0,0 @@ -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 |