inventory.decorator: define extended manufacturing fields

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Iaf65461133bfdd335922191fda01f84d999cc8ed
diff --git a/gen/xyz/openbmc_project/Inventory/Decorator/meson.build b/gen/xyz/openbmc_project/Inventory/Decorator/meson.build
index 68ae7bf..3ad9f4e 100644
--- a/gen/xyz/openbmc_project/Inventory/Decorator/meson.build
+++ b/gen/xyz/openbmc_project/Inventory/Decorator/meson.build
@@ -89,6 +89,21 @@
     build_by_default: true,
 )
 
+subdir('ManufacturerExt')
+generated_others += custom_target(
+    'xyz/openbmc_project/Inventory/Decorator/ManufacturerExt__markdown'.underscorify(),
+    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml',  ],
+    output: [ 'ManufacturerExt.md' ],
+    command: [
+        sdbuspp_gen_meson_prog, '--command', 'markdown',
+        '--output', meson.current_build_dir(),
+        '--tool', sdbusplusplus_prog,
+        '--directory', meson.source_root(),
+        'xyz/openbmc_project/Inventory/Decorator/ManufacturerExt',
+    ],
+    build_by_default: true,
+)
+
 subdir('MeetsMinimumShipLevel')
 generated_others += custom_target(
     'xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel__markdown'.underscorify(),