Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Association') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Association__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 5 | input: [ '../../../yaml/xyz/openbmc_project/Association.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Association.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 7 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 12 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 13 | 'xyz/openbmc_project/Association', |
| 14 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 15 | ) |
| 16 | |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 17 | subdir('Attestation') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 18 | subdir('BIOSConfig') |
| 19 | subdir('Certs') |
| 20 | generated_others += custom_target( |
| 21 | 'xyz/openbmc_project/Certs__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 22 | input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | output: [ 'Certs.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 24 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | command: [ |
| 26 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 27 | '--output', meson.current_build_dir(), |
| 28 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 29 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | 'xyz/openbmc_project/Certs', |
| 31 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 32 | ) |
| 33 | |
| 34 | subdir('Channel') |
| 35 | subdir('Chassis') |
| 36 | subdir('Collection') |
| 37 | subdir('Common') |
| 38 | generated_others += custom_target( |
| 39 | 'xyz/openbmc_project/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 40 | input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 42 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | command: [ |
| 44 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 45 | '--output', meson.current_build_dir(), |
| 46 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 47 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 48 | 'xyz/openbmc_project/Common', |
| 49 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | ) |
| 51 | |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 52 | subdir('Condition') |
Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 53 | subdir('Console') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 54 | subdir('Control') |
Harvey Wu | 262b922 | 2023-01-04 10:35:41 +0800 | [diff] [blame] | 55 | subdir('Debug') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 56 | subdir('Dump') |
Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -0500 | [diff] [blame] | 57 | subdir('HardwareIsolation') |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 58 | generated_others += custom_target( |
| 59 | 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), |
| 60 | input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ], |
| 61 | output: [ 'HardwareIsolation.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 62 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 63 | command: [ |
| 64 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 65 | '--output', meson.current_build_dir(), |
| 66 | '--tool', sdbusplusplus_prog, |
| 67 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 68 | 'xyz/openbmc_project/HardwareIsolation', |
| 69 | ], |
| 70 | ) |
| 71 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | subdir('Inventory') |
| 73 | generated_others += custom_target( |
| 74 | 'xyz/openbmc_project/Inventory__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 75 | input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 76 | output: [ 'Inventory.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 77 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 78 | command: [ |
| 79 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 80 | '--output', meson.current_build_dir(), |
| 81 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 82 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 83 | 'xyz/openbmc_project/Inventory', |
| 84 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 85 | ) |
| 86 | |
| 87 | subdir('Ipmi') |
| 88 | subdir('Led') |
| 89 | subdir('Logging') |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 90 | generated_others += custom_target( |
| 91 | 'xyz/openbmc_project/Logging__markdown'.underscorify(), |
| 92 | input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ], |
| 93 | output: [ 'Logging.md' ], |
| 94 | depend_files: sdbusplusplus_depfiles, |
| 95 | command: [ |
| 96 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 97 | '--output', meson.current_build_dir(), |
| 98 | '--tool', sdbusplusplus_prog, |
| 99 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 100 | 'xyz/openbmc_project/Logging', |
| 101 | ], |
| 102 | ) |
| 103 | |
Tom Joseph | e123c46 | 2021-05-05 03:36:01 -0700 | [diff] [blame] | 104 | subdir('MCTP') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 105 | subdir('Memory') |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 106 | subdir('Metric') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 107 | subdir('Network') |
| 108 | subdir('Nvme') |
| 109 | subdir('Object') |
| 110 | subdir('ObjectMapper') |
| 111 | generated_others += custom_target( |
| 112 | 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 113 | input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 114 | output: [ 'ObjectMapper.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/ObjectMapper', |
| 122 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 123 | ) |
| 124 | |
| 125 | subdir('PFR') |
| 126 | subdir('PLDM') |
| 127 | subdir('ScheduledTime') |
| 128 | generated_others += custom_target( |
| 129 | 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 130 | input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | output: [ 'ScheduledTime.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/ScheduledTime', |
| 139 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 140 | ) |
| 141 | |
| 142 | subdir('Sensor') |
| 143 | subdir('Smbios') |
| 144 | subdir('Software') |
| 145 | subdir('State') |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 146 | subdir('Telemetry') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 147 | subdir('Time') |
| 148 | generated_others += custom_target( |
| 149 | 'xyz/openbmc_project/Time__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 150 | input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 151 | output: [ 'Time.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 152 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 153 | command: [ |
| 154 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 155 | '--output', meson.current_build_dir(), |
| 156 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 157 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 158 | 'xyz/openbmc_project/Time', |
| 159 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 160 | ) |
| 161 | |
| 162 | subdir('User') |
| 163 | subdir('VirtualMedia') |