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') |
| 11 | subdir('OperatingSystem') |
Patrick Williams | 1adb43e | 2025-01-29 08:52:24 -0500 | [diff] [blame^] | 12 | subdir('Power') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 13 | subdir('PowerOnHours') |
Patrick Williams | 754dcd7 | 2025-01-29 17:18:25 -0500 | [diff] [blame] | 14 | subdir('SMC') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 15 | subdir('ScheduledHostTransition') |
| 16 | subdir('Shutdown') |
| 17 | subdir('SystemdTarget') |
| 18 | subdir('Watchdog') |
| 19 | |
| 20 | sdbusplus_current_path = 'xyz/openbmc_project/State' |
| 21 | |
| 22 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | 'xyz/openbmc_project/State/BMC__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 24 | input: [ |
| 25 | '../../../../yaml/xyz/openbmc_project/State/BMC.errors.yaml', |
| 26 | '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml', |
| 27 | ], |
| 28 | output: ['BMC.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 29 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 31 | sdbuspp_gen_meson_prog, |
| 32 | '--command', |
| 33 | 'markdown', |
| 34 | '--output', |
| 35 | meson.current_build_dir(), |
| 36 | '--tool', |
| 37 | sdbusplusplus_prog, |
| 38 | '--directory', |
| 39 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | 'xyz/openbmc_project/State/BMC', |
| 41 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 42 | install: should_generate_markdown, |
| 43 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 44 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 45 | ) |
| 46 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 47 | generated_markdown += custom_target( |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 48 | 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 49 | input: [ |
| 50 | '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', |
| 51 | ], |
| 52 | output: ['BMCRedundancy.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 53 | depend_files: sdbusplusplus_depfiles, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 54 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 55 | sdbuspp_gen_meson_prog, |
| 56 | '--command', |
| 57 | 'markdown', |
| 58 | '--output', |
| 59 | meson.current_build_dir(), |
| 60 | '--tool', |
| 61 | sdbusplusplus_prog, |
| 62 | '--directory', |
| 63 | meson.current_source_dir() / '../../../../yaml', |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 64 | 'xyz/openbmc_project/State/BMCRedundancy', |
| 65 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 66 | install: should_generate_markdown, |
| 67 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 68 | build_by_default: should_generate_markdown, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 69 | ) |
| 70 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 71 | generated_markdown += custom_target( |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 72 | 'xyz/openbmc_project/State/Cable__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 73 | input: ['../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml'], |
| 74 | output: ['Cable.md'], |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 75 | depend_files: sdbusplusplus_depfiles, |
| 76 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 77 | sdbuspp_gen_meson_prog, |
| 78 | '--command', |
| 79 | 'markdown', |
| 80 | '--output', |
| 81 | meson.current_build_dir(), |
| 82 | '--tool', |
| 83 | sdbusplusplus_prog, |
| 84 | '--directory', |
| 85 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 86 | 'xyz/openbmc_project/State/Cable', |
| 87 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 88 | install: should_generate_markdown, |
| 89 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 90 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 91 | ) |
| 92 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 93 | generated_registry += custom_target( |
| 94 | 'xyz/openbmc_project/State/Cable__registry'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 95 | input: ['../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml'], |
| 96 | output: ['Cable.json'], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 97 | depend_files: sdbusplusplus_depfiles, |
| 98 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 99 | sdbuspp_gen_meson_prog, |
| 100 | '--command', |
| 101 | 'registry', |
| 102 | '--output', |
| 103 | meson.current_build_dir(), |
| 104 | '--tool', |
| 105 | sdbusplusplus_prog, |
| 106 | '--directory', |
| 107 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 108 | 'xyz/openbmc_project/State/Cable', |
| 109 | ], |
| 110 | install: should_generate_registry, |
| 111 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 112 | build_by_default: should_generate_registry, |
| 113 | ) |
| 114 | |
| 115 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 116 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 117 | input: [ |
| 118 | '../../../../yaml/xyz/openbmc_project/State/Chassis.errors.yaml', |
| 119 | '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', |
| 120 | ], |
| 121 | output: ['Chassis.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 122 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 123 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 124 | sdbuspp_gen_meson_prog, |
| 125 | '--command', |
| 126 | 'markdown', |
| 127 | '--output', |
| 128 | meson.current_build_dir(), |
| 129 | '--tool', |
| 130 | sdbusplusplus_prog, |
| 131 | '--directory', |
| 132 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 133 | 'xyz/openbmc_project/State/Chassis', |
| 134 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 135 | install: should_generate_markdown, |
| 136 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 137 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 138 | ) |
| 139 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 140 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 141 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 142 | input: ['../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml'], |
| 143 | output: ['Drive.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 144 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 145 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 146 | sdbuspp_gen_meson_prog, |
| 147 | '--command', |
| 148 | 'markdown', |
| 149 | '--output', |
| 150 | meson.current_build_dir(), |
| 151 | '--tool', |
| 152 | sdbusplusplus_prog, |
| 153 | '--directory', |
| 154 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | 'xyz/openbmc_project/State/Drive', |
| 156 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 157 | install: should_generate_markdown, |
| 158 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 159 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 160 | ) |
| 161 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 162 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 163 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 164 | input: [ |
| 165 | '../../../../yaml/xyz/openbmc_project/State/Host.errors.yaml', |
| 166 | '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', |
| 167 | ], |
| 168 | output: ['Host.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/Host', |
| 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 | 1adb43e | 2025-01-29 08:52:24 -0500 | [diff] [blame^] | 188 | 'xyz/openbmc_project/State/Power__markdown'.underscorify(), |
| 189 | input: ['../../../../yaml/xyz/openbmc_project/State/Power.events.yaml'], |
| 190 | output: ['Power.md'], |
| 191 | depend_files: sdbusplusplus_depfiles, |
| 192 | command: [ |
| 193 | sdbuspp_gen_meson_prog, |
| 194 | '--command', |
| 195 | 'markdown', |
| 196 | '--output', |
| 197 | meson.current_build_dir(), |
| 198 | '--tool', |
| 199 | sdbusplusplus_prog, |
| 200 | '--directory', |
| 201 | meson.current_source_dir() / '../../../../yaml', |
| 202 | 'xyz/openbmc_project/State/Power', |
| 203 | ], |
| 204 | install: should_generate_markdown, |
| 205 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 206 | build_by_default: should_generate_markdown, |
| 207 | ) |
| 208 | |
| 209 | generated_registry += custom_target( |
| 210 | 'xyz/openbmc_project/State/Power__registry'.underscorify(), |
| 211 | input: ['../../../../yaml/xyz/openbmc_project/State/Power.events.yaml'], |
| 212 | output: ['Power.json'], |
| 213 | depend_files: sdbusplusplus_depfiles, |
| 214 | command: [ |
| 215 | sdbuspp_gen_meson_prog, |
| 216 | '--command', |
| 217 | 'registry', |
| 218 | '--output', |
| 219 | meson.current_build_dir(), |
| 220 | '--tool', |
| 221 | sdbusplusplus_prog, |
| 222 | '--directory', |
| 223 | meson.current_source_dir() / '../../../../yaml', |
| 224 | 'xyz/openbmc_project/State/Power', |
| 225 | ], |
| 226 | install: should_generate_registry, |
| 227 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 228 | build_by_default: should_generate_registry, |
| 229 | ) |
| 230 | |
| 231 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 232 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 233 | input: [ |
| 234 | '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', |
| 235 | ], |
| 236 | output: ['PowerOnHours.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 237 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 238 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 239 | sdbuspp_gen_meson_prog, |
| 240 | '--command', |
| 241 | 'markdown', |
| 242 | '--output', |
| 243 | meson.current_build_dir(), |
| 244 | '--tool', |
| 245 | sdbusplusplus_prog, |
| 246 | '--directory', |
| 247 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 248 | 'xyz/openbmc_project/State/PowerOnHours', |
| 249 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 250 | install: should_generate_markdown, |
| 251 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 252 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 253 | ) |
| 254 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 255 | generated_markdown += custom_target( |
Patrick Williams | 754dcd7 | 2025-01-29 17:18:25 -0500 | [diff] [blame] | 256 | 'xyz/openbmc_project/State/SMC__markdown'.underscorify(), |
| 257 | input: ['../../../../yaml/xyz/openbmc_project/State/SMC.events.yaml'], |
| 258 | output: ['SMC.md'], |
| 259 | depend_files: sdbusplusplus_depfiles, |
| 260 | command: [ |
| 261 | sdbuspp_gen_meson_prog, |
| 262 | '--command', |
| 263 | 'markdown', |
| 264 | '--output', |
| 265 | meson.current_build_dir(), |
| 266 | '--tool', |
| 267 | sdbusplusplus_prog, |
| 268 | '--directory', |
| 269 | meson.current_source_dir() / '../../../../yaml', |
| 270 | 'xyz/openbmc_project/State/SMC', |
| 271 | ], |
| 272 | install: should_generate_markdown, |
| 273 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 274 | build_by_default: should_generate_markdown, |
| 275 | ) |
| 276 | |
| 277 | generated_registry += custom_target( |
| 278 | 'xyz/openbmc_project/State/SMC__registry'.underscorify(), |
| 279 | input: ['../../../../yaml/xyz/openbmc_project/State/SMC.events.yaml'], |
| 280 | output: ['SMC.json'], |
| 281 | depend_files: sdbusplusplus_depfiles, |
| 282 | command: [ |
| 283 | sdbuspp_gen_meson_prog, |
| 284 | '--command', |
| 285 | 'registry', |
| 286 | '--output', |
| 287 | meson.current_build_dir(), |
| 288 | '--tool', |
| 289 | sdbusplusplus_prog, |
| 290 | '--directory', |
| 291 | meson.current_source_dir() / '../../../../yaml', |
| 292 | 'xyz/openbmc_project/State/SMC', |
| 293 | ], |
| 294 | install: should_generate_registry, |
| 295 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 296 | build_by_default: should_generate_registry, |
| 297 | ) |
| 298 | |
| 299 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 300 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 301 | input: [ |
| 302 | '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', |
| 303 | ], |
| 304 | output: ['ScheduledHostTransition.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 305 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 306 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 307 | sdbuspp_gen_meson_prog, |
| 308 | '--command', |
| 309 | 'markdown', |
| 310 | '--output', |
| 311 | meson.current_build_dir(), |
| 312 | '--tool', |
| 313 | sdbusplusplus_prog, |
| 314 | '--directory', |
| 315 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 316 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 317 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 318 | install: should_generate_markdown, |
| 319 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 320 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 321 | ) |
| 322 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 323 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 324 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 325 | input: [ |
| 326 | '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', |
| 327 | ], |
| 328 | output: ['SystemdTarget.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 329 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 330 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 331 | sdbuspp_gen_meson_prog, |
| 332 | '--command', |
| 333 | 'markdown', |
| 334 | '--output', |
| 335 | meson.current_build_dir(), |
| 336 | '--tool', |
| 337 | sdbusplusplus_prog, |
| 338 | '--directory', |
| 339 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 340 | 'xyz/openbmc_project/State/SystemdTarget', |
| 341 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 342 | install: should_generate_markdown, |
| 343 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 344 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 345 | ) |
| 346 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 347 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 348 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 349 | input: [ |
| 350 | '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', |
| 351 | ], |
| 352 | output: ['Watchdog.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 353 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 354 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 355 | sdbuspp_gen_meson_prog, |
| 356 | '--command', |
| 357 | 'markdown', |
| 358 | '--output', |
| 359 | meson.current_build_dir(), |
| 360 | '--tool', |
| 361 | sdbusplusplus_prog, |
| 362 | '--directory', |
| 363 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 364 | 'xyz/openbmc_project/State/Watchdog', |
| 365 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 366 | install: should_generate_markdown, |
| 367 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 368 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 369 | ) |
| 370 | |