Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('BMC') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/State/BMC__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 5 | input: [ '../../../../yaml/xyz/openbmc_project/State/BMC.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'BMC.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/State/BMC', |
| 14 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 15 | ) |
| 16 | |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 17 | subdir('BMCRedundancy') |
| 18 | generated_others += custom_target( |
| 19 | 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 20 | input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ], |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 21 | output: [ 'BMCRedundancy.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 22 | depend_files: sdbusplusplus_depfiles, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 27 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 28 | 'xyz/openbmc_project/State/BMCRedundancy', |
| 29 | ], |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 30 | ) |
| 31 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 32 | subdir('Boot') |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 33 | subdir('Cable') |
| 34 | generated_others += custom_target( |
| 35 | 'xyz/openbmc_project/State/Cable__markdown'.underscorify(), |
| 36 | input: [ '../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml', ], |
| 37 | output: [ 'Cable.md' ], |
| 38 | depend_files: sdbusplusplus_depfiles, |
| 39 | command: [ |
| 40 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 41 | '--output', meson.current_build_dir(), |
| 42 | '--tool', sdbusplusplus_prog, |
| 43 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 44 | 'xyz/openbmc_project/State/Cable', |
| 45 | ], |
| 46 | ) |
| 47 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 48 | subdir('Chassis') |
| 49 | generated_others += custom_target( |
| 50 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 51 | input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | output: [ 'Chassis.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 53 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 54 | command: [ |
| 55 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 56 | '--output', meson.current_build_dir(), |
| 57 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 58 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 59 | 'xyz/openbmc_project/State/Chassis', |
| 60 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 61 | ) |
| 62 | |
| 63 | subdir('Decorator') |
| 64 | subdir('Drive') |
| 65 | generated_others += custom_target( |
| 66 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 67 | input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 68 | output: [ 'Drive.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 69 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | command: [ |
| 71 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 72 | '--output', meson.current_build_dir(), |
| 73 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 74 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | 'xyz/openbmc_project/State/Drive', |
| 76 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 77 | ) |
| 78 | |
| 79 | subdir('Host') |
| 80 | generated_others += custom_target( |
| 81 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 82 | input: [ '../../../../yaml/xyz/openbmc_project/State/Host.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 83 | output: [ 'Host.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 84 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 85 | command: [ |
| 86 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 87 | '--output', meson.current_build_dir(), |
| 88 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 89 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 90 | 'xyz/openbmc_project/State/Host', |
| 91 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 92 | ) |
| 93 | |
Jagpal Singh Gill | 5f4daf1 | 2024-08-14 16:30:16 -0700 | [diff] [blame] | 94 | subdir('Leak') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 95 | subdir('OperatingSystem') |
| 96 | subdir('PowerOnHours') |
| 97 | generated_others += custom_target( |
| 98 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 99 | input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 100 | output: [ 'PowerOnHours.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 101 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 102 | command: [ |
| 103 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 104 | '--output', meson.current_build_dir(), |
| 105 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 106 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 107 | 'xyz/openbmc_project/State/PowerOnHours', |
| 108 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 109 | ) |
| 110 | |
| 111 | subdir('ScheduledHostTransition') |
| 112 | generated_others += custom_target( |
| 113 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 114 | input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | output: [ 'ScheduledHostTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 116 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 117 | command: [ |
| 118 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 119 | '--output', meson.current_build_dir(), |
| 120 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 121 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 122 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 123 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 124 | ) |
| 125 | |
| 126 | subdir('Shutdown') |
| 127 | subdir('SystemdTarget') |
| 128 | generated_others += custom_target( |
| 129 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 130 | input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | output: [ 'SystemdTarget.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/State/SystemdTarget', |
| 139 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 140 | ) |
| 141 | |
| 142 | subdir('Watchdog') |
| 143 | generated_others += custom_target( |
| 144 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 145 | input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 146 | output: [ 'Watchdog.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 147 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 148 | command: [ |
| 149 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 150 | '--output', meson.current_build_dir(), |
| 151 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 152 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 153 | 'xyz/openbmc_project/State/Watchdog', |
| 154 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | ) |
| 156 | |