| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Activation') |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('ActivationBlocksTransition') |
| 4 | subdir('ActivationProgress') |
| 5 | subdir('ApplyOptions') |
| 6 | subdir('ApplyTime') |
| Prithvi Pai | 4c5876f | 2025-04-30 16:04:09 +0530 | [diff] [blame] | 7 | subdir('Asset') |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 8 | subdir('ExtendedVersion') |
| 9 | subdir('Image') |
| 10 | subdir('MinimumVersion') |
| Tom Joseph | de992ef | 2025-03-14 09:59:09 +0530 | [diff] [blame^] | 11 | subdir('MultipartUpdate') |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 12 | subdir('RedundancyPriority') |
| 13 | subdir('RequestedRedundancyPriority') |
| 14 | subdir('Settings') |
| 15 | subdir('Update') |
| 16 | subdir('Version') |
| 17 | |
| 18 | sdbusplus_current_path = 'xyz/openbmc_project/Software' |
| 19 | |
| 20 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | 'xyz/openbmc_project/Software/Activation__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 22 | input: [ |
| 23 | '../../../../yaml/xyz/openbmc_project/Software/Activation.interface.yaml', |
| 24 | ], |
| 25 | output: ['Activation.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 26 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 28 | sdbuspp_gen_meson_prog, |
| 29 | '--command', |
| 30 | 'markdown', |
| 31 | '--output', |
| 32 | meson.current_build_dir(), |
| 33 | '--tool', |
| 34 | sdbusplusplus_prog, |
| 35 | '--directory', |
| 36 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | 'xyz/openbmc_project/Software/Activation', |
| 38 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 39 | install: should_generate_markdown, |
| 40 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 41 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | ) |
| 43 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 44 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 45 | 'xyz/openbmc_project/Software/ActivationBlocksTransition__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 46 | input: [ |
| 47 | '../../../../yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml', |
| 48 | ], |
| 49 | output: ['ActivationBlocksTransition.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 50 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 51 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 52 | sdbuspp_gen_meson_prog, |
| 53 | '--command', |
| 54 | 'markdown', |
| 55 | '--output', |
| 56 | meson.current_build_dir(), |
| 57 | '--tool', |
| 58 | sdbusplusplus_prog, |
| 59 | '--directory', |
| 60 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 61 | 'xyz/openbmc_project/Software/ActivationBlocksTransition', |
| 62 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 63 | install: should_generate_markdown, |
| 64 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 65 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 66 | ) |
| 67 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 68 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 69 | 'xyz/openbmc_project/Software/ActivationProgress__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 70 | input: [ |
| 71 | '../../../../yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml', |
| 72 | ], |
| 73 | output: ['ActivationProgress.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 74 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 76 | sdbuspp_gen_meson_prog, |
| 77 | '--command', |
| 78 | 'markdown', |
| 79 | '--output', |
| 80 | meson.current_build_dir(), |
| 81 | '--tool', |
| 82 | sdbusplusplus_prog, |
| 83 | '--directory', |
| 84 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 85 | 'xyz/openbmc_project/Software/ActivationProgress', |
| 86 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 87 | install: should_generate_markdown, |
| 88 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 89 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 90 | ) |
| 91 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 92 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 93 | 'xyz/openbmc_project/Software/ApplyOptions__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 94 | input: [ |
| 95 | '../../../../yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml', |
| 96 | ], |
| 97 | output: ['ApplyOptions.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 98 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 99 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 100 | sdbuspp_gen_meson_prog, |
| 101 | '--command', |
| 102 | 'markdown', |
| 103 | '--output', |
| 104 | meson.current_build_dir(), |
| 105 | '--tool', |
| 106 | sdbusplusplus_prog, |
| 107 | '--directory', |
| 108 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 109 | 'xyz/openbmc_project/Software/ApplyOptions', |
| 110 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 111 | install: should_generate_markdown, |
| 112 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 113 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 114 | ) |
| 115 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 116 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 117 | 'xyz/openbmc_project/Software/ApplyTime__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 118 | input: [ |
| 119 | '../../../../yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml', |
| 120 | ], |
| 121 | output: ['ApplyTime.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/Software/ApplyTime', |
| 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( |
| Prithvi Pai | 4c5876f | 2025-04-30 16:04:09 +0530 | [diff] [blame] | 141 | 'xyz/openbmc_project/Software/Asset__markdown'.underscorify(), |
| 142 | input: [ |
| 143 | '../../../../yaml/xyz/openbmc_project/Software/Asset.interface.yaml', |
| 144 | ], |
| 145 | output: ['Asset.md'], |
| 146 | depend_files: sdbusplusplus_depfiles, |
| 147 | command: [ |
| 148 | sdbuspp_gen_meson_prog, |
| 149 | '--command', |
| 150 | 'markdown', |
| 151 | '--output', |
| 152 | meson.current_build_dir(), |
| 153 | '--tool', |
| 154 | sdbusplusplus_prog, |
| 155 | '--directory', |
| 156 | meson.current_source_dir() / '../../../../yaml', |
| 157 | 'xyz/openbmc_project/Software/Asset', |
| 158 | ], |
| 159 | install: should_generate_markdown, |
| 160 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 161 | build_by_default: should_generate_markdown, |
| 162 | ) |
| 163 | |
| 164 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 165 | 'xyz/openbmc_project/Software/ExtendedVersion__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 166 | input: [ |
| 167 | '../../../../yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml', |
| 168 | ], |
| 169 | output: ['ExtendedVersion.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 170 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 171 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 172 | sdbuspp_gen_meson_prog, |
| 173 | '--command', |
| 174 | 'markdown', |
| 175 | '--output', |
| 176 | meson.current_build_dir(), |
| 177 | '--tool', |
| 178 | sdbusplusplus_prog, |
| 179 | '--directory', |
| 180 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 181 | 'xyz/openbmc_project/Software/ExtendedVersion', |
| 182 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 183 | install: should_generate_markdown, |
| 184 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 185 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 186 | ) |
| 187 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 188 | generated_markdown += custom_target( |
| Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 189 | 'xyz/openbmc_project/Software/Image__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 190 | input: ['../../../../yaml/xyz/openbmc_project/Software/Image.errors.yaml'], |
| 191 | output: ['Image.md'], |
| Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 192 | depend_files: sdbusplusplus_depfiles, |
| 193 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 194 | sdbuspp_gen_meson_prog, |
| 195 | '--command', |
| 196 | 'markdown', |
| 197 | '--output', |
| 198 | meson.current_build_dir(), |
| 199 | '--tool', |
| 200 | sdbusplusplus_prog, |
| 201 | '--directory', |
| 202 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 203 | 'xyz/openbmc_project/Software/Image', |
| 204 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 205 | install: should_generate_markdown, |
| 206 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 207 | build_by_default: should_generate_markdown, |
| Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 208 | ) |
| 209 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 210 | generated_markdown += custom_target( |
| Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 211 | 'xyz/openbmc_project/Software/MinimumVersion__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 212 | input: [ |
| 213 | '../../../../yaml/xyz/openbmc_project/Software/MinimumVersion.interface.yaml', |
| 214 | ], |
| 215 | output: ['MinimumVersion.md'], |
| Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 216 | depend_files: sdbusplusplus_depfiles, |
| 217 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 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', |
| Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 227 | 'xyz/openbmc_project/Software/MinimumVersion', |
| 228 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 229 | install: should_generate_markdown, |
| 230 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 231 | build_by_default: should_generate_markdown, |
| Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 232 | ) |
| 233 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 234 | generated_markdown += custom_target( |
| Tom Joseph | de992ef | 2025-03-14 09:59:09 +0530 | [diff] [blame^] | 235 | 'xyz/openbmc_project/Software/MultipartUpdate__markdown'.underscorify(), |
| 236 | input: [ |
| 237 | '../../../../yaml/xyz/openbmc_project/Software/MultipartUpdate.interface.yaml', |
| 238 | ], |
| 239 | output: ['MultipartUpdate.md'], |
| 240 | depend_files: sdbusplusplus_depfiles, |
| 241 | command: [ |
| 242 | sdbuspp_gen_meson_prog, |
| 243 | '--command', |
| 244 | 'markdown', |
| 245 | '--output', |
| 246 | meson.current_build_dir(), |
| 247 | '--tool', |
| 248 | sdbusplusplus_prog, |
| 249 | '--directory', |
| 250 | meson.current_source_dir() / '../../../../yaml', |
| 251 | 'xyz/openbmc_project/Software/MultipartUpdate', |
| 252 | ], |
| 253 | install: should_generate_markdown, |
| 254 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 255 | build_by_default: should_generate_markdown, |
| 256 | ) |
| 257 | |
| 258 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 259 | 'xyz/openbmc_project/Software/RedundancyPriority__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 260 | input: [ |
| 261 | '../../../../yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml', |
| 262 | ], |
| 263 | output: ['RedundancyPriority.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 264 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 265 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 266 | sdbuspp_gen_meson_prog, |
| 267 | '--command', |
| 268 | 'markdown', |
| 269 | '--output', |
| 270 | meson.current_build_dir(), |
| 271 | '--tool', |
| 272 | sdbusplusplus_prog, |
| 273 | '--directory', |
| 274 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 275 | 'xyz/openbmc_project/Software/RedundancyPriority', |
| 276 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 277 | install: should_generate_markdown, |
| 278 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 279 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 280 | ) |
| 281 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 282 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 283 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 284 | input: [ |
| 285 | '../../../../yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml', |
| 286 | ], |
| 287 | output: ['RequestedRedundancyPriority.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 288 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 289 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 290 | sdbuspp_gen_meson_prog, |
| 291 | '--command', |
| 292 | 'markdown', |
| 293 | '--output', |
| 294 | meson.current_build_dir(), |
| 295 | '--tool', |
| 296 | sdbusplusplus_prog, |
| 297 | '--directory', |
| 298 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 299 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority', |
| 300 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 301 | install: should_generate_markdown, |
| 302 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 303 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 304 | ) |
| 305 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 306 | generated_markdown += custom_target( |
| Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 307 | 'xyz/openbmc_project/Software/Settings__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 308 | input: [ |
| 309 | '../../../../yaml/xyz/openbmc_project/Software/Settings.interface.yaml', |
| 310 | ], |
| 311 | output: ['Settings.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 312 | depend_files: sdbusplusplus_depfiles, |
| Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 313 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 314 | sdbuspp_gen_meson_prog, |
| 315 | '--command', |
| 316 | 'markdown', |
| 317 | '--output', |
| 318 | meson.current_build_dir(), |
| 319 | '--tool', |
| 320 | sdbusplusplus_prog, |
| 321 | '--directory', |
| 322 | meson.current_source_dir() / '../../../../yaml', |
| Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 323 | 'xyz/openbmc_project/Software/Settings', |
| 324 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 325 | install: should_generate_markdown, |
| 326 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 327 | build_by_default: should_generate_markdown, |
| Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 328 | ) |
| 329 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 330 | generated_markdown += custom_target( |
| Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 331 | 'xyz/openbmc_project/Software/Update__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 332 | input: [ |
| 333 | '../../../../yaml/xyz/openbmc_project/Software/Update.errors.yaml', |
| 334 | '../../../../yaml/xyz/openbmc_project/Software/Update.interface.yaml', |
| 335 | ], |
| 336 | output: ['Update.md'], |
| Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 337 | depend_files: sdbusplusplus_depfiles, |
| 338 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 339 | sdbuspp_gen_meson_prog, |
| 340 | '--command', |
| 341 | 'markdown', |
| 342 | '--output', |
| 343 | meson.current_build_dir(), |
| 344 | '--tool', |
| 345 | sdbusplusplus_prog, |
| 346 | '--directory', |
| 347 | meson.current_source_dir() / '../../../../yaml', |
| Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 348 | 'xyz/openbmc_project/Software/Update', |
| 349 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 350 | install: should_generate_markdown, |
| 351 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 352 | build_by_default: should_generate_markdown, |
| Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 353 | ) |
| 354 | |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 355 | generated_markdown += custom_target( |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 356 | 'xyz/openbmc_project/Software/Version__markdown'.underscorify(), |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 357 | input: [ |
| 358 | '../../../../yaml/xyz/openbmc_project/Software/Version.errors.yaml', |
| 359 | '../../../../yaml/xyz/openbmc_project/Software/Version.interface.yaml', |
| 360 | ], |
| 361 | output: ['Version.md'], |
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 362 | depend_files: sdbusplusplus_depfiles, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 363 | command: [ |
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 364 | sdbuspp_gen_meson_prog, |
| 365 | '--command', |
| 366 | 'markdown', |
| 367 | '--output', |
| 368 | meson.current_build_dir(), |
| 369 | '--tool', |
| 370 | sdbusplusplus_prog, |
| 371 | '--directory', |
| 372 | meson.current_source_dir() / '../../../../yaml', |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 373 | 'xyz/openbmc_project/Software/Version', |
| 374 | ], |
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 375 | install: should_generate_markdown, |
| 376 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 377 | build_by_default: should_generate_markdown, |
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 378 | ) |
| 379 | |