Add Drive Inventory Item

Redfish uses the pattern of looking up item by type,
add drive so that this pattern can continue.

Change-Id: I9bcbe25d6ae2a940fb7e27fa96b40879a45ac888
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/xyz/openbmc_project/Inventory/Item/Drive.Interface.yaml b/xyz/openbmc_project/Inventory/Item/Drive.Interface.yaml
new file mode 100644
index 0000000..0818726
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Item/Drive.Interface.yaml
@@ -0,0 +1,4 @@
+description: >
+    Implement to provide drive attributes.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4