1# Generated file; do not modify. 2generated_sources += custom_target( 3 'xyz/openbmc_project/Inventory__cpp'.underscorify(), 4 input: [ '../../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], 5 output: [ 'error.cpp', 'error.hpp', ], 6 depend_files: sdbusplusplus_depfiles, 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'cpp', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.current_source_dir() / '../../../../yaml', 12 'xyz/openbmc_project/Inventory', 13 ], 14) 15 16subdir('Connector') 17subdir('Decorator') 18subdir('Item') 19generated_others += custom_target( 20 'xyz/openbmc_project/Inventory/Item__markdown'.underscorify(), 21 input: [ '../../../../yaml/xyz/openbmc_project/Inventory/Item.interface.yaml', ], 22 output: [ 'Item.md' ], 23 depend_files: sdbusplusplus_depfiles, 24 command: [ 25 sdbuspp_gen_meson_prog, '--command', 'markdown', 26 '--output', meson.current_build_dir(), 27 '--tool', sdbusplusplus_prog, 28 '--directory', meson.current_source_dir() / '../../../../yaml', 29 'xyz/openbmc_project/Inventory/Item', 30 ], 31) 32 33subdir('Manager') 34generated_others += custom_target( 35 'xyz/openbmc_project/Inventory/Manager__markdown'.underscorify(), 36 input: [ '../../../../yaml/xyz/openbmc_project/Inventory/Manager.interface.yaml', ], 37 output: [ 'Manager.md' ], 38 depend_files: sdbusplusplus_depfiles, 39 command: [ 40 sdbuspp_gen_meson_prog, '--command', 'markdown', 41 '--output', meson.current_build_dir(), 42 '--tool', sdbusplusplus_prog, 43 '--directory', meson.current_source_dir() / '../../../../yaml', 44 'xyz/openbmc_project/Inventory/Manager', 45 ], 46) 47 48subdir('Source') 49