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' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/State/BMC', |
| 13 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | ) |
| 15 | |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 16 | subdir('BMCRedundancy') |
| 17 | generated_others += custom_target( |
| 18 | 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ], |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 20 | output: [ 'BMCRedundancy.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 26 | 'xyz/openbmc_project/State/BMCRedundancy', |
| 27 | ], |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 28 | ) |
| 29 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | subdir('Boot') |
| 31 | subdir('Chassis') |
| 32 | generated_others += custom_target( |
| 33 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 | input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | output: [ 'Chassis.md' ], |
| 36 | command: [ |
| 37 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 38 | '--output', meson.current_build_dir(), |
| 39 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 40 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | 'xyz/openbmc_project/State/Chassis', |
| 42 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | ) |
| 44 | |
| 45 | subdir('Decorator') |
| 46 | subdir('Drive') |
| 47 | generated_others += custom_target( |
| 48 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 49 | input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | output: [ 'Drive.md' ], |
| 51 | command: [ |
| 52 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 53 | '--output', meson.current_build_dir(), |
| 54 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 55 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 56 | 'xyz/openbmc_project/State/Drive', |
| 57 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 58 | ) |
| 59 | |
| 60 | subdir('Host') |
| 61 | generated_others += custom_target( |
| 62 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 63 | input: [ '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | output: [ 'Host.md' ], |
| 65 | command: [ |
| 66 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 67 | '--output', meson.current_build_dir(), |
| 68 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 69 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | 'xyz/openbmc_project/State/Host', |
| 71 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | ) |
| 73 | |
| 74 | subdir('OperatingSystem') |
| 75 | subdir('PowerOnHours') |
| 76 | generated_others += custom_target( |
| 77 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 78 | input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | output: [ 'PowerOnHours.md' ], |
| 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/State/PowerOnHours', |
| 86 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | ) |
| 88 | |
| 89 | subdir('ScheduledHostTransition') |
| 90 | generated_others += custom_target( |
| 91 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 92 | input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 93 | output: [ 'ScheduledHostTransition.md' ], |
| 94 | command: [ |
| 95 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 96 | '--output', meson.current_build_dir(), |
| 97 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 98 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 99 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 100 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 101 | ) |
| 102 | |
| 103 | subdir('Shutdown') |
| 104 | subdir('SystemdTarget') |
| 105 | generated_others += custom_target( |
| 106 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 107 | input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 108 | output: [ 'SystemdTarget.md' ], |
| 109 | command: [ |
| 110 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 111 | '--output', meson.current_build_dir(), |
| 112 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 113 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 114 | 'xyz/openbmc_project/State/SystemdTarget', |
| 115 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 116 | ) |
| 117 | |
| 118 | subdir('Watchdog') |
| 119 | generated_others += custom_target( |
| 120 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 121 | input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 122 | output: [ 'Watchdog.md' ], |
| 123 | command: [ |
| 124 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 125 | '--output', meson.current_build_dir(), |
| 126 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 127 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 128 | 'xyz/openbmc_project/State/Watchdog', |
| 129 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 130 | ) |
| 131 | |