blob: 9921fec162ddce96f86a1d842fbb7664ff00b54e [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Association')
3generated_others += custom_target(
4 'xyz/openbmc_project/Association__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../yaml/xyz/openbmc_project/Association.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'Association.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070011 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050012 'xyz/openbmc_project/Association',
13 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050014)
15
16subdir('BIOSConfig')
17subdir('Certs')
18generated_others += custom_target(
19 'xyz/openbmc_project/Certs__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070020 input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050021 output: [ 'Certs.md' ],
22 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070026 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050027 'xyz/openbmc_project/Certs',
28 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050029)
30
31subdir('Channel')
32subdir('Chassis')
33subdir('Collection')
34subdir('Common')
35generated_others += custom_target(
36 'xyz/openbmc_project/Common__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070037 input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050038 output: [ 'Common.md' ],
39 command: [
40 sdbuspp_gen_meson_prog, '--command', 'markdown',
41 '--output', meson.current_build_dir(),
42 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070043 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050044 'xyz/openbmc_project/Common',
45 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050046)
47
Andrew Geisslerec9fc422021-04-19 16:29:13 -050048subdir('Condition')
Patrick Williamsd9632142020-06-24 16:12:44 -050049subdir('Control')
50subdir('Dump')
Ramesh Iyyar1f971f22021-05-17 06:13:25 -050051subdir('HardwareIsolation')
Ramesh Iyyarb96ed612021-06-26 10:21:19 -050052generated_others += custom_target(
53 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(),
54 input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ],
55 output: [ 'HardwareIsolation.md' ],
56 command: [
57 sdbuspp_gen_meson_prog, '--command', 'markdown',
58 '--output', meson.current_build_dir(),
59 '--tool', sdbusplusplus_prog,
60 '--directory', meson.current_source_dir() / '../../../yaml',
61 'xyz/openbmc_project/HardwareIsolation',
62 ],
63)
64
Patrick Williamsd9632142020-06-24 16:12:44 -050065subdir('Inventory')
66generated_others += custom_target(
67 'xyz/openbmc_project/Inventory__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070068 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050069 output: [ 'Inventory.md' ],
70 command: [
71 sdbuspp_gen_meson_prog, '--command', 'markdown',
72 '--output', meson.current_build_dir(),
73 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070074 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050075 'xyz/openbmc_project/Inventory',
76 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050077)
78
79subdir('Ipmi')
80subdir('Led')
81subdir('Logging')
Tom Josephe123c462021-05-05 03:36:01 -070082subdir('MCTP')
Patrick Williamsd9632142020-06-24 16:12:44 -050083subdir('Memory')
84subdir('Network')
85subdir('Nvme')
86subdir('Object')
87subdir('ObjectMapper')
88generated_others += custom_target(
89 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070090 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050091 output: [ 'ObjectMapper.md' ],
92 command: [
93 sdbuspp_gen_meson_prog, '--command', 'markdown',
94 '--output', meson.current_build_dir(),
95 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070096 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050097 'xyz/openbmc_project/ObjectMapper',
98 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050099)
100
101subdir('PFR')
102subdir('PLDM')
103subdir('ScheduledTime')
104generated_others += custom_target(
105 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700106 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500107 output: [ 'ScheduledTime.md' ],
108 command: [
109 sdbuspp_gen_meson_prog, '--command', 'markdown',
110 '--output', meson.current_build_dir(),
111 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700112 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500113 'xyz/openbmc_project/ScheduledTime',
114 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500115)
116
117subdir('Sensor')
118subdir('Smbios')
119subdir('Software')
120subdir('State')
Krzysztof Grobelny53647642020-06-25 11:45:38 +0200121subdir('Telemetry')
Patrick Williamsd9632142020-06-24 16:12:44 -0500122subdir('Time')
123generated_others += custom_target(
124 'xyz/openbmc_project/Time__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700125 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500126 output: [ 'Time.md' ],
127 command: [
128 sdbuspp_gen_meson_prog, '--command', 'markdown',
129 '--output', meson.current_build_dir(),
130 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700131 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500132 'xyz/openbmc_project/Time',
133 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500134)
135
136subdir('User')
137subdir('VirtualMedia')