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') 90subdir('MCTP') 91subdir('Memory') 92subdir('Metric') 93subdir('Network') 94subdir('Nvme') 95subdir('Object') 96subdir('ObjectMapper') 97generated_others += custom_target( 98 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), 99 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], 100 output: [ 'ObjectMapper.md' ], 101 depend_files: sdbusplusplus_depfiles, 102 command: [ 103 sdbuspp_gen_meson_prog, '--command', 'markdown', 104 '--output', meson.current_build_dir(), 105 '--tool', sdbusplusplus_prog, 106 '--directory', meson.current_source_dir() / '../../../yaml', 107 'xyz/openbmc_project/ObjectMapper', 108 ], 109) 110 111subdir('PFR') 112subdir('PLDM') 113subdir('ScheduledTime') 114generated_others += custom_target( 115 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), 116 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], 117 output: [ 'ScheduledTime.md' ], 118 depend_files: sdbusplusplus_depfiles, 119 command: [ 120 sdbuspp_gen_meson_prog, '--command', 'markdown', 121 '--output', meson.current_build_dir(), 122 '--tool', sdbusplusplus_prog, 123 '--directory', meson.current_source_dir() / '../../../yaml', 124 'xyz/openbmc_project/ScheduledTime', 125 ], 126) 127 128subdir('Sensor') 129subdir('Smbios') 130subdir('Software') 131subdir('State') 132subdir('Telemetry') 133subdir('Time') 134generated_others += custom_target( 135 'xyz/openbmc_project/Time__markdown'.underscorify(), 136 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], 137 output: [ 'Time.md' ], 138 depend_files: sdbusplusplus_depfiles, 139 command: [ 140 sdbuspp_gen_meson_prog, '--command', 'markdown', 141 '--output', meson.current_build_dir(), 142 '--tool', sdbusplusplus_prog, 143 '--directory', meson.current_source_dir() / '../../../yaml', 144 'xyz/openbmc_project/Time', 145 ], 146) 147 148subdir('User') 149subdir('VirtualMedia') 150