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 | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 20 | input: [ |
| 21 | '../../../../yaml/xyz/openbmc_project/Common.errors.yaml', |
| 22 | ], |
| 23 | output: [ |
| 24 | 'error.cpp', |
| 25 | 'error.hpp', |
| 26 | ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 27 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | command: [ |
| 29 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 30 | '--output', meson.current_build_dir(), |
| 31 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 32 | '--directory', 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, |
| 36 | install_dir: [ |
| 37 | false, |
| 38 | get_option('includedir') / sdbusplus_current_path, |
| 39 | ], |
| 40 | build_by_default: should_generate_cpp, |
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/Common/Callout__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 45 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 46 | output: [ 'Callout.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 47 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 48 | command: [ |
| 49 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 50 | '--output', meson.current_build_dir(), |
| 51 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 52 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | 'xyz/openbmc_project/Common/Callout', |
| 54 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 55 | install: should_generate_markdown, |
| 56 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 57 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 58 | ) |
| 59 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 60 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 61 | 'xyz/openbmc_project/Common/Device__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 62 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 63 | output: [ 'Device.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 64 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 65 | command: [ |
| 66 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 67 | '--output', meson.current_build_dir(), |
| 68 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 69 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | 'xyz/openbmc_project/Common/Device', |
| 71 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 72 | install: should_generate_markdown, |
| 73 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 74 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | ) |
| 76 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 77 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 78 | 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 79 | input: [ '../../../../yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 80 | output: [ 'FactoryReset.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 81 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 | command: [ |
| 83 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 84 | '--output', meson.current_build_dir(), |
| 85 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 86 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | 'xyz/openbmc_project/Common/FactoryReset', |
| 88 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 89 | install: should_generate_markdown, |
| 90 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 91 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 92 | ) |
| 93 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 94 | generated_markdown += custom_target( |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 95 | 'xyz/openbmc_project/Common/FaultLogType__markdown'.underscorify(), |
| 96 | input: [ '../../../../yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml', ], |
| 97 | output: [ 'FaultLogType.md' ], |
| 98 | depend_files: sdbusplusplus_depfiles, |
| 99 | command: [ |
| 100 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 101 | '--output', meson.current_build_dir(), |
| 102 | '--tool', sdbusplusplus_prog, |
| 103 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 104 | 'xyz/openbmc_project/Common/FaultLogType', |
| 105 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 106 | install: should_generate_markdown, |
| 107 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 108 | build_by_default: should_generate_markdown, |
Jayanth Othayoth | 871f755 | 2024-02-27 00:16:55 -0600 | [diff] [blame] | 109 | ) |
| 110 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 111 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 112 | 'xyz/openbmc_project/Common/File__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 113 | input: [ '../../../../yaml/xyz/openbmc_project/Common/File.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 114 | output: [ 'File.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 115 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 116 | command: [ |
| 117 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 118 | '--output', meson.current_build_dir(), |
| 119 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 120 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 121 | 'xyz/openbmc_project/Common/File', |
| 122 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 123 | install: should_generate_markdown, |
| 124 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 125 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 126 | ) |
| 127 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 128 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 129 | 'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 130 | input: [ '../../../../yaml/xyz/openbmc_project/Common/FilePath.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | output: [ 'FilePath.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 132 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 133 | command: [ |
| 134 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 135 | '--output', meson.current_build_dir(), |
| 136 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 137 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 138 | 'xyz/openbmc_project/Common/FilePath', |
| 139 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 140 | install: should_generate_markdown, |
| 141 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 142 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 143 | ) |
| 144 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 145 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 146 | 'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 147 | input: [ '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 148 | output: [ 'ObjectPath.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 149 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 150 | command: [ |
| 151 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 152 | '--output', meson.current_build_dir(), |
| 153 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 154 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | 'xyz/openbmc_project/Common/ObjectPath', |
| 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( |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 163 | 'xyz/openbmc_project/Common/OriginatedBy__markdown'.underscorify(), |
| 164 | input: [ '../../../../yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml', ], |
| 165 | output: [ 'OriginatedBy.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 166 | depend_files: sdbusplusplus_depfiles, |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 167 | command: [ |
| 168 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 169 | '--output', meson.current_build_dir(), |
| 170 | '--tool', sdbusplusplus_prog, |
| 171 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 172 | 'xyz/openbmc_project/Common/OriginatedBy', |
| 173 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 174 | install: should_generate_markdown, |
| 175 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 176 | build_by_default: should_generate_markdown, |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 177 | ) |
| 178 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 179 | generated_markdown += custom_target( |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 180 | 'xyz/openbmc_project/Common/Priority__markdown'.underscorify(), |
| 181 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Priority.interface.yaml', ], |
| 182 | output: [ 'Priority.md' ], |
| 183 | depend_files: sdbusplusplus_depfiles, |
| 184 | command: [ |
| 185 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 186 | '--output', meson.current_build_dir(), |
| 187 | '--tool', sdbusplusplus_prog, |
| 188 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 189 | 'xyz/openbmc_project/Common/Priority', |
| 190 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 191 | install: should_generate_markdown, |
| 192 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 193 | build_by_default: should_generate_markdown, |
Lakshmi Yadlapati | 8a2674b | 2023-09-25 11:16:58 -0500 | [diff] [blame] | 194 | ) |
| 195 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 196 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 197 | 'xyz/openbmc_project/Common/Progress__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 198 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml', ], |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 199 | output: [ 'Progress.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 200 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 201 | command: [ |
| 202 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 203 | '--output', meson.current_build_dir(), |
| 204 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 205 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 206 | 'xyz/openbmc_project/Common/Progress', |
| 207 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 208 | install: should_generate_markdown, |
| 209 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 210 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 211 | ) |
| 212 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 213 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 214 | 'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 215 | input: [ '../../../../yaml/xyz/openbmc_project/Common/TFTP.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 216 | output: [ 'TFTP.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 217 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 218 | command: [ |
| 219 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 220 | '--output', meson.current_build_dir(), |
| 221 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 222 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 223 | 'xyz/openbmc_project/Common/TFTP', |
| 224 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 225 | install: should_generate_markdown, |
| 226 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 227 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 228 | ) |
| 229 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 230 | generated_markdown += custom_target( |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 231 | 'xyz/openbmc_project/Common/Threshold__markdown'.underscorify(), |
| 232 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Threshold.interface.yaml', ], |
| 233 | output: [ 'Threshold.md' ], |
| 234 | depend_files: sdbusplusplus_depfiles, |
| 235 | command: [ |
| 236 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 237 | '--output', meson.current_build_dir(), |
| 238 | '--tool', sdbusplusplus_prog, |
| 239 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 240 | 'xyz/openbmc_project/Common/Threshold', |
| 241 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 242 | install: should_generate_markdown, |
| 243 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 244 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 245 | ) |
| 246 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 247 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 248 | 'xyz/openbmc_project/Common/UUID__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 249 | input: [ '../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 250 | output: [ 'UUID.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 251 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 252 | command: [ |
| 253 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 254 | '--output', meson.current_build_dir(), |
| 255 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 256 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 257 | 'xyz/openbmc_project/Common/UUID', |
| 258 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 259 | install: should_generate_markdown, |
| 260 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 261 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 262 | ) |
| 263 | |