From 90ebe2de07efe918b0bf6488409700461f0a2a40 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 22 May 2018 15:21:48 -0500 Subject: Create ObjectPath interface The xyz.openbmc_project.Common.ObjectPath interface contains a single property that holds an object path. This can be used when an object wants to show information about another D-Bus object and using an association is not possible. Change-Id: I3eb45ef6c7e27c889db139e2d8178be9e4461704 Signed-off-by: Matt Spinler --- xyz/openbmc_project/Common/ObjectPath.interface.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 xyz/openbmc_project/Common/ObjectPath.interface.yaml (limited to 'xyz') 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. -- cgit v1.2.1