Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('BMC') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('BMCRedundancy') |
| 4 | subdir('Boot') |
| 5 | subdir('Cable') |
| 6 | subdir('Chassis') |
| 7 | subdir('Decorator') |
| 8 | subdir('Drive') |
| 9 | subdir('Host') |
| 10 | subdir('Leak') |
Patrick Williams | 90d5f80 | 2025-01-31 12:45:15 -0500 | [diff] [blame] | 11 | subdir('LockOut') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 12 | subdir('OperatingSystem') |
Patrick Williams | 1adb43e | 2025-01-29 08:52:24 -0500 | [diff] [blame] | 13 | subdir('Power') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 14 | subdir('PowerOnHours') |
Patrick Williams | 754dcd7 | 2025-01-29 17:18:25 -0500 | [diff] [blame] | 15 | subdir('SMC') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 16 | subdir('ScheduledHostTransition') |
| 17 | subdir('Shutdown') |
| 18 | subdir('SystemdTarget') |
Amithash Prasad | 5660054 | 2025-02-27 13:30:55 -0800 | [diff] [blame] | 19 | subdir('Thermal') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 20 | subdir('Watchdog') |
| 21 | |
| 22 | sdbusplus_current_path = 'xyz/openbmc_project/State' |
| 23 | |
| 24 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | 'xyz/openbmc_project/State/BMC__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 26 | input: [ |
| 27 | '../../../../yaml/xyz/openbmc_project/State/BMC.errors.yaml', |
Patrick Williams | 48d2db9 | 2025-03-20 19:38:36 -0400 | [diff] [blame] | 28 | '../../../../yaml/xyz/openbmc_project/State/BMC.events.yaml', |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 29 | '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml', |
| 30 | ], |
| 31 | output: ['BMC.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/State/BMC', |
| 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 | 48d2db9 | 2025-03-20 19:38:36 -0400 | [diff] [blame] | 50 | generated_registry += custom_target( |
| 51 | 'xyz/openbmc_project/State/BMC__registry'.underscorify(), |
| 52 | input: ['../../../../yaml/xyz/openbmc_project/State/BMC.events.yaml'], |
| 53 | output: ['BMC.json'], |
| 54 | depend_files: sdbusplusplus_depfiles, |
| 55 | command: [ |
| 56 | sdbuspp_gen_meson_prog, |
| 57 | '--command', |
| 58 | 'registry', |
| 59 | '--output', |
| 60 | meson.current_build_dir(), |
| 61 | '--tool', |
| 62 | sdbusplusplus_prog, |
| 63 | '--directory', |
| 64 | meson.current_source_dir() / '../../../../yaml', |
| 65 | 'xyz/openbmc_project/State/BMC', |
| 66 | ], |
| 67 | install: should_generate_registry, |
| 68 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 69 | build_by_default: should_generate_registry, |
| 70 | ) |
| 71 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 72 | generated_markdown += custom_target( |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 73 | 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 74 | input: [ |
| 75 | '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', |
| 76 | ], |
| 77 | output: ['BMCRedundancy.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 78 | depend_files: sdbusplusplus_depfiles, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [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', |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 89 | 'xyz/openbmc_project/State/BMCRedundancy', |
| 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, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 94 | ) |
| 95 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 96 | generated_markdown += custom_target( |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 97 | 'xyz/openbmc_project/State/Cable__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 98 | input: ['../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml'], |
| 99 | output: ['Cable.md'], |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 100 | depend_files: sdbusplusplus_depfiles, |
| 101 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 102 | sdbuspp_gen_meson_prog, |
| 103 | '--command', |
| 104 | 'markdown', |
| 105 | '--output', |
| 106 | meson.current_build_dir(), |
| 107 | '--tool', |
| 108 | sdbusplusplus_prog, |
| 109 | '--directory', |
| 110 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 111 | 'xyz/openbmc_project/State/Cable', |
| 112 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 113 | install: should_generate_markdown, |
| 114 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 115 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 116 | ) |
| 117 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 118 | generated_registry += custom_target( |
| 119 | 'xyz/openbmc_project/State/Cable__registry'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 120 | input: ['../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml'], |
| 121 | output: ['Cable.json'], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 122 | depend_files: sdbusplusplus_depfiles, |
| 123 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 124 | sdbuspp_gen_meson_prog, |
| 125 | '--command', |
| 126 | 'registry', |
| 127 | '--output', |
| 128 | meson.current_build_dir(), |
| 129 | '--tool', |
| 130 | sdbusplusplus_prog, |
| 131 | '--directory', |
| 132 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 133 | 'xyz/openbmc_project/State/Cable', |
| 134 | ], |
| 135 | install: should_generate_registry, |
| 136 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 137 | build_by_default: should_generate_registry, |
| 138 | ) |
| 139 | |
| 140 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 141 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 142 | input: [ |
| 143 | '../../../../yaml/xyz/openbmc_project/State/Chassis.errors.yaml', |
| 144 | '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', |
| 145 | ], |
| 146 | output: ['Chassis.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 147 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 148 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 149 | sdbuspp_gen_meson_prog, |
| 150 | '--command', |
| 151 | 'markdown', |
| 152 | '--output', |
| 153 | meson.current_build_dir(), |
| 154 | '--tool', |
| 155 | sdbusplusplus_prog, |
| 156 | '--directory', |
| 157 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 158 | 'xyz/openbmc_project/State/Chassis', |
| 159 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 160 | install: should_generate_markdown, |
| 161 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 162 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 163 | ) |
| 164 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 165 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 166 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 167 | input: ['../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml'], |
| 168 | output: ['Drive.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 169 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 170 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 171 | sdbuspp_gen_meson_prog, |
| 172 | '--command', |
| 173 | 'markdown', |
| 174 | '--output', |
| 175 | meson.current_build_dir(), |
| 176 | '--tool', |
| 177 | sdbusplusplus_prog, |
| 178 | '--directory', |
| 179 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 180 | 'xyz/openbmc_project/State/Drive', |
| 181 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 182 | install: should_generate_markdown, |
| 183 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 184 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 185 | ) |
| 186 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 187 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 188 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 189 | input: [ |
| 190 | '../../../../yaml/xyz/openbmc_project/State/Host.errors.yaml', |
| 191 | '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', |
| 192 | ], |
| 193 | output: ['Host.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 194 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 195 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 196 | sdbuspp_gen_meson_prog, |
| 197 | '--command', |
| 198 | 'markdown', |
| 199 | '--output', |
| 200 | meson.current_build_dir(), |
| 201 | '--tool', |
| 202 | sdbusplusplus_prog, |
| 203 | '--directory', |
| 204 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 205 | 'xyz/openbmc_project/State/Host', |
| 206 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 207 | install: should_generate_markdown, |
| 208 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 209 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 210 | ) |
| 211 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 212 | generated_markdown += custom_target( |
Patrick Williams | 90d5f80 | 2025-01-31 12:45:15 -0500 | [diff] [blame] | 213 | 'xyz/openbmc_project/State/LockOut__markdown'.underscorify(), |
| 214 | input: ['../../../../yaml/xyz/openbmc_project/State/LockOut.events.yaml'], |
| 215 | output: ['LockOut.md'], |
| 216 | depend_files: sdbusplusplus_depfiles, |
| 217 | command: [ |
| 218 | sdbuspp_gen_meson_prog, |
| 219 | '--command', |
| 220 | 'markdown', |
| 221 | '--output', |
| 222 | meson.current_build_dir(), |
| 223 | '--tool', |
| 224 | sdbusplusplus_prog, |
| 225 | '--directory', |
| 226 | meson.current_source_dir() / '../../../../yaml', |
| 227 | 'xyz/openbmc_project/State/LockOut', |
| 228 | ], |
| 229 | install: should_generate_markdown, |
| 230 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 231 | build_by_default: should_generate_markdown, |
| 232 | ) |
| 233 | |
| 234 | generated_registry += custom_target( |
| 235 | 'xyz/openbmc_project/State/LockOut__registry'.underscorify(), |
| 236 | input: ['../../../../yaml/xyz/openbmc_project/State/LockOut.events.yaml'], |
| 237 | output: ['LockOut.json'], |
| 238 | depend_files: sdbusplusplus_depfiles, |
| 239 | command: [ |
| 240 | sdbuspp_gen_meson_prog, |
| 241 | '--command', |
| 242 | 'registry', |
| 243 | '--output', |
| 244 | meson.current_build_dir(), |
| 245 | '--tool', |
| 246 | sdbusplusplus_prog, |
| 247 | '--directory', |
| 248 | meson.current_source_dir() / '../../../../yaml', |
| 249 | 'xyz/openbmc_project/State/LockOut', |
| 250 | ], |
| 251 | install: should_generate_registry, |
| 252 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 253 | build_by_default: should_generate_registry, |
| 254 | ) |
| 255 | |
| 256 | generated_markdown += custom_target( |
Patrick Williams | 1adb43e | 2025-01-29 08:52:24 -0500 | [diff] [blame] | 257 | 'xyz/openbmc_project/State/Power__markdown'.underscorify(), |
| 258 | input: ['../../../../yaml/xyz/openbmc_project/State/Power.events.yaml'], |
| 259 | output: ['Power.md'], |
| 260 | depend_files: sdbusplusplus_depfiles, |
| 261 | command: [ |
| 262 | sdbuspp_gen_meson_prog, |
| 263 | '--command', |
| 264 | 'markdown', |
| 265 | '--output', |
| 266 | meson.current_build_dir(), |
| 267 | '--tool', |
| 268 | sdbusplusplus_prog, |
| 269 | '--directory', |
| 270 | meson.current_source_dir() / '../../../../yaml', |
| 271 | 'xyz/openbmc_project/State/Power', |
| 272 | ], |
| 273 | install: should_generate_markdown, |
| 274 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 275 | build_by_default: should_generate_markdown, |
| 276 | ) |
| 277 | |
| 278 | generated_registry += custom_target( |
| 279 | 'xyz/openbmc_project/State/Power__registry'.underscorify(), |
| 280 | input: ['../../../../yaml/xyz/openbmc_project/State/Power.events.yaml'], |
| 281 | output: ['Power.json'], |
| 282 | depend_files: sdbusplusplus_depfiles, |
| 283 | command: [ |
| 284 | sdbuspp_gen_meson_prog, |
| 285 | '--command', |
| 286 | 'registry', |
| 287 | '--output', |
| 288 | meson.current_build_dir(), |
| 289 | '--tool', |
| 290 | sdbusplusplus_prog, |
| 291 | '--directory', |
| 292 | meson.current_source_dir() / '../../../../yaml', |
| 293 | 'xyz/openbmc_project/State/Power', |
| 294 | ], |
| 295 | install: should_generate_registry, |
| 296 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 297 | build_by_default: should_generate_registry, |
| 298 | ) |
| 299 | |
| 300 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 301 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 302 | input: [ |
| 303 | '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', |
| 304 | ], |
| 305 | output: ['PowerOnHours.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 306 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 307 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 308 | sdbuspp_gen_meson_prog, |
| 309 | '--command', |
| 310 | 'markdown', |
| 311 | '--output', |
| 312 | meson.current_build_dir(), |
| 313 | '--tool', |
| 314 | sdbusplusplus_prog, |
| 315 | '--directory', |
| 316 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 317 | 'xyz/openbmc_project/State/PowerOnHours', |
| 318 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 319 | install: should_generate_markdown, |
| 320 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 321 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 322 | ) |
| 323 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 324 | generated_markdown += custom_target( |
Patrick Williams | 754dcd7 | 2025-01-29 17:18:25 -0500 | [diff] [blame] | 325 | 'xyz/openbmc_project/State/SMC__markdown'.underscorify(), |
| 326 | input: ['../../../../yaml/xyz/openbmc_project/State/SMC.events.yaml'], |
| 327 | output: ['SMC.md'], |
| 328 | depend_files: sdbusplusplus_depfiles, |
| 329 | command: [ |
| 330 | sdbuspp_gen_meson_prog, |
| 331 | '--command', |
| 332 | 'markdown', |
| 333 | '--output', |
| 334 | meson.current_build_dir(), |
| 335 | '--tool', |
| 336 | sdbusplusplus_prog, |
| 337 | '--directory', |
| 338 | meson.current_source_dir() / '../../../../yaml', |
| 339 | 'xyz/openbmc_project/State/SMC', |
| 340 | ], |
| 341 | install: should_generate_markdown, |
| 342 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 343 | build_by_default: should_generate_markdown, |
| 344 | ) |
| 345 | |
| 346 | generated_registry += custom_target( |
| 347 | 'xyz/openbmc_project/State/SMC__registry'.underscorify(), |
| 348 | input: ['../../../../yaml/xyz/openbmc_project/State/SMC.events.yaml'], |
| 349 | output: ['SMC.json'], |
| 350 | depend_files: sdbusplusplus_depfiles, |
| 351 | command: [ |
| 352 | sdbuspp_gen_meson_prog, |
| 353 | '--command', |
| 354 | 'registry', |
| 355 | '--output', |
| 356 | meson.current_build_dir(), |
| 357 | '--tool', |
| 358 | sdbusplusplus_prog, |
| 359 | '--directory', |
| 360 | meson.current_source_dir() / '../../../../yaml', |
| 361 | 'xyz/openbmc_project/State/SMC', |
| 362 | ], |
| 363 | install: should_generate_registry, |
| 364 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 365 | build_by_default: should_generate_registry, |
| 366 | ) |
| 367 | |
| 368 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 369 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 370 | input: [ |
| 371 | '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', |
| 372 | ], |
| 373 | output: ['ScheduledHostTransition.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 374 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 375 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 376 | sdbuspp_gen_meson_prog, |
| 377 | '--command', |
| 378 | 'markdown', |
| 379 | '--output', |
| 380 | meson.current_build_dir(), |
| 381 | '--tool', |
| 382 | sdbusplusplus_prog, |
| 383 | '--directory', |
| 384 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 385 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 386 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 387 | install: should_generate_markdown, |
| 388 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 389 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 390 | ) |
| 391 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 392 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 393 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 394 | input: [ |
| 395 | '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', |
| 396 | ], |
| 397 | output: ['SystemdTarget.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 398 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 399 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 400 | sdbuspp_gen_meson_prog, |
| 401 | '--command', |
| 402 | 'markdown', |
| 403 | '--output', |
| 404 | meson.current_build_dir(), |
| 405 | '--tool', |
| 406 | sdbusplusplus_prog, |
| 407 | '--directory', |
| 408 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 409 | 'xyz/openbmc_project/State/SystemdTarget', |
| 410 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 411 | install: should_generate_markdown, |
| 412 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 413 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 414 | ) |
| 415 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 416 | generated_markdown += custom_target( |
Amithash Prasad | 5660054 | 2025-02-27 13:30:55 -0800 | [diff] [blame] | 417 | 'xyz/openbmc_project/State/Thermal__markdown'.underscorify(), |
| 418 | input: ['../../../../yaml/xyz/openbmc_project/State/Thermal.events.yaml'], |
| 419 | output: ['Thermal.md'], |
| 420 | depend_files: sdbusplusplus_depfiles, |
| 421 | command: [ |
| 422 | sdbuspp_gen_meson_prog, |
| 423 | '--command', |
| 424 | 'markdown', |
| 425 | '--output', |
| 426 | meson.current_build_dir(), |
| 427 | '--tool', |
| 428 | sdbusplusplus_prog, |
| 429 | '--directory', |
| 430 | meson.current_source_dir() / '../../../../yaml', |
| 431 | 'xyz/openbmc_project/State/Thermal', |
| 432 | ], |
| 433 | install: should_generate_markdown, |
| 434 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 435 | build_by_default: should_generate_markdown, |
| 436 | ) |
| 437 | |
| 438 | generated_registry += custom_target( |
| 439 | 'xyz/openbmc_project/State/Thermal__registry'.underscorify(), |
| 440 | input: ['../../../../yaml/xyz/openbmc_project/State/Thermal.events.yaml'], |
| 441 | output: ['Thermal.json'], |
| 442 | depend_files: sdbusplusplus_depfiles, |
| 443 | command: [ |
| 444 | sdbuspp_gen_meson_prog, |
| 445 | '--command', |
| 446 | 'registry', |
| 447 | '--output', |
| 448 | meson.current_build_dir(), |
| 449 | '--tool', |
| 450 | sdbusplusplus_prog, |
| 451 | '--directory', |
| 452 | meson.current_source_dir() / '../../../../yaml', |
| 453 | 'xyz/openbmc_project/State/Thermal', |
| 454 | ], |
| 455 | install: should_generate_registry, |
| 456 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 457 | build_by_default: should_generate_registry, |
| 458 | ) |
| 459 | |
| 460 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 461 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 462 | input: [ |
| 463 | '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', |
| 464 | ], |
| 465 | output: ['Watchdog.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 466 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 467 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 468 | sdbuspp_gen_meson_prog, |
| 469 | '--command', |
| 470 | 'markdown', |
| 471 | '--output', |
| 472 | meson.current_build_dir(), |
| 473 | '--tool', |
| 474 | sdbusplusplus_prog, |
| 475 | '--directory', |
| 476 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 477 | 'xyz/openbmc_project/State/Watchdog', |
| 478 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 479 | install: should_generate_markdown, |
| 480 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 481 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 482 | ) |
| 483 | |