blob: 86008f382accff3e5afccf77f23b4e970386da7a [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2generated_sources += custom_target(
3 'xyz/openbmc_project/Inventory/Item__cpp'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07004 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item.interface.yaml', ],
Patrick Williams4de8a3b2023-04-21 11:15:51 -05005 output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ],
Patrick Williams11335242022-09-12 06:11:41 -05006 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -05007 command: [
8 sdbuspp_gen_meson_prog, '--command', 'cpp',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070011 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050012 'xyz/openbmc_project/Inventory/Item',
13 ],
14)
15
16subdir('Accelerator')
17generated_others += custom_target(
18 'xyz/openbmc_project/Inventory/Item/Accelerator__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050020 output: [ 'Accelerator.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050021 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050022 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/Inventory/Item/Accelerator',
28 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050029)
30
PriyangaRamasamy8f40d352020-05-04 12:14:53 -050031subdir('Battery')
32generated_others += custom_target(
33 'xyz/openbmc_project/Inventory/Item/Battery__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070034 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Battery.interface.yaml', ],
PriyangaRamasamy8f40d352020-05-04 12:14:53 -050035 output: [ 'Battery.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050036 depend_files: sdbusplusplus_depfiles,
PriyangaRamasamy8f40d352020-05-04 12:14:53 -050037 command: [
38 sdbuspp_gen_meson_prog, '--command', 'markdown',
39 '--output', meson.current_build_dir(),
40 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070041 '--directory', meson.current_source_dir() / '../../../../../yaml',
PriyangaRamasamy8f40d352020-05-04 12:14:53 -050042 'xyz/openbmc_project/Inventory/Item/Battery',
43 ],
PriyangaRamasamy8f40d352020-05-04 12:14:53 -050044)
45
Patrick Williamsd9632142020-06-24 16:12:44 -050046subdir('Bmc')
47generated_others += custom_target(
48 'xyz/openbmc_project/Inventory/Item/Bmc__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070049 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050050 output: [ 'Bmc.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050051 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050052 command: [
53 sdbuspp_gen_meson_prog, '--command', 'markdown',
54 '--output', meson.current_build_dir(),
55 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070056 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050057 'xyz/openbmc_project/Inventory/Item/Bmc',
58 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050059)
60
61subdir('Board')
62generated_others += custom_target(
63 'xyz/openbmc_project/Inventory/Item/Board__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070064 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Board.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050065 output: [ 'Board.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050066 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050067 command: [
68 sdbuspp_gen_meson_prog, '--command', 'markdown',
69 '--output', meson.current_build_dir(),
70 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070071 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050072 'xyz/openbmc_project/Inventory/Item/Board',
73 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050074)
75
Chu Lin3c5b7642021-07-20 20:38:09 +000076subdir('Cable')
77generated_others += custom_target(
78 'xyz/openbmc_project/Inventory/Item/Cable__markdown'.underscorify(),
79 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Cable.interface.yaml', ],
80 output: [ 'Cable.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050081 depend_files: sdbusplusplus_depfiles,
Chu Lin3c5b7642021-07-20 20:38:09 +000082 command: [
83 sdbuspp_gen_meson_prog, '--command', 'markdown',
84 '--output', meson.current_build_dir(),
85 '--tool', sdbusplusplus_prog,
86 '--directory', meson.current_source_dir() / '../../../../../yaml',
87 'xyz/openbmc_project/Inventory/Item/Cable',
88 ],
89)
90
Patrick Williamsd9632142020-06-24 16:12:44 -050091subdir('Chassis')
92generated_others += custom_target(
93 'xyz/openbmc_project/Inventory/Item/Chassis__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070094 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050095 output: [ 'Chassis.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050096 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050097 command: [
98 sdbuspp_gen_meson_prog, '--command', 'markdown',
99 '--output', meson.current_build_dir(),
100 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700101 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500102 'xyz/openbmc_project/Inventory/Item/Chassis',
103 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500104)
105
106subdir('Connector')
107generated_others += custom_target(
108 'xyz/openbmc_project/Inventory/Item/Connector__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700109 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500110 output: [ 'Connector.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500111 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500112 command: [
113 sdbuspp_gen_meson_prog, '--command', 'markdown',
114 '--output', meson.current_build_dir(),
115 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700116 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500117 'xyz/openbmc_project/Inventory/Item/Connector',
118 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500119)
120
121subdir('Cpu')
122generated_others += custom_target(
123 'xyz/openbmc_project/Inventory/Item/Cpu__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700124 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500125 output: [ 'Cpu.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500126 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500127 command: [
128 sdbuspp_gen_meson_prog, '--command', 'markdown',
129 '--output', meson.current_build_dir(),
130 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700131 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500132 'xyz/openbmc_project/Inventory/Item/Cpu',
133 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500134)
135
136subdir('CpuCore')
137generated_others += custom_target(
138 'xyz/openbmc_project/Inventory/Item/CpuCore__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700139 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500140 output: [ 'CpuCore.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500141 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500142 command: [
143 sdbuspp_gen_meson_prog, '--command', 'markdown',
144 '--output', meson.current_build_dir(),
145 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700146 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500147 'xyz/openbmc_project/Inventory/Item/CpuCore',
148 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500149)
150
151subdir('Dimm')
152generated_others += custom_target(
153 'xyz/openbmc_project/Inventory/Item/Dimm__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700154 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500155 output: [ 'Dimm.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500156 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500157 command: [
158 sdbuspp_gen_meson_prog, '--command', 'markdown',
159 '--output', meson.current_build_dir(),
160 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700161 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500162 'xyz/openbmc_project/Inventory/Item/Dimm',
163 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500164)
165
166subdir('DiskBackplane')
167generated_others += custom_target(
168 'xyz/openbmc_project/Inventory/Item/DiskBackplane__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700169 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500170 output: [ 'DiskBackplane.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500171 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500172 command: [
173 sdbuspp_gen_meson_prog, '--command', 'markdown',
174 '--output', meson.current_build_dir(),
175 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700176 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500177 'xyz/openbmc_project/Inventory/Item/DiskBackplane',
178 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500179)
180
Willy Tu531c90e2021-06-30 18:24:28 -0700181subdir('Drive')
182generated_others += custom_target(
183 'xyz/openbmc_project/Inventory/Item/Drive__markdown'.underscorify(),
184 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml', ],
185 output: [ 'Drive.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500186 depend_files: sdbusplusplus_depfiles,
Willy Tu531c90e2021-06-30 18:24:28 -0700187 command: [
188 sdbuspp_gen_meson_prog, '--command', 'markdown',
189 '--output', meson.current_build_dir(),
190 '--tool', sdbusplusplus_prog,
191 '--directory', meson.current_source_dir() / '../../../../../yaml',
192 'xyz/openbmc_project/Inventory/Item/Drive',
193 ],
194)
195
Patrick Williamsd9632142020-06-24 16:12:44 -0500196subdir('Ethernet')
197generated_others += custom_target(
198 'xyz/openbmc_project/Inventory/Item/Ethernet__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700199 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Ethernet.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500200 output: [ 'Ethernet.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500201 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500202 command: [
203 sdbuspp_gen_meson_prog, '--command', 'markdown',
204 '--output', meson.current_build_dir(),
205 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700206 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500207 'xyz/openbmc_project/Inventory/Item/Ethernet',
208 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500209)
210
Sunny Srivastavaae956ad2021-03-02 12:20:38 -0600211subdir('FabricAdapter')
212generated_others += custom_target(
213 'xyz/openbmc_project/Inventory/Item/FabricAdapter__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700214 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/FabricAdapter.interface.yaml', ],
Sunny Srivastavaae956ad2021-03-02 12:20:38 -0600215 output: [ 'FabricAdapter.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500216 depend_files: sdbusplusplus_depfiles,
Sunny Srivastavaae956ad2021-03-02 12:20:38 -0600217 command: [
218 sdbuspp_gen_meson_prog, '--command', 'markdown',
219 '--output', meson.current_build_dir(),
220 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700221 '--directory', meson.current_source_dir() / '../../../../../yaml',
Sunny Srivastavaae956ad2021-03-02 12:20:38 -0600222 'xyz/openbmc_project/Inventory/Item/FabricAdapter',
223 ],
Sunny Srivastavaae956ad2021-03-02 12:20:38 -0600224)
225
Patrick Williamsd9632142020-06-24 16:12:44 -0500226subdir('Fan')
227generated_others += custom_target(
228 'xyz/openbmc_project/Inventory/Item/Fan__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700229 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Fan.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500230 output: [ 'Fan.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500231 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500232 command: [
233 sdbuspp_gen_meson_prog, '--command', 'markdown',
234 '--output', meson.current_build_dir(),
235 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700236 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500237 'xyz/openbmc_project/Inventory/Item/Fan',
238 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500239)
240
241subdir('Global')
242generated_others += custom_target(
243 'xyz/openbmc_project/Inventory/Item/Global__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700244 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Global.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500245 output: [ 'Global.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500246 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500247 command: [
248 sdbuspp_gen_meson_prog, '--command', 'markdown',
249 '--output', meson.current_build_dir(),
250 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700251 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500252 'xyz/openbmc_project/Inventory/Item/Global',
253 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500254)
255
256subdir('MemoryBuffer')
257generated_others += custom_target(
258 'xyz/openbmc_project/Inventory/Item/MemoryBuffer__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700259 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500260 output: [ 'MemoryBuffer.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500261 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500262 command: [
263 sdbuspp_gen_meson_prog, '--command', 'markdown',
264 '--output', meson.current_build_dir(),
265 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700266 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500267 'xyz/openbmc_project/Inventory/Item/MemoryBuffer',
268 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500269)
270
271subdir('NetworkInterface')
272generated_others += custom_target(
273 'xyz/openbmc_project/Inventory/Item/NetworkInterface__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700274 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500275 output: [ 'NetworkInterface.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500276 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500277 command: [
278 sdbuspp_gen_meson_prog, '--command', 'markdown',
279 '--output', meson.current_build_dir(),
280 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700281 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500282 'xyz/openbmc_project/Inventory/Item/NetworkInterface',
283 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500284)
285
Patrick Williamsd9632142020-06-24 16:12:44 -0500286subdir('PCIeDevice')
287generated_others += custom_target(
288 'xyz/openbmc_project/Inventory/Item/PCIeDevice__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700289 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500290 output: [ 'PCIeDevice.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500291 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500292 command: [
293 sdbuspp_gen_meson_prog, '--command', 'markdown',
294 '--output', meson.current_build_dir(),
295 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700296 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500297 'xyz/openbmc_project/Inventory/Item/PCIeDevice',
298 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500299)
300
Vishwanatha Subbanna41490f22020-10-14 05:04:37 -0500301subdir('PCIeSlot')
302generated_others += custom_target(
303 'xyz/openbmc_project/Inventory/Item/PCIeSlot__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700304 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', ],
Vishwanatha Subbanna41490f22020-10-14 05:04:37 -0500305 output: [ 'PCIeSlot.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500306 depend_files: sdbusplusplus_depfiles,
Vishwanatha Subbanna41490f22020-10-14 05:04:37 -0500307 command: [
308 sdbuspp_gen_meson_prog, '--command', 'markdown',
309 '--output', meson.current_build_dir(),
310 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700311 '--directory', meson.current_source_dir() / '../../../../../yaml',
Vishwanatha Subbanna41490f22020-10-14 05:04:37 -0500312 'xyz/openbmc_project/Inventory/Item/PCIeSlot',
313 ],
Vishwanatha Subbanna41490f22020-10-14 05:04:37 -0500314)
315
Patrick Williamsed459632020-12-18 07:18:34 -0600316subdir('Panel')
317generated_others += custom_target(
318 'xyz/openbmc_project/Inventory/Item/Panel__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700319 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Panel.interface.yaml', ],
Patrick Williamsed459632020-12-18 07:18:34 -0600320 output: [ 'Panel.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500321 depend_files: sdbusplusplus_depfiles,
Patrick Williamsed459632020-12-18 07:18:34 -0600322 command: [
323 sdbuspp_gen_meson_prog, '--command', 'markdown',
324 '--output', meson.current_build_dir(),
325 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700326 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsed459632020-12-18 07:18:34 -0600327 'xyz/openbmc_project/Inventory/Item/Panel',
328 ],
Patrick Williamsed459632020-12-18 07:18:34 -0600329)
330
Patrick Williamsd9632142020-06-24 16:12:44 -0500331subdir('PersistentMemory')
332generated_others += custom_target(
333 'xyz/openbmc_project/Inventory/Item/PersistentMemory__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700334 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500335 output: [ 'PersistentMemory.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500336 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500337 command: [
338 sdbuspp_gen_meson_prog, '--command', 'markdown',
339 '--output', meson.current_build_dir(),
340 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700341 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500342 'xyz/openbmc_project/Inventory/Item/PersistentMemory',
343 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500344)
345
346subdir('PowerSupply')
347generated_others += custom_target(
348 'xyz/openbmc_project/Inventory/Item/PowerSupply__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700349 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500350 output: [ 'PowerSupply.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500351 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500352 command: [
353 sdbuspp_gen_meson_prog, '--command', 'markdown',
354 '--output', meson.current_build_dir(),
355 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700356 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500357 'xyz/openbmc_project/Inventory/Item/PowerSupply',
358 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500359)
360
Patrick Williamsd9a13ec2020-07-07 15:49:06 -0500361subdir('Rotor')
362generated_others += custom_target(
363 'xyz/openbmc_project/Inventory/Item/Rotor__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700364 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml', ],
Patrick Williamsd9a13ec2020-07-07 15:49:06 -0500365 output: [ 'Rotor.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500366 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9a13ec2020-07-07 15:49:06 -0500367 command: [
368 sdbuspp_gen_meson_prog, '--command', 'markdown',
369 '--output', meson.current_build_dir(),
370 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700371 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9a13ec2020-07-07 15:49:06 -0500372 'xyz/openbmc_project/Inventory/Item/Rotor',
373 ],
Patrick Williamsd9a13ec2020-07-07 15:49:06 -0500374)
375
Willy Tu3a11b992021-06-29 01:03:10 -0700376subdir('Storage')
377generated_others += custom_target(
378 'xyz/openbmc_project/Inventory/Item/Storage__markdown'.underscorify(),
379 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Storage.interface.yaml', ],
380 output: [ 'Storage.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500381 depend_files: sdbusplusplus_depfiles,
Willy Tu3a11b992021-06-29 01:03:10 -0700382 command: [
383 sdbuspp_gen_meson_prog, '--command', 'markdown',
384 '--output', meson.current_build_dir(),
385 '--tool', sdbusplusplus_prog,
386 '--directory', meson.current_source_dir() / '../../../../../yaml',
387 'xyz/openbmc_project/Inventory/Item/Storage',
388 ],
389)
390
Patrick Williamsd9632142020-06-24 16:12:44 -0500391subdir('StorageController')
392generated_others += custom_target(
393 'xyz/openbmc_project/Inventory/Item/StorageController__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700394 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500395 output: [ 'StorageController.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500396 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500397 command: [
398 sdbuspp_gen_meson_prog, '--command', 'markdown',
399 '--output', meson.current_build_dir(),
400 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700401 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500402 'xyz/openbmc_project/Inventory/Item/StorageController',
403 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500404)
405
406subdir('System')
407generated_others += custom_target(
408 'xyz/openbmc_project/Inventory/Item/System__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700409 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/System.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500410 output: [ 'System.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500411 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500412 command: [
413 sdbuspp_gen_meson_prog, '--command', 'markdown',
414 '--output', meson.current_build_dir(),
415 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700416 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500417 'xyz/openbmc_project/Inventory/Item/System',
418 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500419)
420
421subdir('Tpm')
422generated_others += custom_target(
423 'xyz/openbmc_project/Inventory/Item/Tpm__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700424 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Tpm.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500425 output: [ 'Tpm.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500426 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500427 command: [
428 sdbuspp_gen_meson_prog, '--command', 'markdown',
429 '--output', meson.current_build_dir(),
430 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700431 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500432 'xyz/openbmc_project/Inventory/Item/Tpm',
433 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500434)
435
John Wedig4f703342021-11-04 11:50:51 -0700436subdir('Volume')
437generated_others += custom_target(
438 'xyz/openbmc_project/Inventory/Item/Volume__markdown'.underscorify(),
439 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml', ],
440 output: [ 'Volume.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500441 depend_files: sdbusplusplus_depfiles,
John Wedig4f703342021-11-04 11:50:51 -0700442 command: [
443 sdbuspp_gen_meson_prog, '--command', 'markdown',
444 '--output', meson.current_build_dir(),
445 '--tool', sdbusplusplus_prog,
446 '--directory', meson.current_source_dir() / '../../../../../yaml',
447 'xyz/openbmc_project/Inventory/Item/Volume',
448 ],
449)
450
Patrick Williamsd9632142020-06-24 16:12:44 -0500451subdir('Vrm')
452generated_others += custom_target(
453 'xyz/openbmc_project/Inventory/Item/Vrm__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700454 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500455 output: [ 'Vrm.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500456 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500457 command: [
458 sdbuspp_gen_meson_prog, '--command', 'markdown',
459 '--output', meson.current_build_dir(),
460 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700461 '--directory', meson.current_source_dir() / '../../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500462 'xyz/openbmc_project/Inventory/Item/Vrm',
463 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500464)
465