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(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../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') |
| 33 | subdir('Chassis') |
| 34 | generated_others += custom_target( |
| 35 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 36 | input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | output: [ 'Chassis.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 38 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 39 | command: [ |
| 40 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 41 | '--output', meson.current_build_dir(), |
| 42 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 43 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 44 | 'xyz/openbmc_project/State/Chassis', |
| 45 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 46 | ) |
| 47 | |
| 48 | subdir('Decorator') |
| 49 | subdir('Drive') |
| 50 | generated_others += custom_target( |
| 51 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 52 | input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | output: [ 'Drive.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 54 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 55 | command: [ |
| 56 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 57 | '--output', meson.current_build_dir(), |
| 58 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 59 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 60 | 'xyz/openbmc_project/State/Drive', |
| 61 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 62 | ) |
| 63 | |
| 64 | subdir('Host') |
| 65 | generated_others += custom_target( |
| 66 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 67 | input: [ '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 68 | output: [ 'Host.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/Host', |
| 76 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 77 | ) |
| 78 | |
| 79 | subdir('OperatingSystem') |
| 80 | subdir('PowerOnHours') |
| 81 | generated_others += custom_target( |
| 82 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 83 | input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 84 | output: [ 'PowerOnHours.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 85 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 86 | command: [ |
| 87 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 88 | '--output', meson.current_build_dir(), |
| 89 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 90 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 91 | 'xyz/openbmc_project/State/PowerOnHours', |
| 92 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 93 | ) |
| 94 | |
| 95 | subdir('ScheduledHostTransition') |
| 96 | generated_others += custom_target( |
| 97 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 98 | input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 99 | output: [ 'ScheduledHostTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 100 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 101 | command: [ |
| 102 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 103 | '--output', meson.current_build_dir(), |
| 104 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 105 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 107 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 108 | ) |
| 109 | |
| 110 | subdir('Shutdown') |
| 111 | subdir('SystemdTarget') |
| 112 | generated_others += custom_target( |
| 113 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 114 | input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | output: [ 'SystemdTarget.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/SystemdTarget', |
| 123 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 124 | ) |
| 125 | |
| 126 | subdir('Watchdog') |
| 127 | generated_others += custom_target( |
| 128 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 129 | input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 130 | output: [ 'Watchdog.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 131 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 132 | command: [ |
| 133 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 134 | '--output', meson.current_build_dir(), |
| 135 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 136 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 137 | 'xyz/openbmc_project/State/Watchdog', |
| 138 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 139 | ) |
| 140 | |