com.meta: add compatible device strings for yosemite5
Add compatible device strings specific to yosemite5 hardware.
These compatible strings will be used to identify supported devices
in firmware updates.
Change-Id: I1e143486e72c41b6b6e6c4190f9ec122f6e70a4e
Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.com>
diff --git a/gen/com/meta/Hardware/Yosemite5/meson.build b/gen/com/meta/Hardware/Yosemite5/meson.build
new file mode 100644
index 0000000..7ca594b
--- /dev/null
+++ b/gen/com/meta/Hardware/Yosemite5/meson.build
@@ -0,0 +1,38 @@
+# Generated file; do not modify.
+
+sdbusplus_current_path = 'com/meta/Hardware/Yosemite5'
+
+generated_sources += custom_target(
+ 'com/meta/Hardware/Yosemite5__cpp'.underscorify(),
+ input: ['../../../../../yaml/com/meta/Hardware/Yosemite5.interface.yaml'],
+ output: [
+ 'common.hpp',
+ 'server.hpp',
+ 'server.cpp',
+ 'aserver.hpp',
+ 'client.hpp',
+ ],
+ depend_files: sdbusplusplus_depfiles,
+ command: [
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
+ 'com/meta/Hardware/Yosemite5',
+ ],
+ install: should_generate_cpp,
+ install_dir: [
+ get_option('includedir') / sdbusplus_current_path,
+ get_option('includedir') / sdbusplus_current_path,
+ false,
+ get_option('includedir') / sdbusplus_current_path,
+ get_option('includedir') / sdbusplus_current_path,
+ ],
+ build_by_default: should_generate_cpp,
+)
+