Add Hoth interface

Create a new google namespace and add the Hoth interface to this
namespace.

Signed-off-by: John Edward Broadbent <jebr@google.com>
Change-Id: I001dc34ef081885b6094d3d1aab578b0d882b53a
diff --git a/gen/com/google/gbmc/meson.build b/gen/com/google/gbmc/meson.build
new file mode 100644
index 0000000..8cce8a2
--- /dev/null
+++ b/gen/com/google/gbmc/meson.build
@@ -0,0 +1,15 @@
+# Generated file; do not modify.
+subdir('Hoth')
+generated_others += custom_target(
+    'com/google/gbmc/Hoth__markdown'.underscorify(),
+    input: [ '../../../../yaml/com/google/gbmc/Hoth.interface.yaml',  ],
+    output: [ 'Hoth.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.current_source_dir() / '../../../../yaml',
+        'com/google/gbmc/Hoth',
+    ],
+)
+