Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('BMC') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('BMCRedundancy') |
| 4 | subdir('Boot') |
| 5 | subdir('Cable') |
| 6 | subdir('Chassis') |
| 7 | subdir('Decorator') |
| 8 | subdir('Drive') |
| 9 | subdir('Host') |
| 10 | subdir('Leak') |
| 11 | subdir('OperatingSystem') |
| 12 | subdir('PowerOnHours') |
| 13 | subdir('ScheduledHostTransition') |
| 14 | subdir('Shutdown') |
| 15 | subdir('SystemdTarget') |
| 16 | subdir('Watchdog') |
| 17 | |
| 18 | sdbusplus_current_path = 'xyz/openbmc_project/State' |
| 19 | |
| 20 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | 'xyz/openbmc_project/State/BMC__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 22 | 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] | 23 | output: [ 'BMC.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/State/BMC', |
| 31 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | install: should_generate_markdown, |
| 33 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 34 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | ) |
| 36 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 37 | generated_markdown += custom_target( |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 38 | 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 39 | input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ], |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 40 | output: [ 'BMCRedundancy.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 41 | depend_files: sdbusplusplus_depfiles, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [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', |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 47 | 'xyz/openbmc_project/State/BMCRedundancy', |
| 48 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 49 | install: should_generate_markdown, |
| 50 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 51 | build_by_default: should_generate_markdown, |
Chen Yugang | f995972 | 2020-07-28 07:53:28 +0800 | [diff] [blame] | 52 | ) |
| 53 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 54 | generated_markdown += custom_target( |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 55 | 'xyz/openbmc_project/State/Cable__markdown'.underscorify(), |
| 56 | input: [ '../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml', ], |
| 57 | output: [ 'Cable.md' ], |
| 58 | depend_files: sdbusplusplus_depfiles, |
| 59 | command: [ |
| 60 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 61 | '--output', meson.current_build_dir(), |
| 62 | '--tool', sdbusplusplus_prog, |
| 63 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 64 | 'xyz/openbmc_project/State/Cable', |
| 65 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 66 | install: should_generate_markdown, |
| 67 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 68 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 199c6c3 | 2024-09-06 09:41:02 -0700 | [diff] [blame] | 69 | ) |
| 70 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 71 | generated_registry += custom_target( |
| 72 | 'xyz/openbmc_project/State/Cable__registry'.underscorify(), |
| 73 | input: [ '../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml', ], |
| 74 | output: [ 'Cable.json' ], |
| 75 | depend_files: sdbusplusplus_depfiles, |
| 76 | command: [ |
| 77 | sdbuspp_gen_meson_prog, '--command', 'registry', |
| 78 | '--output', meson.current_build_dir(), |
| 79 | '--tool', sdbusplusplus_prog, |
| 80 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 81 | 'xyz/openbmc_project/State/Cable', |
| 82 | ], |
| 83 | install: should_generate_registry, |
| 84 | install_dir: [inst_registry_dir / sdbusplus_current_path], |
| 85 | build_by_default: should_generate_registry, |
| 86 | ) |
| 87 | |
| 88 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 90 | 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] | 91 | output: [ 'Chassis.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 92 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 93 | command: [ |
| 94 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 95 | '--output', meson.current_build_dir(), |
| 96 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 97 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 98 | 'xyz/openbmc_project/State/Chassis', |
| 99 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 100 | install: should_generate_markdown, |
| 101 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 102 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 103 | ) |
| 104 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 105 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 107 | input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 108 | output: [ 'Drive.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 109 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 110 | command: [ |
| 111 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 112 | '--output', meson.current_build_dir(), |
| 113 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 114 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | 'xyz/openbmc_project/State/Drive', |
| 116 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 117 | install: should_generate_markdown, |
| 118 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 119 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 120 | ) |
| 121 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 122 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 123 | 'xyz/openbmc_project/State/Host__markdown'.underscorify(), |
Patrick Williams | 43006dd | 2024-09-19 16:38:01 -0400 | [diff] [blame] | 124 | 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] | 125 | output: [ 'Host.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 126 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 127 | command: [ |
| 128 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 129 | '--output', meson.current_build_dir(), |
| 130 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 131 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 132 | 'xyz/openbmc_project/State/Host', |
| 133 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 134 | install: should_generate_markdown, |
| 135 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 136 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 137 | ) |
| 138 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 139 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 140 | 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 141 | input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 142 | output: [ 'PowerOnHours.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 143 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 144 | command: [ |
| 145 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 146 | '--output', meson.current_build_dir(), |
| 147 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 148 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 149 | 'xyz/openbmc_project/State/PowerOnHours', |
| 150 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 151 | install: should_generate_markdown, |
| 152 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 153 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 154 | ) |
| 155 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 156 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 157 | 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 158 | input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 159 | output: [ 'ScheduledHostTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 160 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 161 | command: [ |
| 162 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 163 | '--output', meson.current_build_dir(), |
| 164 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 165 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 166 | 'xyz/openbmc_project/State/ScheduledHostTransition', |
| 167 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 168 | install: should_generate_markdown, |
| 169 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 170 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 171 | ) |
| 172 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 173 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 174 | 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 175 | input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 176 | output: [ 'SystemdTarget.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 177 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 178 | command: [ |
| 179 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 180 | '--output', meson.current_build_dir(), |
| 181 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 182 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 183 | 'xyz/openbmc_project/State/SystemdTarget', |
| 184 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 185 | install: should_generate_markdown, |
| 186 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 187 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 188 | ) |
| 189 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 190 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 191 | 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 192 | input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 193 | output: [ 'Watchdog.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 194 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 195 | command: [ |
| 196 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 197 | '--output', meson.current_build_dir(), |
| 198 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 199 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 200 | 'xyz/openbmc_project/State/Watchdog', |
| 201 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 202 | install: should_generate_markdown, |
| 203 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 204 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 205 | ) |
| 206 | |