summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorDinesh Chinari <chinari@us.ibm.com>2017-06-18 22:50:09 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 20:44:19 +0000
commit91380d59fd79594a77e60dd28b8550ce8215fe77 (patch)
tree1f25d9c1b6d2d9a0f53fb2cfca729650b1810d68 /xyz
parent6f69ae5b33ee224358cb4c2061f4ad44c6b36d70 (diff)
downloadphosphor-dbus-interfaces-91380d59fd79594a77e60dd28b8550ce8215fe77.tar.gz
phosphor-dbus-interfaces-91380d59fd79594a77e60dd28b8550ce8215fe77.zip
Common: Create UUID intventory Interface.
Created an Common Interface UUID with property name UUID. Change-Id: Ic1b5928c6cd330f9d88929810ee5c422221e100f Signed-off-by: Dinesh Chinari <chinari@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common/UUID.interface.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/UUID.interface.yaml b/xyz/openbmc_project/Common/UUID.interface.yaml
new file mode 100644
index 0000000..7699674
--- /dev/null
+++ b/xyz/openbmc_project/Common/UUID.interface.yaml
@@ -0,0 +1,8 @@
+description: >
+ Implement to provide system UUID
+properties:
+ - name: UUID
+ type: string
+ description: >
+ UUID of object to which the interface is bound.
+ It is in canonical 8-4-4-4-12 format as per RFC 4122.
OpenPOWER on IntegriCloud