summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Item.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Inventory/Item.interface.yaml')
-rw-r--r--xyz/openbmc_project/Inventory/Item.interface.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Inventory/Item.interface.yaml b/xyz/openbmc_project/Inventory/Item.interface.yaml
new file mode 100644
index 0000000..dfae631
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Item.interface.yaml
@@ -0,0 +1,14 @@
+description: >
+ Implement to provide basic item attributes. Required by all objects
+ within the inventory namespace.
+properties:
+ - name: PrettyName
+ type: s
+ description: >
+ The human readable name of the item.
+ - name: Present
+ type: b
+ description: >
+ Whether or not the item is present.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud