Port in intel-dbus-interfaces content

This takes the com.intel.Control.* content from the
intel-dbus-interfaces repo and puts it into the yaml/com/intel subdir.

Tested:
    meson build -Ddata_com_intel=true && ninja -C build
    Configures and builds, creating a library with the
    com.intel.Control.* interfaces in it (inspected using nm)

Change-Id: I42b07b734483a4a2c9ba89e1bcadbc08d5b074b5
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/gen/com/intel/Control/meson.build b/gen/com/intel/Control/meson.build
new file mode 100644
index 0000000..2342e1e
--- /dev/null
+++ b/gen/com/intel/Control/meson.build
@@ -0,0 +1,31 @@
+# Generated file; do not modify.
+subdir('NMISource')
+generated_others += custom_target(
+    'com/intel/Control/NMISource__markdown'.underscorify(),
+    input: [ '../../../../yaml/com/intel/Control/NMISource.interface.yaml',  ],
+    output: [ 'NMISource.md' ],
+    depend_files: sdbusplusplus_depfiles,
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../yaml',
+        'com/intel/Control/NMISource',
+    ],
+)
+
+subdir('OCOTShutdownPolicy')
+generated_others += custom_target(
+    'com/intel/Control/OCOTShutdownPolicy__markdown'.underscorify(),
+    input: [ '../../../../yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml',  ],
+    output: [ 'OCOTShutdownPolicy.md' ],
+    depend_files: sdbusplusplus_depfiles,
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../yaml',
+        'com/intel/Control/OCOTShutdownPolicy',
+    ],
+)
+