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(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 44 | input: [ '../../../yaml/xyz/openbmc_project/Association.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 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: [ |
| 48 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 49 | '--output', meson.current_build_dir(), |
| 50 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 51 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | 'xyz/openbmc_project/Association', |
| 53 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 54 | install: should_generate_markdown, |
| 55 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 56 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | ) |
| 58 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 59 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 60 | 'xyz/openbmc_project/Certs__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 61 | input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 62 | output: [ 'Certs.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 63 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | command: [ |
| 65 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 66 | '--output', meson.current_build_dir(), |
| 67 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 68 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 69 | 'xyz/openbmc_project/Certs', |
| 70 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 71 | install: should_generate_markdown, |
| 72 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 73 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | ) |
| 75 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 76 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 77 | 'xyz/openbmc_project/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 78 | input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 80 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 81 | command: [ |
| 82 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 83 | '--output', meson.current_build_dir(), |
| 84 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 85 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 86 | 'xyz/openbmc_project/Common', |
| 87 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 88 | install: should_generate_markdown, |
| 89 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 90 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 91 | ) |
| 92 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 93 | generated_markdown += custom_target( |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 94 | 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), |
| 95 | input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ], |
| 96 | output: [ 'HardwareIsolation.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 97 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 98 | command: [ |
| 99 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 100 | '--output', meson.current_build_dir(), |
| 101 | '--tool', sdbusplusplus_prog, |
| 102 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 103 | 'xyz/openbmc_project/HardwareIsolation', |
| 104 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 105 | install: should_generate_markdown, |
| 106 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 107 | build_by_default: should_generate_markdown, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 108 | ) |
| 109 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 110 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 111 | 'xyz/openbmc_project/Inventory__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 112 | input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 113 | output: [ 'Inventory.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 114 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | command: [ |
| 116 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 117 | '--output', meson.current_build_dir(), |
| 118 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 119 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 120 | 'xyz/openbmc_project/Inventory', |
| 121 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 122 | install: should_generate_markdown, |
| 123 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 124 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 125 | ) |
| 126 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 127 | generated_markdown += custom_target( |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 128 | 'xyz/openbmc_project/Logging__markdown'.underscorify(), |
| 129 | input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ], |
| 130 | output: [ 'Logging.md' ], |
| 131 | depend_files: sdbusplusplus_depfiles, |
| 132 | command: [ |
| 133 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 134 | '--output', meson.current_build_dir(), |
| 135 | '--tool', sdbusplusplus_prog, |
| 136 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 137 | 'xyz/openbmc_project/Logging', |
| 138 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 139 | install: should_generate_markdown, |
| 140 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 141 | build_by_default: should_generate_markdown, |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 142 | ) |
| 143 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 144 | generated_registry += custom_target( |
| 145 | 'xyz/openbmc_project/Logging__registry'.underscorify(), |
| 146 | input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ], |
| 147 | output: [ 'Logging.json' ], |
| 148 | depend_files: sdbusplusplus_depfiles, |
| 149 | command: [ |
| 150 | sdbuspp_gen_meson_prog, '--command', 'registry', |
| 151 | '--output', meson.current_build_dir(), |
| 152 | '--tool', sdbusplusplus_prog, |
| 153 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 154 | 'xyz/openbmc_project/Logging', |
| 155 | ], |
| 156 | install: should_generate_registry, |
| 157 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 158 | build_by_default: should_generate_registry, |
| 159 | ) |
| 160 | |
| 161 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 162 | 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 163 | input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 164 | output: [ 'ObjectMapper.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 165 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 166 | command: [ |
| 167 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 168 | '--output', meson.current_build_dir(), |
| 169 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 170 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 171 | 'xyz/openbmc_project/ObjectMapper', |
| 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/ScheduledTime__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 180 | input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 181 | output: [ 'ScheduledTime.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 182 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 183 | command: [ |
| 184 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 185 | '--output', meson.current_build_dir(), |
| 186 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 187 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 188 | 'xyz/openbmc_project/ScheduledTime', |
| 189 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 190 | install: should_generate_markdown, |
| 191 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 192 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 193 | ) |
| 194 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 195 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 196 | 'xyz/openbmc_project/Time__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 197 | input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 198 | output: [ 'Time.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 199 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 200 | command: [ |
| 201 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 202 | '--output', meson.current_build_dir(), |
| 203 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 204 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 205 | 'xyz/openbmc_project/Time', |
| 206 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 207 | install: should_generate_markdown, |
| 208 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 209 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 210 | ) |
| 211 | |