Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Association') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('Attestation') |
| 4 | subdir('BIOSConfig') |
| 5 | subdir('Certs') |
| 6 | subdir('Channel') |
| 7 | subdir('Chassis') |
| 8 | subdir('Collection') |
| 9 | subdir('Common') |
| 10 | subdir('Condition') |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 11 | subdir('Configuration') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 12 | subdir('Console') |
| 13 | subdir('Control') |
| 14 | subdir('Debug') |
| 15 | subdir('Dump') |
| 16 | subdir('HardwareIsolation') |
| 17 | subdir('Inventory') |
| 18 | subdir('Ipmi') |
| 19 | subdir('Led') |
| 20 | subdir('Logging') |
| 21 | subdir('MCTP') |
| 22 | subdir('Memory') |
| 23 | subdir('Metric') |
| 24 | subdir('Network') |
| 25 | subdir('Nvme') |
| 26 | subdir('Object') |
| 27 | subdir('ObjectMapper') |
| 28 | subdir('PFR') |
| 29 | subdir('PLDM') |
| 30 | subdir('ScheduledTime') |
| 31 | subdir('Sensor') |
| 32 | subdir('Smbios') |
| 33 | subdir('Software') |
| 34 | subdir('State') |
| 35 | subdir('Telemetry') |
| 36 | subdir('Time') |
| 37 | subdir('User') |
| 38 | subdir('VirtualMedia') |
| 39 | |
| 40 | sdbusplus_current_path = 'xyz/openbmc_project' |
| 41 | |
| 42 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | 'xyz/openbmc_project/Association__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 44 | input: ['../../../yaml/xyz/openbmc_project/Association.interface.yaml'], |
| 45 | output: ['Association.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 46 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 47 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 48 | sdbuspp_gen_meson_prog, |
| 49 | '--command', |
| 50 | 'markdown', |
| 51 | '--output', |
| 52 | meson.current_build_dir(), |
| 53 | '--tool', |
| 54 | sdbusplusplus_prog, |
| 55 | '--directory', |
| 56 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | 'xyz/openbmc_project/Association', |
| 58 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 59 | install: should_generate_markdown, |
| 60 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 61 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 62 | ) |
| 63 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 64 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 65 | 'xyz/openbmc_project/Certs__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 66 | input: ['../../../yaml/xyz/openbmc_project/Certs.errors.yaml'], |
| 67 | output: ['Certs.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 68 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 69 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 70 | sdbuspp_gen_meson_prog, |
| 71 | '--command', |
| 72 | 'markdown', |
| 73 | '--output', |
| 74 | meson.current_build_dir(), |
| 75 | '--tool', |
| 76 | sdbusplusplus_prog, |
| 77 | '--directory', |
| 78 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | 'xyz/openbmc_project/Certs', |
| 80 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 81 | install: should_generate_markdown, |
| 82 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 83 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 84 | ) |
| 85 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 86 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | 'xyz/openbmc_project/Common__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 88 | input: ['../../../yaml/xyz/openbmc_project/Common.errors.yaml'], |
| 89 | output: ['Common.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', |
| 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( |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 109 | 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 110 | input: ['../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml'], |
| 111 | output: ['HardwareIsolation.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 112 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 113 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 114 | sdbuspp_gen_meson_prog, |
| 115 | '--command', |
| 116 | 'markdown', |
| 117 | '--output', |
| 118 | meson.current_build_dir(), |
| 119 | '--tool', |
| 120 | sdbusplusplus_prog, |
| 121 | '--directory', |
| 122 | meson.current_source_dir() / '../../../yaml', |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 123 | 'xyz/openbmc_project/HardwareIsolation', |
| 124 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 125 | install: should_generate_markdown, |
| 126 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 127 | build_by_default: should_generate_markdown, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 128 | ) |
| 129 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 130 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | 'xyz/openbmc_project/Inventory__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 132 | input: ['../../../yaml/xyz/openbmc_project/Inventory.errors.yaml'], |
| 133 | output: ['Inventory.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 134 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 135 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 136 | sdbuspp_gen_meson_prog, |
| 137 | '--command', |
| 138 | 'markdown', |
| 139 | '--output', |
| 140 | meson.current_build_dir(), |
| 141 | '--tool', |
| 142 | sdbusplusplus_prog, |
| 143 | '--directory', |
| 144 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 145 | 'xyz/openbmc_project/Inventory', |
| 146 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 147 | install: should_generate_markdown, |
| 148 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 149 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 150 | ) |
| 151 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 152 | generated_markdown += custom_target( |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 153 | 'xyz/openbmc_project/Logging__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 154 | input: ['../../../yaml/xyz/openbmc_project/Logging.events.yaml'], |
| 155 | output: ['Logging.md'], |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 156 | depend_files: sdbusplusplus_depfiles, |
| 157 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 158 | sdbuspp_gen_meson_prog, |
| 159 | '--command', |
| 160 | 'markdown', |
| 161 | '--output', |
| 162 | meson.current_build_dir(), |
| 163 | '--tool', |
| 164 | sdbusplusplus_prog, |
| 165 | '--directory', |
| 166 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 167 | 'xyz/openbmc_project/Logging', |
| 168 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 169 | install: should_generate_markdown, |
| 170 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 171 | build_by_default: should_generate_markdown, |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 172 | ) |
| 173 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 174 | generated_registry += custom_target( |
| 175 | 'xyz/openbmc_project/Logging__registry'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 176 | input: ['../../../yaml/xyz/openbmc_project/Logging.events.yaml'], |
| 177 | output: ['Logging.json'], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 178 | depend_files: sdbusplusplus_depfiles, |
| 179 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 180 | sdbuspp_gen_meson_prog, |
| 181 | '--command', |
| 182 | 'registry', |
| 183 | '--output', |
| 184 | meson.current_build_dir(), |
| 185 | '--tool', |
| 186 | sdbusplusplus_prog, |
| 187 | '--directory', |
| 188 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 189 | 'xyz/openbmc_project/Logging', |
| 190 | ], |
| 191 | install: should_generate_registry, |
| 192 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 193 | build_by_default: should_generate_registry, |
| 194 | ) |
| 195 | |
| 196 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 197 | 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 198 | input: ['../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml'], |
| 199 | output: ['ObjectMapper.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 200 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 201 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 202 | sdbuspp_gen_meson_prog, |
| 203 | '--command', |
| 204 | 'markdown', |
| 205 | '--output', |
| 206 | meson.current_build_dir(), |
| 207 | '--tool', |
| 208 | sdbusplusplus_prog, |
| 209 | '--directory', |
| 210 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 211 | 'xyz/openbmc_project/ObjectMapper', |
| 212 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 213 | install: should_generate_markdown, |
| 214 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 215 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 216 | ) |
| 217 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 218 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 219 | 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 220 | input: ['../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml'], |
| 221 | output: ['ScheduledTime.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 222 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 223 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 224 | sdbuspp_gen_meson_prog, |
| 225 | '--command', |
| 226 | 'markdown', |
| 227 | '--output', |
| 228 | meson.current_build_dir(), |
| 229 | '--tool', |
| 230 | sdbusplusplus_prog, |
| 231 | '--directory', |
| 232 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 233 | 'xyz/openbmc_project/ScheduledTime', |
| 234 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 235 | install: should_generate_markdown, |
| 236 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 237 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 238 | ) |
| 239 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 240 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 241 | 'xyz/openbmc_project/Time__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 242 | input: ['../../../yaml/xyz/openbmc_project/Time.errors.yaml'], |
| 243 | output: ['Time.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 244 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 245 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 246 | sdbuspp_gen_meson_prog, |
| 247 | '--command', |
| 248 | 'markdown', |
| 249 | '--output', |
| 250 | meson.current_build_dir(), |
| 251 | '--tool', |
| 252 | sdbusplusplus_prog, |
| 253 | '--directory', |
| 254 | meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 255 | 'xyz/openbmc_project/Time', |
| 256 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 257 | install: should_generate_markdown, |
| 258 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 259 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 260 | ) |
| 261 | |