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