Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 2 | subdir('Callout') |
| 3 | subdir('Device') |
| 4 | subdir('FactoryReset') |
| 5 | subdir('FaultLogType') |
| 6 | subdir('File') |
| 7 | subdir('FilePath') |
| 8 | subdir('ObjectPath') |
| 9 | subdir('OriginatedBy') |
| 10 | subdir('Priority') |
| 11 | subdir('Progress') |
| 12 | subdir('TFTP') |
| 13 | subdir('Threshold') |
| 14 | subdir('UUID') |
| 15 | |
| 16 | sdbusplus_current_path = 'xyz/openbmc_project/Common' |
| 17 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 18 | generated_sources += custom_target( |
| 19 | 'xyz/openbmc_project/Common__cpp'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 20 | input: ['../../../../yaml/xyz/openbmc_project/Common.errors.yaml'], |
| 21 | output: ['error.cpp', 'error.hpp'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 22 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 24 | sdbuspp_gen_meson_prog, |
| 25 | '--command', |
| 26 | 'cpp', |
| 27 | '--output', |
| 28 | meson.current_build_dir(), |
| 29 | '--tool', |
| 30 | sdbusplusplus_prog, |
| 31 | '--directory', |
| 32 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | 'xyz/openbmc_project/Common', |
| 34 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 35 | install: should_generate_cpp, |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 36 | install_dir: [false, get_option('includedir') / sdbusplus_current_path], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 37 | build_by_default: should_generate_cpp, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 38 | ) |
| 39 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 40 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | 'xyz/openbmc_project/Common/Callout__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 42 | input: ['../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml'], |
| 43 | output: ['Callout.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 44 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 45 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 46 | sdbuspp_gen_meson_prog, |
| 47 | '--command', |
| 48 | 'markdown', |
| 49 | '--output', |
| 50 | meson.current_build_dir(), |
| 51 | '--tool', |
| 52 | sdbusplusplus_prog, |
| 53 | '--directory', |
| 54 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 55 | 'xyz/openbmc_project/Common/Callout', |
| 56 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 57 | install: should_generate_markdown, |
| 58 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 59 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 60 | ) |
| 61 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 62 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 63 | 'xyz/openbmc_project/Common/Device__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 64 | input: ['../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml'], |
| 65 | output: ['Device.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 66 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 68 | sdbuspp_gen_meson_prog, |
| 69 | '--command', |
| 70 | 'markdown', |
| 71 | '--output', |
| 72 | meson.current_build_dir(), |
| 73 | '--tool', |
| 74 | sdbusplusplus_prog, |
| 75 | '--directory', |
| 76 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 77 | 'xyz/openbmc_project/Common/Device', |
| 78 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 79 | install: should_generate_markdown, |
| 80 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 81 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 | ) |
| 83 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 84 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 85 | 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 86 | input: [ |
| 87 | '../../../../yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml', |
| 88 | ], |
| 89 | output: ['FactoryReset.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 90 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 91 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 92 | sdbuspp_gen_meson_prog, |
| 93 | '--command', |
| 94 | 'markdown', |
| 95 | '--output', |
| 96 | meson.current_build_dir(), |
| 97 | '--tool', |
| 98 | sdbusplusplus_prog, |
| 99 | '--directory', |
| 100 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 101 | 'xyz/openbmc_project/Common/FactoryReset', |
| 102 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 103 | install: should_generate_markdown, |
| 104 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 105 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | ) |
| 107 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 108 | generated_markdown += custom_target( |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 109 | 'xyz/openbmc_project/Common/FaultLogType__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 110 | input: [ |
| 111 | '../../../../yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml', |
| 112 | ], |
| 113 | output: ['FaultLogType.md'], |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 114 | depend_files: sdbusplusplus_depfiles, |
| 115 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 116 | sdbuspp_gen_meson_prog, |
| 117 | '--command', |
| 118 | 'markdown', |
| 119 | '--output', |
| 120 | meson.current_build_dir(), |
| 121 | '--tool', |
| 122 | sdbusplusplus_prog, |
| 123 | '--directory', |
| 124 | meson.current_source_dir() / '../../../../yaml', |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 125 | 'xyz/openbmc_project/Common/FaultLogType', |
| 126 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 127 | install: should_generate_markdown, |
| 128 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 129 | build_by_default: should_generate_markdown, |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 130 | ) |
| 131 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 132 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 133 | 'xyz/openbmc_project/Common/File__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 134 | input: ['../../../../yaml/xyz/openbmc_project/Common/File.errors.yaml'], |
| 135 | output: ['File.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 136 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 137 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 138 | sdbuspp_gen_meson_prog, |
| 139 | '--command', |
| 140 | 'markdown', |
| 141 | '--output', |
| 142 | meson.current_build_dir(), |
| 143 | '--tool', |
| 144 | sdbusplusplus_prog, |
| 145 | '--directory', |
| 146 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 147 | 'xyz/openbmc_project/Common/File', |
| 148 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 149 | install: should_generate_markdown, |
| 150 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 151 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 152 | ) |
| 153 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 154 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | 'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 156 | input: [ |
| 157 | '../../../../yaml/xyz/openbmc_project/Common/FilePath.interface.yaml', |
| 158 | ], |
| 159 | output: ['FilePath.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 160 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 161 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 162 | sdbuspp_gen_meson_prog, |
| 163 | '--command', |
| 164 | 'markdown', |
| 165 | '--output', |
| 166 | meson.current_build_dir(), |
| 167 | '--tool', |
| 168 | sdbusplusplus_prog, |
| 169 | '--directory', |
| 170 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 171 | 'xyz/openbmc_project/Common/FilePath', |
| 172 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 173 | install: should_generate_markdown, |
| 174 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 175 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 176 | ) |
| 177 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 178 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 179 | 'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 180 | input: [ |
| 181 | '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', |
| 182 | ], |
| 183 | output: ['ObjectPath.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 184 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 185 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 186 | sdbuspp_gen_meson_prog, |
| 187 | '--command', |
| 188 | 'markdown', |
| 189 | '--output', |
| 190 | meson.current_build_dir(), |
| 191 | '--tool', |
| 192 | sdbusplusplus_prog, |
| 193 | '--directory', |
| 194 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 195 | 'xyz/openbmc_project/Common/ObjectPath', |
| 196 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 197 | install: should_generate_markdown, |
| 198 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 199 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 200 | ) |
| 201 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 202 | generated_markdown += custom_target( |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 203 | 'xyz/openbmc_project/Common/OriginatedBy__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 204 | input: [ |
| 205 | '../../../../yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml', |
| 206 | ], |
| 207 | output: ['OriginatedBy.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 208 | depend_files: sdbusplusplus_depfiles, |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 209 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 210 | sdbuspp_gen_meson_prog, |
| 211 | '--command', |
| 212 | 'markdown', |
| 213 | '--output', |
| 214 | meson.current_build_dir(), |
| 215 | '--tool', |
| 216 | sdbusplusplus_prog, |
| 217 | '--directory', |
| 218 | meson.current_source_dir() / '../../../../yaml', |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 219 | 'xyz/openbmc_project/Common/OriginatedBy', |
| 220 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 221 | install: should_generate_markdown, |
| 222 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 223 | build_by_default: should_generate_markdown, |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 224 | ) |
| 225 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 226 | generated_markdown += custom_target( |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 227 | 'xyz/openbmc_project/Common/Priority__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 228 | input: [ |
| 229 | '../../../../yaml/xyz/openbmc_project/Common/Priority.interface.yaml', |
| 230 | ], |
| 231 | output: ['Priority.md'], |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 232 | depend_files: sdbusplusplus_depfiles, |
| 233 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 234 | sdbuspp_gen_meson_prog, |
| 235 | '--command', |
| 236 | 'markdown', |
| 237 | '--output', |
| 238 | meson.current_build_dir(), |
| 239 | '--tool', |
| 240 | sdbusplusplus_prog, |
| 241 | '--directory', |
| 242 | meson.current_source_dir() / '../../../../yaml', |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 243 | 'xyz/openbmc_project/Common/Priority', |
| 244 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 245 | install: should_generate_markdown, |
| 246 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 247 | build_by_default: should_generate_markdown, |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 248 | ) |
| 249 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 250 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 251 | 'xyz/openbmc_project/Common/Progress__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 252 | input: [ |
| 253 | '../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml', |
| 254 | ], |
| 255 | output: ['Progress.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 256 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 257 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 258 | sdbuspp_gen_meson_prog, |
| 259 | '--command', |
| 260 | 'markdown', |
| 261 | '--output', |
| 262 | meson.current_build_dir(), |
| 263 | '--tool', |
| 264 | sdbusplusplus_prog, |
| 265 | '--directory', |
| 266 | meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 267 | 'xyz/openbmc_project/Common/Progress', |
| 268 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 269 | install: should_generate_markdown, |
| 270 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 271 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 272 | ) |
| 273 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 274 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 275 | 'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 276 | input: ['../../../../yaml/xyz/openbmc_project/Common/TFTP.interface.yaml'], |
| 277 | output: ['TFTP.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 278 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 279 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 280 | sdbuspp_gen_meson_prog, |
| 281 | '--command', |
| 282 | 'markdown', |
| 283 | '--output', |
| 284 | meson.current_build_dir(), |
| 285 | '--tool', |
| 286 | sdbusplusplus_prog, |
| 287 | '--directory', |
| 288 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 289 | 'xyz/openbmc_project/Common/TFTP', |
| 290 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 291 | install: should_generate_markdown, |
| 292 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 293 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 294 | ) |
| 295 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 296 | generated_markdown += custom_target( |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 297 | 'xyz/openbmc_project/Common/Threshold__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 298 | input: [ |
| 299 | '../../../../yaml/xyz/openbmc_project/Common/Threshold.interface.yaml', |
| 300 | ], |
| 301 | output: ['Threshold.md'], |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 302 | depend_files: sdbusplusplus_depfiles, |
| 303 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 304 | sdbuspp_gen_meson_prog, |
| 305 | '--command', |
| 306 | 'markdown', |
| 307 | '--output', |
| 308 | meson.current_build_dir(), |
| 309 | '--tool', |
| 310 | sdbusplusplus_prog, |
| 311 | '--directory', |
| 312 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 313 | 'xyz/openbmc_project/Common/Threshold', |
| 314 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 315 | install: should_generate_markdown, |
| 316 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 317 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 318 | ) |
| 319 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 320 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 321 | 'xyz/openbmc_project/Common/UUID__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 322 | input: ['../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml'], |
| 323 | output: ['UUID.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 324 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 325 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 326 | sdbuspp_gen_meson_prog, |
| 327 | '--command', |
| 328 | 'markdown', |
| 329 | '--output', |
| 330 | meson.current_build_dir(), |
| 331 | '--tool', |
| 332 | sdbusplusplus_prog, |
| 333 | '--directory', |
| 334 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 335 | 'xyz/openbmc_project/Common/UUID', |
| 336 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 337 | install: should_generate_markdown, |
| 338 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 339 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 340 | ) |
| 341 | |