blob: 9d220999ad1b1453d4c80a81032c1307a9458a6b [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Boot')
3subdir('CFMLimit')
4generated_others += custom_target(
5 'xyz/openbmc_project/Control/CFMLimit__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07006 input: [ '../../../../yaml/xyz/openbmc_project/Control/CFMLimit.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05007 output: [ 'CFMLimit.md' ],
8 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050013 'xyz/openbmc_project/Control/CFMLimit',
14 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050015)
16
17subdir('ChassisCapabilities')
18generated_others += custom_target(
19 'xyz/openbmc_project/Control/ChassisCapabilities__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070020 input: [ '../../../../yaml/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050021 output: [ 'ChassisCapabilities.md' ],
22 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070026 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050027 'xyz/openbmc_project/Control/ChassisCapabilities',
28 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050029)
30
31subdir('Device')
32generated_others += custom_target(
33 'xyz/openbmc_project/Control/Device__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070034 input: [ '../../../../yaml/xyz/openbmc_project/Control/Device.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050035 output: [ 'Device.md' ],
36 command: [
37 sdbuspp_gen_meson_prog, '--command', 'markdown',
38 '--output', meson.current_build_dir(),
39 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070040 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050041 'xyz/openbmc_project/Control/Device',
42 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050043)
44
45subdir('FanPwm')
46generated_others += custom_target(
47 'xyz/openbmc_project/Control/FanPwm__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070048 input: [ '../../../../yaml/xyz/openbmc_project/Control/FanPwm.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050049 output: [ 'FanPwm.md' ],
50 command: [
51 sdbuspp_gen_meson_prog, '--command', 'markdown',
52 '--output', meson.current_build_dir(),
53 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070054 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050055 'xyz/openbmc_project/Control/FanPwm',
56 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050057)
58
59subdir('FanRedundancy')
60generated_others += custom_target(
61 'xyz/openbmc_project/Control/FanRedundancy__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070062 input: [ '../../../../yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050063 output: [ 'FanRedundancy.md' ],
64 command: [
65 sdbuspp_gen_meson_prog, '--command', 'markdown',
66 '--output', meson.current_build_dir(),
67 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070068 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050069 'xyz/openbmc_project/Control/FanRedundancy',
70 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050071)
72
73subdir('FanSpeed')
74generated_others += custom_target(
75 'xyz/openbmc_project/Control/FanSpeed__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070076 input: [ '../../../../yaml/xyz/openbmc_project/Control/FanSpeed.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050077 output: [ 'FanSpeed.md' ],
78 command: [
79 sdbuspp_gen_meson_prog, '--command', 'markdown',
80 '--output', meson.current_build_dir(),
81 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070082 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050083 'xyz/openbmc_project/Control/FanSpeed',
84 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050085)
86
87subdir('FieldMode')
88generated_others += custom_target(
89 'xyz/openbmc_project/Control/FieldMode__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070090 input: [ '../../../../yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050091 output: [ 'FieldMode.md' ],
92 command: [
93 sdbuspp_gen_meson_prog, '--command', 'markdown',
94 '--output', meson.current_build_dir(),
95 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070096 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050097 'xyz/openbmc_project/Control/FieldMode',
98 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050099)
100
101subdir('Host')
102generated_others += custom_target(
103 'xyz/openbmc_project/Control/Host__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700104 input: [ '../../../../yaml/xyz/openbmc_project/Control/Host.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500105 output: [ 'Host.md' ],
106 command: [
107 sdbuspp_gen_meson_prog, '--command', 'markdown',
108 '--output', meson.current_build_dir(),
109 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700110 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500111 'xyz/openbmc_project/Control/Host',
112 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500113)
114
115subdir('MinimumShipLevel')
116generated_others += custom_target(
117 'xyz/openbmc_project/Control/MinimumShipLevel__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700118 input: [ '../../../../yaml/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500119 output: [ 'MinimumShipLevel.md' ],
120 command: [
121 sdbuspp_gen_meson_prog, '--command', 'markdown',
122 '--output', meson.current_build_dir(),
123 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700124 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500125 'xyz/openbmc_project/Control/MinimumShipLevel',
126 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500127)
128
129subdir('Mode')
130generated_others += custom_target(
131 'xyz/openbmc_project/Control/Mode__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700132 input: [ '../../../../yaml/xyz/openbmc_project/Control/Mode.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500133 output: [ 'Mode.md' ],
134 command: [
135 sdbuspp_gen_meson_prog, '--command', 'markdown',
136 '--output', meson.current_build_dir(),
137 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700138 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500139 'xyz/openbmc_project/Control/Mode',
140 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500141)
142
143subdir('Power')
144subdir('PowerSupplyAttributes')
145generated_others += custom_target(
146 'xyz/openbmc_project/Control/PowerSupplyAttributes__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700147 input: [ '../../../../yaml/xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500148 output: [ 'PowerSupplyAttributes.md' ],
149 command: [
150 sdbuspp_gen_meson_prog, '--command', 'markdown',
151 '--output', meson.current_build_dir(),
152 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700153 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500154 'xyz/openbmc_project/Control/PowerSupplyAttributes',
155 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500156)
157
158subdir('PowerSupplyRedundancy')
159generated_others += custom_target(
160 'xyz/openbmc_project/Control/PowerSupplyRedundancy__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700161 input: [ '../../../../yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500162 output: [ 'PowerSupplyRedundancy.md' ],
163 command: [
164 sdbuspp_gen_meson_prog, '--command', 'markdown',
165 '--output', meson.current_build_dir(),
166 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700167 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500168 'xyz/openbmc_project/Control/PowerSupplyRedundancy',
169 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500170)
171
Jonathan Doman1d4979c2020-09-10 16:32:04 -0700172subdir('Processor')
Patrick Williamsd9632142020-06-24 16:12:44 -0500173subdir('Security')
174subdir('Service')
Patrick Williamsed459632020-12-18 07:18:34 -0600175subdir('TPM')
Patrick Williamsd9632142020-06-24 16:12:44 -0500176subdir('ThermalMode')
177generated_others += custom_target(
178 'xyz/openbmc_project/Control/ThermalMode__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700179 input: [ '../../../../yaml/xyz/openbmc_project/Control/ThermalMode.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500180 output: [ 'ThermalMode.md' ],
181 command: [
182 sdbuspp_gen_meson_prog, '--command', 'markdown',
183 '--output', meson.current_build_dir(),
184 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700185 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500186 'xyz/openbmc_project/Control/ThermalMode',
187 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500188)
189
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600190subdir('VoltageRegulatorControl')
191generated_others += custom_target(
192 'xyz/openbmc_project/Control/VoltageRegulatorControl__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700193 input: [ '../../../../yaml/xyz/openbmc_project/Control/VoltageRegulatorControl.interface.yaml', ],
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600194 output: [ 'VoltageRegulatorControl.md' ],
195 command: [
196 sdbuspp_gen_meson_prog, '--command', 'markdown',
197 '--output', meson.current_build_dir(),
198 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700199 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600200 'xyz/openbmc_project/Control/VoltageRegulatorControl',
201 ],
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600202)
203
204subdir('VoltageRegulatorMode')
205generated_others += custom_target(
206 'xyz/openbmc_project/Control/VoltageRegulatorMode__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700207 input: [ '../../../../yaml/xyz/openbmc_project/Control/VoltageRegulatorMode.interface.yaml', ],
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600208 output: [ 'VoltageRegulatorMode.md' ],
209 command: [
210 sdbuspp_gen_meson_prog, '--command', 'markdown',
211 '--output', meson.current_build_dir(),
212 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700213 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600214 'xyz/openbmc_project/Control/VoltageRegulatorMode',
215 ],
Patrick Williamsa7a6db32020-12-03 08:38:37 -0600216)
217