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') |
| 7 | subdir('ExtendedVersion') |
| 8 | subdir('Image') |
| 9 | subdir('MinimumVersion') |
| 10 | subdir('RedundancyPriority') |
| 11 | subdir('RequestedRedundancyPriority') |
| 12 | subdir('Settings') |
| 13 | subdir('Update') |
| 14 | subdir('Version') |
| 15 | |
| 16 | sdbusplus_current_path = 'xyz/openbmc_project/Software' |
| 17 | |
| 18 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 19 | 'xyz/openbmc_project/Software/Activation__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 20 | input: [ |
| 21 | '../../../../yaml/xyz/openbmc_project/Software/Activation.interface.yaml', |
| 22 | ], |
| 23 | output: ['Activation.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 24 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 26 | sdbuspp_gen_meson_prog, |
| 27 | '--command', |
| 28 | 'markdown', |
| 29 | '--output', |
| 30 | meson.current_build_dir(), |
| 31 | '--tool', |
| 32 | sdbusplusplus_prog, |
| 33 | '--directory', |
| 34 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | 'xyz/openbmc_project/Software/Activation', |
| 36 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 37 | install: should_generate_markdown, |
| 38 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 39 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | ) |
| 41 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 42 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | 'xyz/openbmc_project/Software/ActivationBlocksTransition__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 44 | input: [ |
| 45 | '../../../../yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml', |
| 46 | ], |
| 47 | output: ['ActivationBlocksTransition.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 48 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 49 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 50 | sdbuspp_gen_meson_prog, |
| 51 | '--command', |
| 52 | 'markdown', |
| 53 | '--output', |
| 54 | meson.current_build_dir(), |
| 55 | '--tool', |
| 56 | sdbusplusplus_prog, |
| 57 | '--directory', |
| 58 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 59 | 'xyz/openbmc_project/Software/ActivationBlocksTransition', |
| 60 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 61 | install: should_generate_markdown, |
| 62 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 63 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | ) |
| 65 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 66 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | 'xyz/openbmc_project/Software/ActivationProgress__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 68 | input: [ |
| 69 | '../../../../yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml', |
| 70 | ], |
| 71 | output: ['ActivationProgress.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 72 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 73 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 74 | sdbuspp_gen_meson_prog, |
| 75 | '--command', |
| 76 | 'markdown', |
| 77 | '--output', |
| 78 | meson.current_build_dir(), |
| 79 | '--tool', |
| 80 | sdbusplusplus_prog, |
| 81 | '--directory', |
| 82 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 83 | 'xyz/openbmc_project/Software/ActivationProgress', |
| 84 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 85 | install: should_generate_markdown, |
| 86 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 87 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 88 | ) |
| 89 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 90 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 91 | 'xyz/openbmc_project/Software/ApplyOptions__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 92 | input: [ |
| 93 | '../../../../yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml', |
| 94 | ], |
| 95 | output: ['ApplyOptions.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 96 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 97 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 98 | sdbuspp_gen_meson_prog, |
| 99 | '--command', |
| 100 | 'markdown', |
| 101 | '--output', |
| 102 | meson.current_build_dir(), |
| 103 | '--tool', |
| 104 | sdbusplusplus_prog, |
| 105 | '--directory', |
| 106 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 107 | 'xyz/openbmc_project/Software/ApplyOptions', |
| 108 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 109 | install: should_generate_markdown, |
| 110 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 111 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 112 | ) |
| 113 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 114 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | 'xyz/openbmc_project/Software/ApplyTime__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 116 | input: [ |
| 117 | '../../../../yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml', |
| 118 | ], |
| 119 | output: ['ApplyTime.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 120 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 121 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 122 | sdbuspp_gen_meson_prog, |
| 123 | '--command', |
| 124 | 'markdown', |
| 125 | '--output', |
| 126 | meson.current_build_dir(), |
| 127 | '--tool', |
| 128 | sdbusplusplus_prog, |
| 129 | '--directory', |
| 130 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | 'xyz/openbmc_project/Software/ApplyTime', |
| 132 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 133 | install: should_generate_markdown, |
| 134 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 135 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 136 | ) |
| 137 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 138 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 139 | 'xyz/openbmc_project/Software/ExtendedVersion__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 140 | input: [ |
| 141 | '../../../../yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml', |
| 142 | ], |
| 143 | output: ['ExtendedVersion.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/Software/ExtendedVersion', |
| 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 | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 163 | 'xyz/openbmc_project/Software/Image__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 164 | input: ['../../../../yaml/xyz/openbmc_project/Software/Image.errors.yaml'], |
| 165 | output: ['Image.md'], |
Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 166 | depend_files: sdbusplusplus_depfiles, |
| 167 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 168 | sdbuspp_gen_meson_prog, |
| 169 | '--command', |
| 170 | 'markdown', |
| 171 | '--output', |
| 172 | meson.current_build_dir(), |
| 173 | '--tool', |
| 174 | sdbusplusplus_prog, |
| 175 | '--directory', |
| 176 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 177 | 'xyz/openbmc_project/Software/Image', |
| 178 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 179 | install: should_generate_markdown, |
| 180 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 181 | build_by_default: should_generate_markdown, |
Patrick Williams | 8e36078 | 2023-09-09 12:17:52 -0500 | [diff] [blame] | 182 | ) |
| 183 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 184 | generated_markdown += custom_target( |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 185 | 'xyz/openbmc_project/Software/MinimumVersion__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 186 | input: [ |
| 187 | '../../../../yaml/xyz/openbmc_project/Software/MinimumVersion.interface.yaml', |
| 188 | ], |
| 189 | output: ['MinimumVersion.md'], |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 190 | depend_files: sdbusplusplus_depfiles, |
| 191 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 192 | sdbuspp_gen_meson_prog, |
| 193 | '--command', |
| 194 | 'markdown', |
| 195 | '--output', |
| 196 | meson.current_build_dir(), |
| 197 | '--tool', |
| 198 | sdbusplusplus_prog, |
| 199 | '--directory', |
| 200 | meson.current_source_dir() / '../../../../yaml', |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 201 | 'xyz/openbmc_project/Software/MinimumVersion', |
| 202 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 203 | install: should_generate_markdown, |
| 204 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 205 | build_by_default: should_generate_markdown, |
Adriana Kobylak | 9012243 | 2024-03-19 10:32:20 -0500 | [diff] [blame] | 206 | ) |
| 207 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 208 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 209 | 'xyz/openbmc_project/Software/RedundancyPriority__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 210 | input: [ |
| 211 | '../../../../yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml', |
| 212 | ], |
| 213 | output: ['RedundancyPriority.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 214 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 215 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 216 | sdbuspp_gen_meson_prog, |
| 217 | '--command', |
| 218 | 'markdown', |
| 219 | '--output', |
| 220 | meson.current_build_dir(), |
| 221 | '--tool', |
| 222 | sdbusplusplus_prog, |
| 223 | '--directory', |
| 224 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 225 | 'xyz/openbmc_project/Software/RedundancyPriority', |
| 226 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 227 | install: should_generate_markdown, |
| 228 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 229 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 230 | ) |
| 231 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 232 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 233 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 234 | input: [ |
| 235 | '../../../../yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml', |
| 236 | ], |
| 237 | output: ['RequestedRedundancyPriority.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 238 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 239 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 240 | sdbuspp_gen_meson_prog, |
| 241 | '--command', |
| 242 | 'markdown', |
| 243 | '--output', |
| 244 | meson.current_build_dir(), |
| 245 | '--tool', |
| 246 | sdbusplusplus_prog, |
| 247 | '--directory', |
| 248 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 249 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority', |
| 250 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 251 | install: should_generate_markdown, |
| 252 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 253 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 254 | ) |
| 255 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 256 | generated_markdown += custom_target( |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 257 | 'xyz/openbmc_project/Software/Settings__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 258 | input: [ |
| 259 | '../../../../yaml/xyz/openbmc_project/Software/Settings.interface.yaml', |
| 260 | ], |
| 261 | output: ['Settings.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 262 | depend_files: sdbusplusplus_depfiles, |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 263 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 264 | sdbuspp_gen_meson_prog, |
| 265 | '--command', |
| 266 | 'markdown', |
| 267 | '--output', |
| 268 | meson.current_build_dir(), |
| 269 | '--tool', |
| 270 | sdbusplusplus_prog, |
| 271 | '--directory', |
| 272 | meson.current_source_dir() / '../../../../yaml', |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 273 | 'xyz/openbmc_project/Software/Settings', |
| 274 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 275 | install: should_generate_markdown, |
| 276 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 277 | build_by_default: should_generate_markdown, |
Willy Tu | 4aec802 | 2021-05-20 23:57:16 -0700 | [diff] [blame] | 278 | ) |
| 279 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 280 | generated_markdown += custom_target( |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 281 | 'xyz/openbmc_project/Software/Update__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 282 | input: [ |
| 283 | '../../../../yaml/xyz/openbmc_project/Software/Update.errors.yaml', |
| 284 | '../../../../yaml/xyz/openbmc_project/Software/Update.interface.yaml', |
| 285 | ], |
| 286 | output: ['Update.md'], |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 287 | depend_files: sdbusplusplus_depfiles, |
| 288 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 289 | sdbuspp_gen_meson_prog, |
| 290 | '--command', |
| 291 | 'markdown', |
| 292 | '--output', |
| 293 | meson.current_build_dir(), |
| 294 | '--tool', |
| 295 | sdbusplusplus_prog, |
| 296 | '--directory', |
| 297 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 298 | 'xyz/openbmc_project/Software/Update', |
| 299 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 300 | install: should_generate_markdown, |
| 301 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 302 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 4206b1a | 2023-08-05 11:23:59 -0700 | [diff] [blame] | 303 | ) |
| 304 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 305 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 306 | 'xyz/openbmc_project/Software/Version__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 307 | input: [ |
| 308 | '../../../../yaml/xyz/openbmc_project/Software/Version.errors.yaml', |
| 309 | '../../../../yaml/xyz/openbmc_project/Software/Version.interface.yaml', |
| 310 | ], |
| 311 | output: ['Version.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 312 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [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', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 323 | 'xyz/openbmc_project/Software/Version', |
| 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, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 328 | ) |
| 329 | |