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('MCTP') 70subdir('Memory') 71subdir('Network') 72subdir('Nvme') 73subdir('Object') 74subdir('ObjectMapper') 75generated_others += custom_target( 76 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), 77 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], 78 output: [ 'ObjectMapper.md' ], 79 command: [ 80 sdbuspp_gen_meson_prog, '--command', 'markdown', 81 '--output', meson.current_build_dir(), 82 '--tool', sdbusplusplus_prog, 83 '--directory', meson.current_source_dir() / '../../../yaml', 84 'xyz/openbmc_project/ObjectMapper', 85 ], 86) 87 88subdir('PFR') 89subdir('PLDM') 90subdir('ScheduledTime') 91generated_others += custom_target( 92 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), 93 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], 94 output: [ 'ScheduledTime.md' ], 95 command: [ 96 sdbuspp_gen_meson_prog, '--command', 'markdown', 97 '--output', meson.current_build_dir(), 98 '--tool', sdbusplusplus_prog, 99 '--directory', meson.current_source_dir() / '../../../yaml', 100 'xyz/openbmc_project/ScheduledTime', 101 ], 102) 103 104subdir('Sensor') 105subdir('Smbios') 106subdir('Software') 107subdir('State') 108subdir('Telemetry') 109subdir('Time') 110generated_others += custom_target( 111 'xyz/openbmc_project/Time__markdown'.underscorify(), 112 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], 113 output: [ 'Time.md' ], 114 command: [ 115 sdbuspp_gen_meson_prog, '--command', 'markdown', 116 '--output', meson.current_build_dir(), 117 '--tool', sdbusplusplus_prog, 118 '--directory', meson.current_source_dir() / '../../../yaml', 119 'xyz/openbmc_project/Time', 120 ], 121) 122 123subdir('User') 124subdir('VirtualMedia') 125