1# Generated file; do not modify. 2subdir('Association') 3generated_others += custom_target( 4 'xyz/openbmc_project/Association__markdown'.underscorify(), 5 input: [ '../../../yaml/xyz/openbmc_project/Association.interface.yaml', ], 6 output: [ 'Association.md' ], 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'markdown', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.current_source_dir() / '../../../yaml', 12 'xyz/openbmc_project/Association', 13 ], 14) 15 16subdir('BIOSConfig') 17subdir('Certs') 18generated_others += custom_target( 19 'xyz/openbmc_project/Certs__markdown'.underscorify(), 20 input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ], 21 output: [ 'Certs.md' ], 22 command: [ 23 sdbuspp_gen_meson_prog, '--command', 'markdown', 24 '--output', meson.current_build_dir(), 25 '--tool', sdbusplusplus_prog, 26 '--directory', meson.current_source_dir() / '../../../yaml', 27 'xyz/openbmc_project/Certs', 28 ], 29) 30 31subdir('Channel') 32subdir('Chassis') 33subdir('Collection') 34subdir('Common') 35generated_others += custom_target( 36 'xyz/openbmc_project/Common__markdown'.underscorify(), 37 input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ], 38 output: [ 'Common.md' ], 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/Common', 45 ], 46) 47 48subdir('Condition') 49subdir('Control') 50subdir('Dump') 51subdir('HardwareIsolation') 52subdir('Inventory') 53generated_others += custom_target( 54 'xyz/openbmc_project/Inventory__markdown'.underscorify(), 55 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], 56 output: [ 'Inventory.md' ], 57 command: [ 58 sdbuspp_gen_meson_prog, '--command', 'markdown', 59 '--output', meson.current_build_dir(), 60 '--tool', sdbusplusplus_prog, 61 '--directory', meson.current_source_dir() / '../../../yaml', 62 'xyz/openbmc_project/Inventory', 63 ], 64) 65 66subdir('Ipmi') 67subdir('Led') 68subdir('Logging') 69subdir('Memory') 70subdir('Network') 71subdir('Nvme') 72subdir('Object') 73subdir('ObjectMapper') 74generated_others += custom_target( 75 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), 76 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], 77 output: [ 'ObjectMapper.md' ], 78 command: [ 79 sdbuspp_gen_meson_prog, '--command', 'markdown', 80 '--output', meson.current_build_dir(), 81 '--tool', sdbusplusplus_prog, 82 '--directory', meson.current_source_dir() / '../../../yaml', 83 'xyz/openbmc_project/ObjectMapper', 84 ], 85) 86 87subdir('PFR') 88subdir('PLDM') 89subdir('ScheduledTime') 90generated_others += custom_target( 91 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), 92 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], 93 output: [ 'ScheduledTime.md' ], 94 command: [ 95 sdbuspp_gen_meson_prog, '--command', 'markdown', 96 '--output', meson.current_build_dir(), 97 '--tool', sdbusplusplus_prog, 98 '--directory', meson.current_source_dir() / '../../../yaml', 99 'xyz/openbmc_project/ScheduledTime', 100 ], 101) 102 103subdir('Sensor') 104subdir('Smbios') 105subdir('Software') 106subdir('State') 107subdir('Telemetry') 108subdir('Time') 109generated_others += custom_target( 110 'xyz/openbmc_project/Time__markdown'.underscorify(), 111 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], 112 output: [ 'Time.md' ], 113 command: [ 114 sdbuspp_gen_meson_prog, '--command', 'markdown', 115 '--output', meson.current_build_dir(), 116 '--tool', sdbusplusplus_prog, 117 '--directory', meson.current_source_dir() / '../../../yaml', 118 'xyz/openbmc_project/Time', 119 ], 120) 121 122subdir('User') 123subdir('VirtualMedia') 124