blob: 39344cfd24f8bfd6ea52a053870478d2b8412c49 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2generated_sources += custom_target(
3 'xyz/openbmc_project/Common__cpp'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07004 input: [ '../../../../yaml/xyz/openbmc_project/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05005 output: [ 'error.cpp', 'error.hpp', ],
6 command: [
7 sdbuspp_gen_meson_prog, '--command', 'cpp',
8 '--output', meson.current_build_dir(),
9 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070010 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050011 'xyz/openbmc_project/Common',
12 ],
13)
14
15subdir('Callout')
16generated_others += custom_target(
17 'xyz/openbmc_project/Common/Callout__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070018 input: [ '../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050019 output: [ 'Callout.md' ],
20 command: [
21 sdbuspp_gen_meson_prog, '--command', 'markdown',
22 '--output', meson.current_build_dir(),
23 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070024 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050025 'xyz/openbmc_project/Common/Callout',
26 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050027)
28
29subdir('Device')
30generated_others += custom_target(
31 'xyz/openbmc_project/Common/Device__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070032 input: [ '../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050033 output: [ 'Device.md' ],
34 command: [
35 sdbuspp_gen_meson_prog, '--command', 'markdown',
36 '--output', meson.current_build_dir(),
37 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070038 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050039 'xyz/openbmc_project/Common/Device',
40 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050041)
42
43subdir('FactoryReset')
44generated_others += custom_target(
45 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070046 input: [ '../../../../yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050047 output: [ 'FactoryReset.md' ],
48 command: [
49 sdbuspp_gen_meson_prog, '--command', 'markdown',
50 '--output', meson.current_build_dir(),
51 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070052 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050053 'xyz/openbmc_project/Common/FactoryReset',
54 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050055)
56
57subdir('File')
58generated_others += custom_target(
59 'xyz/openbmc_project/Common/File__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070060 input: [ '../../../../yaml/xyz/openbmc_project/Common/File.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050061 output: [ 'File.md' ],
62 command: [
63 sdbuspp_gen_meson_prog, '--command', 'markdown',
64 '--output', meson.current_build_dir(),
65 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070066 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050067 'xyz/openbmc_project/Common/File',
68 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050069)
70
71subdir('FilePath')
72generated_others += custom_target(
73 'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070074 input: [ '../../../../yaml/xyz/openbmc_project/Common/FilePath.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050075 output: [ 'FilePath.md' ],
76 command: [
77 sdbuspp_gen_meson_prog, '--command', 'markdown',
78 '--output', meson.current_build_dir(),
79 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070080 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050081 'xyz/openbmc_project/Common/FilePath',
82 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050083)
84
85subdir('ObjectPath')
86generated_others += custom_target(
87 'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070088 input: [ '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050089 output: [ 'ObjectPath.md' ],
90 command: [
91 sdbuspp_gen_meson_prog, '--command', 'markdown',
92 '--output', meson.current_build_dir(),
93 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070094 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050095 'xyz/openbmc_project/Common/ObjectPath',
96 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050097)
98
Dhruvaraj Subhashchandrand6217802020-09-08 23:05:43 -050099subdir('Progress')
100generated_others += custom_target(
101 'xyz/openbmc_project/Common/Progress__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700102 input: [ '../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml', ],
Dhruvaraj Subhashchandrand6217802020-09-08 23:05:43 -0500103 output: [ 'Progress.md' ],
104 command: [
105 sdbuspp_gen_meson_prog, '--command', 'markdown',
106 '--output', meson.current_build_dir(),
107 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700108 '--directory', meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandrand6217802020-09-08 23:05:43 -0500109 'xyz/openbmc_project/Common/Progress',
110 ],
Dhruvaraj Subhashchandrand6217802020-09-08 23:05:43 -0500111)
112
Patrick Williamsd9632142020-06-24 16:12:44 -0500113subdir('TFTP')
114generated_others += custom_target(
115 'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700116 input: [ '../../../../yaml/xyz/openbmc_project/Common/TFTP.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500117 output: [ 'TFTP.md' ],
118 command: [
119 sdbuspp_gen_meson_prog, '--command', 'markdown',
120 '--output', meson.current_build_dir(),
121 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700122 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500123 'xyz/openbmc_project/Common/TFTP',
124 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500125)
126
127subdir('UUID')
128generated_others += custom_target(
129 'xyz/openbmc_project/Common/UUID__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700130 input: [ '../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500131 output: [ 'UUID.md' ],
132 command: [
133 sdbuspp_gen_meson_prog, '--command', 'markdown',
134 '--output', meson.current_build_dir(),
135 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700136 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500137 'xyz/openbmc_project/Common/UUID',
138 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500139)
140