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