From 91380d59fd79594a77e60dd28b8550ce8215fe77 Mon Sep 17 00:00:00 2001 From: Dinesh Chinari Date: Sun, 18 Jun 2017 22:50:09 -0500 Subject: Common: Create UUID intventory Interface. Created an Common Interface UUID with property name UUID. Change-Id: Ic1b5928c6cd330f9d88929810ee5c422221e100f Signed-off-by: Dinesh Chinari --- xyz/openbmc_project/Common/UUID.interface.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xyz/openbmc_project/Common/UUID.interface.yaml 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. -- cgit v1.2.1