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 depend_files: sdbusplusplus_depfiles, 8 command: [ 9 sdbuspp_gen_meson_prog, '--command', 'markdown', 10 '--output', meson.current_build_dir(), 11 '--tool', sdbusplusplus_prog, 12 '--directory', meson.current_source_dir() / '../../../yaml', 13 'xyz/openbmc_project/Association', 14 ], 15) 16 17subdir('BIOSConfig') 18subdir('Certs') 19generated_others += custom_target( 20 'xyz/openbmc_project/Certs__markdown'.underscorify(), 21 input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ], 22 output: [ 'Certs.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/Certs', 30 ], 31) 32 33subdir('Channel') 34subdir('Chassis') 35subdir('Collection') 36subdir('Common') 37generated_others += custom_target( 38 'xyz/openbmc_project/Common__markdown'.underscorify(), 39 input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ], 40 output: [ 'Common.md' ], 41 depend_files: sdbusplusplus_depfiles, 42 command: [ 43 sdbuspp_gen_meson_prog, '--command', 'markdown', 44 '--output', meson.current_build_dir(), 45 '--tool', sdbusplusplus_prog, 46 '--directory', meson.current_source_dir() / '../../../yaml', 47 'xyz/openbmc_project/Common', 48 ], 49) 50 51subdir('Condition') 52subdir('Console') 53subdir('Control') 54subdir('Debug') 55subdir('Dump') 56subdir('HardwareIsolation') 57generated_others += custom_target( 58 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), 59 input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ], 60 output: [ 'HardwareIsolation.md' ], 61 depend_files: sdbusplusplus_depfiles, 62 command: [ 63 sdbuspp_gen_meson_prog, '--command', 'markdown', 64 '--output', meson.current_build_dir(), 65 '--tool', sdbusplusplus_prog, 66 '--directory', meson.current_source_dir() / '../../../yaml', 67 'xyz/openbmc_project/HardwareIsolation', 68 ], 69) 70 71subdir('Inventory') 72generated_others += custom_target( 73 'xyz/openbmc_project/Inventory__markdown'.underscorify(), 74 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], 75 output: [ 'Inventory.md' ], 76 depend_files: sdbusplusplus_depfiles, 77 command: [ 78 sdbuspp_gen_meson_prog, '--command', 'markdown', 79 '--output', meson.current_build_dir(), 80 '--tool', sdbusplusplus_prog, 81 '--directory', meson.current_source_dir() / '../../../yaml', 82 'xyz/openbmc_project/Inventory', 83 ], 84) 85 86subdir('Ipmi') 87subdir('Led') 88subdir('Logging') 89subdir('MCTP') 90subdir('Memory') 91subdir('Metric') 92subdir('Network') 93subdir('Nvme') 94subdir('Object') 95subdir('ObjectMapper') 96generated_others += custom_target( 97 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), 98 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], 99 output: [ 'ObjectMapper.md' ], 100 depend_files: sdbusplusplus_depfiles, 101 command: [ 102 sdbuspp_gen_meson_prog, '--command', 'markdown', 103 '--output', meson.current_build_dir(), 104 '--tool', sdbusplusplus_prog, 105 '--directory', meson.current_source_dir() / '../../../yaml', 106 'xyz/openbmc_project/ObjectMapper', 107 ], 108) 109 110subdir('PFR') 111subdir('PLDM') 112subdir('ScheduledTime') 113generated_others += custom_target( 114 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), 115 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], 116 output: [ 'ScheduledTime.md' ], 117 depend_files: sdbusplusplus_depfiles, 118 command: [ 119 sdbuspp_gen_meson_prog, '--command', 'markdown', 120 '--output', meson.current_build_dir(), 121 '--tool', sdbusplusplus_prog, 122 '--directory', meson.current_source_dir() / '../../../yaml', 123 'xyz/openbmc_project/ScheduledTime', 124 ], 125) 126 127subdir('Sensor') 128subdir('Smbios') 129subdir('Software') 130subdir('State') 131subdir('Telemetry') 132subdir('Time') 133generated_others += custom_target( 134 'xyz/openbmc_project/Time__markdown'.underscorify(), 135 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], 136 output: [ 'Time.md' ], 137 depend_files: sdbusplusplus_depfiles, 138 command: [ 139 sdbuspp_gen_meson_prog, '--command', 'markdown', 140 '--output', meson.current_build_dir(), 141 '--tool', sdbusplusplus_prog, 142 '--directory', meson.current_source_dir() / '../../../yaml', 143 'xyz/openbmc_project/Time', 144 ], 145) 146 147subdir('User') 148subdir('VirtualMedia') 149