From 2513f69847bb04e80e4e2f1f3e3134fb33117a7c Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Wed, 5 Jul 2017 14:59:02 +0530 Subject: Define the AssetTag interface Change-Id: I46ccac9e3e68f3b505885667aca9cc80c847aa63 Signed-off-by: Tom Joseph --- xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml diff --git a/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml b/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml new file mode 100644 index 0000000..2c674cc --- /dev/null +++ b/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml @@ -0,0 +1,8 @@ +description: > + Implement to provide Asset Tag. +properties: + - name: AssetTag + type: string + description: > + The tag provided to an object to identify it. + -- cgit v1.2.1