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/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build b/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build
new file mode 100644
index 0000000..73e70ac
--- /dev/null
+++ b/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'xyz/openbmc_project/Inventory/Connector/Slot__cpp'.underscorify(),
+    input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'cpp',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../../../yaml',
+        'xyz/openbmc_project/Inventory/Connector/Slot',
+    ],
+)
+