1# Generated file; do not modify.
2generated_sources += custom_target(
3    'xyz/openbmc_project/Common__cpp'.underscorify(),
4    input: [ '../../../../xyz/openbmc_project/Common.errors.yaml',  ],
5    output: [ 'error.cpp', 'error.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/Common',
12    ],
13)
14
15subdir('Callout')
16generated_others += custom_target(
17    'xyz/openbmc_project/Common/Callout__markdown'.underscorify(),
18    input: [ '../../../../xyz/openbmc_project/Common/Callout.errors.yaml',  ],
19    output: [ 'Callout.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/Common/Callout',
26    ],
27)
28
29subdir('Device')
30generated_others += custom_target(
31    'xyz/openbmc_project/Common/Device__markdown'.underscorify(),
32    input: [ '../../../../xyz/openbmc_project/Common/Device.errors.yaml',  ],
33    output: [ 'Device.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/Common/Device',
40    ],
41)
42
43subdir('FactoryReset')
44generated_others += custom_target(
45    'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(),
46    input: [ '../../../../xyz/openbmc_project/Common/FactoryReset.interface.yaml',  ],
47    output: [ 'FactoryReset.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/Common/FactoryReset',
54    ],
55)
56
57subdir('File')
58generated_others += custom_target(
59    'xyz/openbmc_project/Common/File__markdown'.underscorify(),
60    input: [ '../../../../xyz/openbmc_project/Common/File.errors.yaml',  ],
61    output: [ 'File.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/Common/File',
68    ],
69)
70
71subdir('FilePath')
72generated_others += custom_target(
73    'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(),
74    input: [ '../../../../xyz/openbmc_project/Common/FilePath.interface.yaml',  ],
75    output: [ 'FilePath.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/Common/FilePath',
82    ],
83)
84
85subdir('ObjectPath')
86generated_others += custom_target(
87    'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(),
88    input: [ '../../../../xyz/openbmc_project/Common/ObjectPath.interface.yaml',  ],
89    output: [ 'ObjectPath.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/Common/ObjectPath',
96    ],
97)
98
99subdir('Progress')
100generated_others += custom_target(
101    'xyz/openbmc_project/Common/Progress__markdown'.underscorify(),
102    input: [ '../../../../xyz/openbmc_project/Common/Progress.interface.yaml',  ],
103    output: [ 'Progress.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/Common/Progress',
110    ],
111)
112
113subdir('TFTP')
114generated_others += custom_target(
115    'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(),
116    input: [ '../../../../xyz/openbmc_project/Common/TFTP.interface.yaml',  ],
117    output: [ 'TFTP.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/Common/TFTP',
124    ],
125)
126
127subdir('UUID')
128generated_others += custom_target(
129    'xyz/openbmc_project/Common/UUID__markdown'.underscorify(),
130    input: [ '../../../../xyz/openbmc_project/Common/UUID.interface.yaml',  ],
131    output: [ 'UUID.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/Common/UUID',
138    ],
139)
140
141