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