1# Generated file; do not modify.
2generated_sources += custom_target(
3    'xyz/openbmc_project/Inventory/Item__cpp'.underscorify(),
4    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item.interface.yaml',  ],
5    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
6    command: [
7        sdbuspp_gen_meson_prog, '--command', 'cpp',
8        '--output', meson.current_build_dir(),
9        '--tool', sdbusplusplus_prog,
10        '--directory', meson.source_root(),
11        'xyz/openbmc_project/Inventory/Item',
12    ],
13)
14
15subdir('Accelerator')
16generated_others += custom_target(
17    'xyz/openbmc_project/Inventory/Item/Accelerator__markdown'.underscorify(),
18    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml',  ],
19    output: [ 'Accelerator.md' ],
20    command: [
21        sdbuspp_gen_meson_prog, '--command', 'markdown',
22        '--output', meson.current_build_dir(),
23        '--tool', sdbusplusplus_prog,
24        '--directory', meson.source_root(),
25        'xyz/openbmc_project/Inventory/Item/Accelerator',
26    ],
27    build_by_default: true,
28)
29
30subdir('Bmc')
31generated_others += custom_target(
32    'xyz/openbmc_project/Inventory/Item/Bmc__markdown'.underscorify(),
33    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml',  ],
34    output: [ 'Bmc.md' ],
35    command: [
36        sdbuspp_gen_meson_prog, '--command', 'markdown',
37        '--output', meson.current_build_dir(),
38        '--tool', sdbusplusplus_prog,
39        '--directory', meson.source_root(),
40        'xyz/openbmc_project/Inventory/Item/Bmc',
41    ],
42    build_by_default: true,
43)
44
45subdir('Board')
46generated_others += custom_target(
47    'xyz/openbmc_project/Inventory/Item/Board__markdown'.underscorify(),
48    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Board.interface.yaml',  ],
49    output: [ 'Board.md' ],
50    command: [
51        sdbuspp_gen_meson_prog, '--command', 'markdown',
52        '--output', meson.current_build_dir(),
53        '--tool', sdbusplusplus_prog,
54        '--directory', meson.source_root(),
55        'xyz/openbmc_project/Inventory/Item/Board',
56    ],
57    build_by_default: true,
58)
59
60subdir('Chassis')
61generated_others += custom_target(
62    'xyz/openbmc_project/Inventory/Item/Chassis__markdown'.underscorify(),
63    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml',  ],
64    output: [ 'Chassis.md' ],
65    command: [
66        sdbuspp_gen_meson_prog, '--command', 'markdown',
67        '--output', meson.current_build_dir(),
68        '--tool', sdbusplusplus_prog,
69        '--directory', meson.source_root(),
70        'xyz/openbmc_project/Inventory/Item/Chassis',
71    ],
72    build_by_default: true,
73)
74
75subdir('Connector')
76generated_others += custom_target(
77    'xyz/openbmc_project/Inventory/Item/Connector__markdown'.underscorify(),
78    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Connector.interface.yaml',  ],
79    output: [ 'Connector.md' ],
80    command: [
81        sdbuspp_gen_meson_prog, '--command', 'markdown',
82        '--output', meson.current_build_dir(),
83        '--tool', sdbusplusplus_prog,
84        '--directory', meson.source_root(),
85        'xyz/openbmc_project/Inventory/Item/Connector',
86    ],
87    build_by_default: true,
88)
89
90subdir('Cpu')
91generated_others += custom_target(
92    'xyz/openbmc_project/Inventory/Item/Cpu__markdown'.underscorify(),
93    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml',  ],
94    output: [ 'Cpu.md' ],
95    command: [
96        sdbuspp_gen_meson_prog, '--command', 'markdown',
97        '--output', meson.current_build_dir(),
98        '--tool', sdbusplusplus_prog,
99        '--directory', meson.source_root(),
100        'xyz/openbmc_project/Inventory/Item/Cpu',
101    ],
102    build_by_default: true,
103)
104
105subdir('CpuCore')
106generated_others += custom_target(
107    'xyz/openbmc_project/Inventory/Item/CpuCore__markdown'.underscorify(),
108    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml',  ],
109    output: [ 'CpuCore.md' ],
110    command: [
111        sdbuspp_gen_meson_prog, '--command', 'markdown',
112        '--output', meson.current_build_dir(),
113        '--tool', sdbusplusplus_prog,
114        '--directory', meson.source_root(),
115        'xyz/openbmc_project/Inventory/Item/CpuCore',
116    ],
117    build_by_default: true,
118)
119
120subdir('Dimm')
121generated_others += custom_target(
122    'xyz/openbmc_project/Inventory/Item/Dimm__markdown'.underscorify(),
123    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml',  ],
124    output: [ 'Dimm.md' ],
125    command: [
126        sdbuspp_gen_meson_prog, '--command', 'markdown',
127        '--output', meson.current_build_dir(),
128        '--tool', sdbusplusplus_prog,
129        '--directory', meson.source_root(),
130        'xyz/openbmc_project/Inventory/Item/Dimm',
131    ],
132    build_by_default: true,
133)
134
135subdir('DiskBackplane')
136generated_others += custom_target(
137    'xyz/openbmc_project/Inventory/Item/DiskBackplane__markdown'.underscorify(),
138    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml',  ],
139    output: [ 'DiskBackplane.md' ],
140    command: [
141        sdbuspp_gen_meson_prog, '--command', 'markdown',
142        '--output', meson.current_build_dir(),
143        '--tool', sdbusplusplus_prog,
144        '--directory', meson.source_root(),
145        'xyz/openbmc_project/Inventory/Item/DiskBackplane',
146    ],
147    build_by_default: true,
148)
149
150subdir('Ethernet')
151generated_others += custom_target(
152    'xyz/openbmc_project/Inventory/Item/Ethernet__markdown'.underscorify(),
153    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Ethernet.interface.yaml',  ],
154    output: [ 'Ethernet.md' ],
155    command: [
156        sdbuspp_gen_meson_prog, '--command', 'markdown',
157        '--output', meson.current_build_dir(),
158        '--tool', sdbusplusplus_prog,
159        '--directory', meson.source_root(),
160        'xyz/openbmc_project/Inventory/Item/Ethernet',
161    ],
162    build_by_default: true,
163)
164
165subdir('Fan')
166generated_others += custom_target(
167    'xyz/openbmc_project/Inventory/Item/Fan__markdown'.underscorify(),
168    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Fan.interface.yaml',  ],
169    output: [ 'Fan.md' ],
170    command: [
171        sdbuspp_gen_meson_prog, '--command', 'markdown',
172        '--output', meson.current_build_dir(),
173        '--tool', sdbusplusplus_prog,
174        '--directory', meson.source_root(),
175        'xyz/openbmc_project/Inventory/Item/Fan',
176    ],
177    build_by_default: true,
178)
179
180subdir('Global')
181generated_others += custom_target(
182    'xyz/openbmc_project/Inventory/Item/Global__markdown'.underscorify(),
183    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Global.interface.yaml',  ],
184    output: [ 'Global.md' ],
185    command: [
186        sdbuspp_gen_meson_prog, '--command', 'markdown',
187        '--output', meson.current_build_dir(),
188        '--tool', sdbusplusplus_prog,
189        '--directory', meson.source_root(),
190        'xyz/openbmc_project/Inventory/Item/Global',
191    ],
192    build_by_default: true,
193)
194
195subdir('MemoryBuffer')
196generated_others += custom_target(
197    'xyz/openbmc_project/Inventory/Item/MemoryBuffer__markdown'.underscorify(),
198    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml',  ],
199    output: [ 'MemoryBuffer.md' ],
200    command: [
201        sdbuspp_gen_meson_prog, '--command', 'markdown',
202        '--output', meson.current_build_dir(),
203        '--tool', sdbusplusplus_prog,
204        '--directory', meson.source_root(),
205        'xyz/openbmc_project/Inventory/Item/MemoryBuffer',
206    ],
207    build_by_default: true,
208)
209
210subdir('NetworkInterface')
211generated_others += custom_target(
212    'xyz/openbmc_project/Inventory/Item/NetworkInterface__markdown'.underscorify(),
213    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml',  ],
214    output: [ 'NetworkInterface.md' ],
215    command: [
216        sdbuspp_gen_meson_prog, '--command', 'markdown',
217        '--output', meson.current_build_dir(),
218        '--tool', sdbusplusplus_prog,
219        '--directory', meson.source_root(),
220        'xyz/openbmc_project/Inventory/Item/NetworkInterface',
221    ],
222    build_by_default: true,
223)
224
225subdir('Panel')
226generated_others += custom_target(
227    'xyz/openbmc_project/Inventory/Item/Panel__markdown'.underscorify(),
228    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Panel.interface.yaml',  ],
229    output: [ 'Panel.md' ],
230    command: [
231        sdbuspp_gen_meson_prog, '--command', 'markdown',
232        '--output', meson.current_build_dir(),
233        '--tool', sdbusplusplus_prog,
234        '--directory', meson.source_root(),
235        'xyz/openbmc_project/Inventory/Item/Panel',
236    ],
237    build_by_default: true,
238)
239
240subdir('PCIeDevice')
241generated_others += custom_target(
242    'xyz/openbmc_project/Inventory/Item/PCIeDevice__markdown'.underscorify(),
243    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml',  ],
244    output: [ 'PCIeDevice.md' ],
245    command: [
246        sdbuspp_gen_meson_prog, '--command', 'markdown',
247        '--output', meson.current_build_dir(),
248        '--tool', sdbusplusplus_prog,
249        '--directory', meson.source_root(),
250        'xyz/openbmc_project/Inventory/Item/PCIeDevice',
251    ],
252    build_by_default: true,
253)
254
255subdir('PCIeSlot')
256generated_others += custom_target(
257    'xyz/openbmc_project/Inventory/Item/PCIeSlot__markdown'.underscorify(),
258    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml',  ],
259    output: [ 'PCIeSlot.md' ],
260    command: [
261        sdbuspp_gen_meson_prog, '--command', 'markdown',
262        '--output', meson.current_build_dir(),
263        '--tool', sdbusplusplus_prog,
264        '--directory', meson.source_root(),
265        'xyz/openbmc_project/Inventory/Item/PCIeSlot',
266    ],
267    build_by_default: true,
268)
269
270subdir('PersistentMemory')
271generated_others += custom_target(
272    'xyz/openbmc_project/Inventory/Item/PersistentMemory__markdown'.underscorify(),
273    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml',  ],
274    output: [ 'PersistentMemory.md' ],
275    command: [
276        sdbuspp_gen_meson_prog, '--command', 'markdown',
277        '--output', meson.current_build_dir(),
278        '--tool', sdbusplusplus_prog,
279        '--directory', meson.source_root(),
280        'xyz/openbmc_project/Inventory/Item/PersistentMemory',
281    ],
282    build_by_default: true,
283)
284
285subdir('PowerSupply')
286generated_others += custom_target(
287    'xyz/openbmc_project/Inventory/Item/PowerSupply__markdown'.underscorify(),
288    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml',  ],
289    output: [ 'PowerSupply.md' ],
290    command: [
291        sdbuspp_gen_meson_prog, '--command', 'markdown',
292        '--output', meson.current_build_dir(),
293        '--tool', sdbusplusplus_prog,
294        '--directory', meson.source_root(),
295        'xyz/openbmc_project/Inventory/Item/PowerSupply',
296    ],
297    build_by_default: true,
298)
299
300subdir('Rotor')
301generated_others += custom_target(
302    'xyz/openbmc_project/Inventory/Item/Rotor__markdown'.underscorify(),
303    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml',  ],
304    output: [ 'Rotor.md' ],
305    command: [
306        sdbuspp_gen_meson_prog, '--command', 'markdown',
307        '--output', meson.current_build_dir(),
308        '--tool', sdbusplusplus_prog,
309        '--directory', meson.source_root(),
310        'xyz/openbmc_project/Inventory/Item/Rotor',
311    ],
312    build_by_default: true,
313)
314
315subdir('StorageController')
316generated_others += custom_target(
317    'xyz/openbmc_project/Inventory/Item/StorageController__markdown'.underscorify(),
318    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml',  ],
319    output: [ 'StorageController.md' ],
320    command: [
321        sdbuspp_gen_meson_prog, '--command', 'markdown',
322        '--output', meson.current_build_dir(),
323        '--tool', sdbusplusplus_prog,
324        '--directory', meson.source_root(),
325        'xyz/openbmc_project/Inventory/Item/StorageController',
326    ],
327    build_by_default: true,
328)
329
330subdir('System')
331generated_others += custom_target(
332    'xyz/openbmc_project/Inventory/Item/System__markdown'.underscorify(),
333    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/System.interface.yaml',  ],
334    output: [ 'System.md' ],
335    command: [
336        sdbuspp_gen_meson_prog, '--command', 'markdown',
337        '--output', meson.current_build_dir(),
338        '--tool', sdbusplusplus_prog,
339        '--directory', meson.source_root(),
340        'xyz/openbmc_project/Inventory/Item/System',
341    ],
342    build_by_default: true,
343)
344
345subdir('Tpm')
346generated_others += custom_target(
347    'xyz/openbmc_project/Inventory/Item/Tpm__markdown'.underscorify(),
348    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Tpm.interface.yaml',  ],
349    output: [ 'Tpm.md' ],
350    command: [
351        sdbuspp_gen_meson_prog, '--command', 'markdown',
352        '--output', meson.current_build_dir(),
353        '--tool', sdbusplusplus_prog,
354        '--directory', meson.source_root(),
355        'xyz/openbmc_project/Inventory/Item/Tpm',
356    ],
357    build_by_default: true,
358)
359
360subdir('Vrm')
361generated_others += custom_target(
362    'xyz/openbmc_project/Inventory/Item/Vrm__markdown'.underscorify(),
363    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml',  ],
364    output: [ 'Vrm.md' ],
365    command: [
366        sdbuspp_gen_meson_prog, '--command', 'markdown',
367        '--output', meson.current_build_dir(),
368        '--tool', sdbusplusplus_prog,
369        '--directory', meson.source_root(),
370        'xyz/openbmc_project/Inventory/Item/Vrm',
371    ],
372    build_by_default: true,
373)
374
375