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') 52generated_others += custom_target( 53 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), 54 input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ], 55 output: [ 'HardwareIsolation.md' ], 56 command: [ 57 sdbuspp_gen_meson_prog, '--command', 'markdown', 58 '--output', meson.current_build_dir(), 59 '--tool', sdbusplusplus_prog, 60 '--directory', meson.current_source_dir() / '../../../yaml', 61 'xyz/openbmc_project/HardwareIsolation', 62 ], 63) 64 65subdir('Inventory') 66generated_others += custom_target( 67 'xyz/openbmc_project/Inventory__markdown'.underscorify(), 68 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], 69 output: [ 'Inventory.md' ], 70 command: [ 71 sdbuspp_gen_meson_prog, '--command', 'markdown', 72 '--output', meson.current_build_dir(), 73 '--tool', sdbusplusplus_prog, 74 '--directory', meson.current_source_dir() / '../../../yaml', 75 'xyz/openbmc_project/Inventory', 76 ], 77) 78 79subdir('Ipmi') 80subdir('Led') 81subdir('Logging') 82subdir('MCTP') 83subdir('Memory') 84subdir('Network') 85subdir('Nvme') 86subdir('Object') 87subdir('ObjectMapper') 88generated_others += custom_target( 89 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), 90 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], 91 output: [ 'ObjectMapper.md' ], 92 command: [ 93 sdbuspp_gen_meson_prog, '--command', 'markdown', 94 '--output', meson.current_build_dir(), 95 '--tool', sdbusplusplus_prog, 96 '--directory', meson.current_source_dir() / '../../../yaml', 97 'xyz/openbmc_project/ObjectMapper', 98 ], 99) 100 101subdir('PFR') 102subdir('PLDM') 103subdir('ScheduledTime') 104generated_others += custom_target( 105 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), 106 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], 107 output: [ 'ScheduledTime.md' ], 108 command: [ 109 sdbuspp_gen_meson_prog, '--command', 'markdown', 110 '--output', meson.current_build_dir(), 111 '--tool', sdbusplusplus_prog, 112 '--directory', meson.current_source_dir() / '../../../yaml', 113 'xyz/openbmc_project/ScheduledTime', 114 ], 115) 116 117subdir('Sensor') 118subdir('Smbios') 119subdir('Software') 120subdir('State') 121subdir('Telemetry') 122subdir('Time') 123generated_others += custom_target( 124 'xyz/openbmc_project/Time__markdown'.underscorify(), 125 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], 126 output: [ 'Time.md' ], 127 command: [ 128 sdbuspp_gen_meson_prog, '--command', 'markdown', 129 '--output', meson.current_build_dir(), 130 '--tool', sdbusplusplus_prog, 131 '--directory', meson.current_source_dir() / '../../../yaml', 132 'xyz/openbmc_project/Time', 133 ], 134) 135 136subdir('User') 137subdir('VirtualMedia') 138