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