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/Hoth/meson.build b/gen/com/google/gbmc/Hoth/meson.build
new file mode 100644
index 0000000..4acfe71
--- /dev/null
+++ b/gen/com/google/gbmc/Hoth/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+ 'com/google/gbmc/Hoth__cpp'.underscorify(),
+ input: [ '../../../../../yaml/com/google/gbmc/Hoth.interface.yaml', ],
+ output: [ 'error.cpp', 'error.hpp', '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',
+ 'com/google/gbmc/Hoth',
+ ],
+)
+