com.meta: add FBPN field for ManufacturerExt usage
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3d54d500e9c64b4890cf9c43c759f3ec9a3d21aa
diff --git a/gen/com/meta/Inventory/meson.build b/gen/com/meta/Inventory/meson.build
new file mode 100644
index 0000000..a30b77c
--- /dev/null
+++ b/gen/com/meta/Inventory/meson.build
@@ -0,0 +1,16 @@
+# Generated file; do not modify.
+subdir('ManufacturerExt')
+generated_others += custom_target(
+ 'com/meta/Inventory/ManufacturerExt__markdown'.underscorify(),
+ input: [ '../../../../yaml/com/meta/Inventory/ManufacturerExt.interface.yaml', ],
+ output: [ 'ManufacturerExt.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/meta/Inventory/ManufacturerExt',
+ ],
+)
+