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