location code: add new item interface to support more connections types

Provide informaiton on different types of physical connections.
Supporting:
 - Slot
 - Embedded

Only supporting these two options since it can be used to cover most
cases.

The location type can be used by the IPMI OEM or Redfish to represent
the physical location of the hardware. A client wrapper client around
IPMI/Redfish can use it along with physical location to determine/build
device path of the hardware.

Change-Id: I2a8cf408d52f2434bc0c7874f5006215fc7203f5
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
new file mode 100644
index 0000000..bfaf9ad
--- /dev/null
+++ b/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
@@ -0,0 +1,4 @@
+description: >
+  Implement to provide slot connector attributes. An slot component is
+  a swappable component that can be removed by a user and considered
+  field-replaceable. The slot compoment represents a PCIe slot connections.