summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-03-20 13:20:10 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-03-20 14:18:41 -0500
commitfca9cc6df49f623126858ad7ec0a13ffae17c3f6 (patch)
treeaeef2842756b065e955481e8f29a872822c022b5 /xyz/openbmc_project/Common
parent9e98c8daaeca22870e865ffd3d3fd42fc4339626 (diff)
downloadphosphor-dbus-interfaces-fca9cc6df49f623126858ad7ec0a13ffae17c3f6.tar.gz
phosphor-dbus-interfaces-fca9cc6df49f623126858ad7ec0a13ffae17c3f6.zip
Move FilePath to Common dir and update Software README
The FilePath yaml was initially created under the base xyz/openbmc_project/ directory. There's now a Common subdirectory to hold all the common yaml files, so move it there. Also update the Software README to include the Common FilePath interface. Change-Id: Ibb18e198f68927c0629accc103f37055abd0f5d1 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Common')
-rw-r--r--xyz/openbmc_project/Common/FilePath.interface.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/FilePath.interface.yaml b/xyz/openbmc_project/Common/FilePath.interface.yaml
new file mode 100644
index 0000000..355298a
--- /dev/null
+++ b/xyz/openbmc_project/Common/FilePath.interface.yaml
@@ -0,0 +1,11 @@
+description: >
+ An interface which encapsulates a file-system path on the BMC.
+
+ Typically, this is added onto an existing object path to show a
+ relationship between the object, in the dbus namespace, and a file, in
+ the filesystem namespace.
+properties:
+ - name: Path
+ type: string
+ description: >
+ The filesystem path for the dbus object.
OpenPOWER on IntegriCloud