blob: 440c3b3622405a92158ee81cacde20df65b3ef57 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Asset')
3generated_others += custom_target(
4 'xyz/openbmc_project/Inventory/Decorator/Asset__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -07005 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'Asset.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070011 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -050012 'xyz/openbmc_project/Inventory/Decorator/Asset',
13 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050014)
15
16subdir('AssetTag')
17generated_others += custom_target(
18 'xyz/openbmc_project/Inventory/Decorator/AssetTag__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070019 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050020 output: [ 'AssetTag.md' ],
21 command: [
22 sdbuspp_gen_meson_prog, '--command', 'markdown',
23 '--output', meson.current_build_dir(),
24 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070025 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -050026 'xyz/openbmc_project/Inventory/Decorator/AssetTag',
27 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050028)
29
Patrick Williamsdc487252020-07-07 16:15:07 -050030subdir('CLEI')
31generated_others += custom_target(
32 'xyz/openbmc_project/Inventory/Decorator/CLEI__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070033 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/CLEI.interface.yaml', ],
Patrick Williamsdc487252020-07-07 16:15:07 -050034 output: [ 'CLEI.md' ],
35 command: [
36 sdbuspp_gen_meson_prog, '--command', 'markdown',
37 '--output', meson.current_build_dir(),
38 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070039 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsdc487252020-07-07 16:15:07 -050040 'xyz/openbmc_project/Inventory/Decorator/CLEI',
41 ],
Patrick Williamsdc487252020-07-07 16:15:07 -050042)
43
Patrick Williamsed459632020-12-18 07:18:34 -060044subdir('Cacheable')
45generated_others += custom_target(
46 'xyz/openbmc_project/Inventory/Decorator/Cacheable__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070047 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/Cacheable.interface.yaml', ],
Patrick Williamsed459632020-12-18 07:18:34 -060048 output: [ 'Cacheable.md' ],
49 command: [
50 sdbuspp_gen_meson_prog, '--command', 'markdown',
51 '--output', meson.current_build_dir(),
52 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070053 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsed459632020-12-18 07:18:34 -060054 'xyz/openbmc_project/Inventory/Decorator/Cacheable',
55 ],
Patrick Williamsed459632020-12-18 07:18:34 -060056)
57
Patrick Williamsd9632142020-06-24 16:12:44 -050058subdir('Compatible')
59generated_others += custom_target(
60 'xyz/openbmc_project/Inventory/Decorator/Compatible__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070061 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/Compatible.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050062 output: [ 'Compatible.md' ],
63 command: [
64 sdbuspp_gen_meson_prog, '--command', 'markdown',
65 '--output', meson.current_build_dir(),
66 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070067 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -050068 'xyz/openbmc_project/Inventory/Decorator/Compatible',
69 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050070)
71
72subdir('CoolingType')
73generated_others += custom_target(
74 'xyz/openbmc_project/Inventory/Decorator/CoolingType__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070075 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050076 output: [ 'CoolingType.md' ],
77 command: [
78 sdbuspp_gen_meson_prog, '--command', 'markdown',
79 '--output', meson.current_build_dir(),
80 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070081 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -050082 'xyz/openbmc_project/Inventory/Decorator/CoolingType',
83 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050084)
85
Santosh Puranik523dc362021-02-04 16:03:29 +053086subdir('I2CDevice')
87generated_others += custom_target(
88 'xyz/openbmc_project/Inventory/Decorator/I2CDevice__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -070089 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml', ],
Santosh Puranik523dc362021-02-04 16:03:29 +053090 output: [ 'I2CDevice.md' ],
91 command: [
92 sdbuspp_gen_meson_prog, '--command', 'markdown',
93 '--output', meson.current_build_dir(),
94 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070095 '--directory', meson.current_source_dir() / '../../../../..',
Santosh Puranik523dc362021-02-04 16:03:29 +053096 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
97 ],
Santosh Puranik523dc362021-02-04 16:03:29 +053098)
99
Patrick Williams02f196d2020-12-14 14:09:37 -0600100subdir('LocationCode')
101generated_others += custom_target(
102 'xyz/openbmc_project/Inventory/Decorator/LocationCode__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700103 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml', ],
Patrick Williams02f196d2020-12-14 14:09:37 -0600104 output: [ 'LocationCode.md' ],
105 command: [
106 sdbuspp_gen_meson_prog, '--command', 'markdown',
107 '--output', meson.current_build_dir(),
108 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700109 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williams02f196d2020-12-14 14:09:37 -0600110 'xyz/openbmc_project/Inventory/Decorator/LocationCode',
111 ],
Patrick Williams02f196d2020-12-14 14:09:37 -0600112)
113
Patrick Williams6212ea62020-07-07 16:34:00 -0500114subdir('ManufacturerExt')
115generated_others += custom_target(
116 'xyz/openbmc_project/Inventory/Decorator/ManufacturerExt__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700117 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml', ],
Patrick Williams6212ea62020-07-07 16:34:00 -0500118 output: [ 'ManufacturerExt.md' ],
119 command: [
120 sdbuspp_gen_meson_prog, '--command', 'markdown',
121 '--output', meson.current_build_dir(),
122 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700123 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williams6212ea62020-07-07 16:34:00 -0500124 'xyz/openbmc_project/Inventory/Decorator/ManufacturerExt',
125 ],
Patrick Williams6212ea62020-07-07 16:34:00 -0500126)
127
Patrick Williamsd9632142020-06-24 16:12:44 -0500128subdir('MeetsMinimumShipLevel')
129generated_others += custom_target(
130 'xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700131 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500132 output: [ 'MeetsMinimumShipLevel.md' ],
133 command: [
134 sdbuspp_gen_meson_prog, '--command', 'markdown',
135 '--output', meson.current_build_dir(),
136 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700137 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -0500138 'xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel',
139 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500140)
141
142subdir('Replaceable')
143generated_others += custom_target(
144 'xyz/openbmc_project/Inventory/Decorator/Replaceable__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700145 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500146 output: [ 'Replaceable.md' ],
147 command: [
148 sdbuspp_gen_meson_prog, '--command', 'markdown',
149 '--output', meson.current_build_dir(),
150 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700151 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -0500152 'xyz/openbmc_project/Inventory/Decorator/Replaceable',
153 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500154)
155
156subdir('Revision')
157generated_others += custom_target(
158 'xyz/openbmc_project/Inventory/Decorator/Revision__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700159 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/Revision.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500160 output: [ 'Revision.md' ],
161 command: [
162 sdbuspp_gen_meson_prog, '--command', 'markdown',
163 '--output', meson.current_build_dir(),
164 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700165 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -0500166 'xyz/openbmc_project/Inventory/Decorator/Revision',
167 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500168)
169
Jonathan Doman45123f92021-03-03 13:07:52 -0800170subdir('UniqueIdentifier')
171generated_others += custom_target(
172 'xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700173 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml', ],
Jonathan Doman45123f92021-03-03 13:07:52 -0800174 output: [ 'UniqueIdentifier.md' ],
175 command: [
176 sdbuspp_gen_meson_prog, '--command', 'markdown',
177 '--output', meson.current_build_dir(),
178 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700179 '--directory', meson.current_source_dir() / '../../../../..',
Jonathan Doman45123f92021-03-03 13:07:52 -0800180 'xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier',
181 ],
Jonathan Doman45123f92021-03-03 13:07:52 -0800182)
183
Patrick Williamsd9632142020-06-24 16:12:44 -0500184subdir('VendorInformation')
185generated_others += custom_target(
186 'xyz/openbmc_project/Inventory/Decorator/VendorInformation__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700187 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500188 output: [ 'VendorInformation.md' ],
189 command: [
190 sdbuspp_gen_meson_prog, '--command', 'markdown',
191 '--output', meson.current_build_dir(),
192 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700193 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -0500194 'xyz/openbmc_project/Inventory/Decorator/VendorInformation',
195 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500196)
197
198subdir('VoltageControl')
199generated_others += custom_target(
200 'xyz/openbmc_project/Inventory/Decorator/VoltageControl__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -0700201 input: [ '../../../../../xyz/openbmc_project/Inventory/Decorator/VoltageControl.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500202 output: [ 'VoltageControl.md' ],
203 command: [
204 sdbuspp_gen_meson_prog, '--command', 'markdown',
205 '--output', meson.current_build_dir(),
206 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -0700207 '--directory', meson.current_source_dir() / '../../../../..',
Patrick Williamsd9632142020-06-24 16:12:44 -0500208 'xyz/openbmc_project/Inventory/Decorator/VoltageControl',
209 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500210)
211