Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Boot') |
| 3 | subdir('CFMLimit') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 4 | subdir('ChassisCapabilities') |
| 5 | subdir('Device') |
| 6 | subdir('FanPwm') |
| 7 | subdir('FanRedundancy') |
| 8 | subdir('FanSpeed') |
| 9 | subdir('FieldMode') |
| 10 | subdir('Host') |
| 11 | subdir('MinimumShipLevel') |
| 12 | subdir('Mode') |
| 13 | subdir('Power') |
| 14 | subdir('PowerSupplyAttributes') |
| 15 | subdir('PowerSupplyRedundancy') |
| 16 | subdir('Processor') |
| 17 | subdir('Security') |
| 18 | subdir('Service') |
| 19 | subdir('TPM') |
| 20 | subdir('ThermalMode') |
| 21 | subdir('VoltageRegulatorControl') |
| 22 | subdir('VoltageRegulatorMode') |
| 23 | |
| 24 | sdbusplus_current_path = 'xyz/openbmc_project/Control' |
| 25 | |
| 26 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | 'xyz/openbmc_project/Control/CFMLimit__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 28 | input: [ |
| 29 | '../../../../yaml/xyz/openbmc_project/Control/CFMLimit.interface.yaml', |
| 30 | ], |
| 31 | output: ['CFMLimit.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 32 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 34 | sdbuspp_gen_meson_prog, |
| 35 | '--command', |
| 36 | 'markdown', |
| 37 | '--output', |
| 38 | meson.current_build_dir(), |
| 39 | '--tool', |
| 40 | sdbusplusplus_prog, |
| 41 | '--directory', |
| 42 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | 'xyz/openbmc_project/Control/CFMLimit', |
| 44 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 45 | install: should_generate_markdown, |
| 46 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 47 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 48 | ) |
| 49 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 50 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 51 | 'xyz/openbmc_project/Control/ChassisCapabilities__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 52 | input: [ |
| 53 | '../../../../yaml/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml', |
| 54 | ], |
| 55 | output: ['ChassisCapabilities.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 56 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 58 | sdbuspp_gen_meson_prog, |
| 59 | '--command', |
| 60 | 'markdown', |
| 61 | '--output', |
| 62 | meson.current_build_dir(), |
| 63 | '--tool', |
| 64 | sdbusplusplus_prog, |
| 65 | '--directory', |
| 66 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | 'xyz/openbmc_project/Control/ChassisCapabilities', |
| 68 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 69 | install: should_generate_markdown, |
| 70 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 71 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | ) |
| 73 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 74 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | 'xyz/openbmc_project/Control/Device__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 76 | input: ['../../../../yaml/xyz/openbmc_project/Control/Device.errors.yaml'], |
| 77 | output: ['Device.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 78 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 80 | sdbuspp_gen_meson_prog, |
| 81 | '--command', |
| 82 | 'markdown', |
| 83 | '--output', |
| 84 | meson.current_build_dir(), |
| 85 | '--tool', |
| 86 | sdbusplusplus_prog, |
| 87 | '--directory', |
| 88 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | 'xyz/openbmc_project/Control/Device', |
| 90 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 91 | install: should_generate_markdown, |
| 92 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 93 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 94 | ) |
| 95 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 96 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 97 | 'xyz/openbmc_project/Control/FanPwm__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 98 | input: [ |
| 99 | '../../../../yaml/xyz/openbmc_project/Control/FanPwm.interface.yaml', |
| 100 | ], |
| 101 | output: ['FanPwm.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 102 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 103 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 104 | sdbuspp_gen_meson_prog, |
| 105 | '--command', |
| 106 | 'markdown', |
| 107 | '--output', |
| 108 | meson.current_build_dir(), |
| 109 | '--tool', |
| 110 | sdbusplusplus_prog, |
| 111 | '--directory', |
| 112 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 113 | 'xyz/openbmc_project/Control/FanPwm', |
| 114 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 115 | install: should_generate_markdown, |
| 116 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 117 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 118 | ) |
| 119 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 120 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 121 | 'xyz/openbmc_project/Control/FanRedundancy__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 122 | input: [ |
| 123 | '../../../../yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml', |
| 124 | ], |
| 125 | output: ['FanRedundancy.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 126 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 127 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 128 | sdbuspp_gen_meson_prog, |
| 129 | '--command', |
| 130 | 'markdown', |
| 131 | '--output', |
| 132 | meson.current_build_dir(), |
| 133 | '--tool', |
| 134 | sdbusplusplus_prog, |
| 135 | '--directory', |
| 136 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 137 | 'xyz/openbmc_project/Control/FanRedundancy', |
| 138 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 139 | install: should_generate_markdown, |
| 140 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 141 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 142 | ) |
| 143 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 144 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 145 | 'xyz/openbmc_project/Control/FanSpeed__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 146 | input: [ |
| 147 | '../../../../yaml/xyz/openbmc_project/Control/FanSpeed.interface.yaml', |
| 148 | ], |
| 149 | output: ['FanSpeed.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 150 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 151 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 152 | sdbuspp_gen_meson_prog, |
| 153 | '--command', |
| 154 | 'markdown', |
| 155 | '--output', |
| 156 | meson.current_build_dir(), |
| 157 | '--tool', |
| 158 | sdbusplusplus_prog, |
| 159 | '--directory', |
| 160 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 161 | 'xyz/openbmc_project/Control/FanSpeed', |
| 162 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 163 | install: should_generate_markdown, |
| 164 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 165 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 166 | ) |
| 167 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 168 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 169 | 'xyz/openbmc_project/Control/FieldMode__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 170 | input: [ |
| 171 | '../../../../yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml', |
| 172 | ], |
| 173 | output: ['FieldMode.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 174 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 175 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 176 | sdbuspp_gen_meson_prog, |
| 177 | '--command', |
| 178 | 'markdown', |
| 179 | '--output', |
| 180 | meson.current_build_dir(), |
| 181 | '--tool', |
| 182 | sdbusplusplus_prog, |
| 183 | '--directory', |
| 184 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 185 | 'xyz/openbmc_project/Control/FieldMode', |
| 186 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 187 | install: should_generate_markdown, |
| 188 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 189 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 190 | ) |
| 191 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 192 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 193 | 'xyz/openbmc_project/Control/Host__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 194 | input: [ |
| 195 | '../../../../yaml/xyz/openbmc_project/Control/Host.errors.yaml', |
| 196 | '../../../../yaml/xyz/openbmc_project/Control/Host.interface.yaml', |
| 197 | ], |
| 198 | output: ['Host.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 199 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 200 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 201 | sdbuspp_gen_meson_prog, |
| 202 | '--command', |
| 203 | 'markdown', |
| 204 | '--output', |
| 205 | meson.current_build_dir(), |
| 206 | '--tool', |
| 207 | sdbusplusplus_prog, |
| 208 | '--directory', |
| 209 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 210 | 'xyz/openbmc_project/Control/Host', |
| 211 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 212 | install: should_generate_markdown, |
| 213 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 214 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 215 | ) |
| 216 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 217 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 218 | 'xyz/openbmc_project/Control/MinimumShipLevel__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 219 | input: [ |
| 220 | '../../../../yaml/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml', |
| 221 | ], |
| 222 | output: ['MinimumShipLevel.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 223 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 224 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 225 | sdbuspp_gen_meson_prog, |
| 226 | '--command', |
| 227 | 'markdown', |
| 228 | '--output', |
| 229 | meson.current_build_dir(), |
| 230 | '--tool', |
| 231 | sdbusplusplus_prog, |
| 232 | '--directory', |
| 233 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 234 | 'xyz/openbmc_project/Control/MinimumShipLevel', |
| 235 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 236 | install: should_generate_markdown, |
| 237 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 238 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 239 | ) |
| 240 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 241 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 242 | 'xyz/openbmc_project/Control/Mode__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 243 | input: ['../../../../yaml/xyz/openbmc_project/Control/Mode.interface.yaml'], |
| 244 | output: ['Mode.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 245 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 246 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 247 | sdbuspp_gen_meson_prog, |
| 248 | '--command', |
| 249 | 'markdown', |
| 250 | '--output', |
| 251 | meson.current_build_dir(), |
| 252 | '--tool', |
| 253 | sdbusplusplus_prog, |
| 254 | '--directory', |
| 255 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 256 | 'xyz/openbmc_project/Control/Mode', |
| 257 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 258 | install: should_generate_markdown, |
| 259 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 260 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 261 | ) |
| 262 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 263 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 264 | 'xyz/openbmc_project/Control/PowerSupplyAttributes__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 265 | input: [ |
| 266 | '../../../../yaml/xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml', |
| 267 | ], |
| 268 | output: ['PowerSupplyAttributes.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 269 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 270 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 271 | sdbuspp_gen_meson_prog, |
| 272 | '--command', |
| 273 | 'markdown', |
| 274 | '--output', |
| 275 | meson.current_build_dir(), |
| 276 | '--tool', |
| 277 | sdbusplusplus_prog, |
| 278 | '--directory', |
| 279 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 280 | 'xyz/openbmc_project/Control/PowerSupplyAttributes', |
| 281 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 282 | install: should_generate_markdown, |
| 283 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 284 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 285 | ) |
| 286 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 287 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 288 | 'xyz/openbmc_project/Control/PowerSupplyRedundancy__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 289 | input: [ |
| 290 | '../../../../yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml', |
| 291 | ], |
| 292 | output: ['PowerSupplyRedundancy.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 293 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 294 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 295 | sdbuspp_gen_meson_prog, |
| 296 | '--command', |
| 297 | 'markdown', |
| 298 | '--output', |
| 299 | meson.current_build_dir(), |
| 300 | '--tool', |
| 301 | sdbusplusplus_prog, |
| 302 | '--directory', |
| 303 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 304 | 'xyz/openbmc_project/Control/PowerSupplyRedundancy', |
| 305 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 306 | install: should_generate_markdown, |
| 307 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 308 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 309 | ) |
| 310 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 311 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 312 | 'xyz/openbmc_project/Control/ThermalMode__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 313 | input: [ |
| 314 | '../../../../yaml/xyz/openbmc_project/Control/ThermalMode.interface.yaml', |
| 315 | ], |
| 316 | output: ['ThermalMode.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 317 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 318 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 319 | sdbuspp_gen_meson_prog, |
| 320 | '--command', |
| 321 | 'markdown', |
| 322 | '--output', |
| 323 | meson.current_build_dir(), |
| 324 | '--tool', |
| 325 | sdbusplusplus_prog, |
| 326 | '--directory', |
| 327 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 328 | 'xyz/openbmc_project/Control/ThermalMode', |
| 329 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 330 | install: should_generate_markdown, |
| 331 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 332 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 333 | ) |
| 334 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 335 | generated_markdown += custom_target( |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 336 | 'xyz/openbmc_project/Control/VoltageRegulatorControl__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 337 | input: [ |
| 338 | '../../../../yaml/xyz/openbmc_project/Control/VoltageRegulatorControl.interface.yaml', |
| 339 | ], |
| 340 | output: ['VoltageRegulatorControl.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 341 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 342 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 343 | sdbuspp_gen_meson_prog, |
| 344 | '--command', |
| 345 | 'markdown', |
| 346 | '--output', |
| 347 | meson.current_build_dir(), |
| 348 | '--tool', |
| 349 | sdbusplusplus_prog, |
| 350 | '--directory', |
| 351 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 352 | 'xyz/openbmc_project/Control/VoltageRegulatorControl', |
| 353 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 354 | install: should_generate_markdown, |
| 355 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 356 | build_by_default: should_generate_markdown, |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 357 | ) |
| 358 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 359 | generated_markdown += custom_target( |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 360 | 'xyz/openbmc_project/Control/VoltageRegulatorMode__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 361 | input: [ |
| 362 | '../../../../yaml/xyz/openbmc_project/Control/VoltageRegulatorMode.interface.yaml', |
| 363 | ], |
| 364 | output: ['VoltageRegulatorMode.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 365 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 366 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 367 | sdbuspp_gen_meson_prog, |
| 368 | '--command', |
| 369 | 'markdown', |
| 370 | '--output', |
| 371 | meson.current_build_dir(), |
| 372 | '--tool', |
| 373 | sdbusplusplus_prog, |
| 374 | '--directory', |
| 375 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 376 | 'xyz/openbmc_project/Control/VoltageRegulatorMode', |
| 377 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 378 | install: should_generate_markdown, |
| 379 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 380 | build_by_default: should_generate_markdown, |
Patrick Williams | a7a6db3 | 2020-12-03 08:38:37 -0600 | [diff] [blame] | 381 | ) |
| 382 | |