summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xyz/openbmc_project/Common/ObjectPath.interface.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/ObjectPath.interface.yaml b/xyz/openbmc_project/Common/ObjectPath.interface.yaml
new file mode 100644
index 0000000..ad3a410
--- /dev/null
+++ b/xyz/openbmc_project/Common/ObjectPath.interface.yaml
@@ -0,0 +1,12 @@
+description: >
+ An interface which contains a D-Bus object path.
+
+ This may be used along with other interfaces when a particular
+ D-Bus object needs to show information about another object
+ and using associations is not possible.
+
+properties:
+ - name: Path
+ type: string
+ description: >
+ The object path of a D-Bus object.
OpenPOWER on IntegriCloud