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 | |
| 17 | subdir('BIOSConfig') |
| 18 | subdir('Certs') |
| 19 | generated_others += custom_target( |
| 20 | 'xyz/openbmc_project/Certs__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 21 | input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 22 | output: [ 'Certs.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 23 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 24 | command: [ |
| 25 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 26 | '--output', meson.current_build_dir(), |
| 27 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 28 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 29 | 'xyz/openbmc_project/Certs', |
| 30 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 31 | ) |
| 32 | |
| 33 | subdir('Channel') |
| 34 | subdir('Chassis') |
| 35 | subdir('Collection') |
| 36 | subdir('Common') |
| 37 | generated_others += custom_target( |
| 38 | 'xyz/openbmc_project/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 39 | input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 41 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | command: [ |
| 43 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 44 | '--output', meson.current_build_dir(), |
| 45 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 46 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 47 | 'xyz/openbmc_project/Common', |
| 48 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 49 | ) |
| 50 | |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 51 | subdir('Condition') |
Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 52 | subdir('Console') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | subdir('Control') |
| 54 | subdir('Dump') |
Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -0500 | [diff] [blame] | 55 | subdir('HardwareIsolation') |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 56 | generated_others += custom_target( |
| 57 | 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(), |
| 58 | input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ], |
| 59 | output: [ 'HardwareIsolation.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 60 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 61 | command: [ |
| 62 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 63 | '--output', meson.current_build_dir(), |
| 64 | '--tool', sdbusplusplus_prog, |
| 65 | '--directory', meson.current_source_dir() / '../../../yaml', |
| 66 | 'xyz/openbmc_project/HardwareIsolation', |
| 67 | ], |
| 68 | ) |
| 69 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | subdir('Inventory') |
| 71 | generated_others += custom_target( |
| 72 | 'xyz/openbmc_project/Inventory__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 73 | input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | output: [ 'Inventory.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 75 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 76 | command: [ |
| 77 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 78 | '--output', meson.current_build_dir(), |
| 79 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 80 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 81 | 'xyz/openbmc_project/Inventory', |
| 82 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 83 | ) |
| 84 | |
| 85 | subdir('Ipmi') |
| 86 | subdir('Led') |
| 87 | subdir('Logging') |
Tom Joseph | e123c46 | 2021-05-05 03:36:01 -0700 | [diff] [blame] | 88 | subdir('MCTP') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | subdir('Memory') |
| 90 | subdir('Network') |
| 91 | subdir('Nvme') |
| 92 | subdir('Object') |
| 93 | subdir('ObjectMapper') |
| 94 | generated_others += custom_target( |
| 95 | 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 96 | input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 97 | output: [ 'ObjectMapper.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 98 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 99 | command: [ |
| 100 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 101 | '--output', meson.current_build_dir(), |
| 102 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 103 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 104 | 'xyz/openbmc_project/ObjectMapper', |
| 105 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | ) |
| 107 | |
| 108 | subdir('PFR') |
| 109 | subdir('PLDM') |
| 110 | subdir('ScheduledTime') |
| 111 | generated_others += custom_target( |
| 112 | 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 113 | input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 114 | output: [ 'ScheduledTime.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/ScheduledTime', |
| 122 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 123 | ) |
| 124 | |
| 125 | subdir('Sensor') |
| 126 | subdir('Smbios') |
| 127 | subdir('Software') |
| 128 | subdir('State') |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 129 | subdir('Telemetry') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 130 | subdir('Time') |
| 131 | generated_others += custom_target( |
| 132 | 'xyz/openbmc_project/Time__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 133 | input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 134 | output: [ 'Time.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 135 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 136 | command: [ |
| 137 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 138 | '--output', meson.current_build_dir(), |
| 139 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 140 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 141 | 'xyz/openbmc_project/Time', |
| 142 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 143 | ) |
| 144 | |
| 145 | subdir('User') |
| 146 | subdir('VirtualMedia') |