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