blob: 72ce0bc957e61841937ebc408f0749b317128bbd [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' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -05008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050013 'xyz/openbmc_project/Association',
14 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050015)
16
17subdir('BIOSConfig')
18subdir('Certs')
19generated_others += custom_target(
20 'xyz/openbmc_project/Certs__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070021 input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050022 output: [ 'Certs.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050023 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050024 command: [
25 sdbuspp_gen_meson_prog, '--command', 'markdown',
26 '--output', meson.current_build_dir(),
27 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070028 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050029 'xyz/openbmc_project/Certs',
30 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050031)
32
33subdir('Channel')
34subdir('Chassis')
35subdir('Collection')
36subdir('Common')
37generated_others += custom_target(
38 'xyz/openbmc_project/Common__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070039 input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050040 output: [ 'Common.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050041 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050042 command: [
43 sdbuspp_gen_meson_prog, '--command', 'markdown',
44 '--output', meson.current_build_dir(),
45 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070046 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050047 'xyz/openbmc_project/Common',
48 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050049)
50
Andrew Geisslerec9fc422021-04-19 16:29:13 -050051subdir('Condition')
Patrick Williamsd9632142020-06-24 16:12:44 -050052subdir('Control')
53subdir('Dump')
Ramesh Iyyar1f971f22021-05-17 06:13:25 -050054subdir('HardwareIsolation')
Ramesh Iyyarb96ed612021-06-26 10:21:19 -050055generated_others += custom_target(
56 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(),
57 input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ],
58 output: [ 'HardwareIsolation.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050059 depend_files: sdbusplusplus_depfiles,
Ramesh Iyyarb96ed612021-06-26 10:21:19 -050060 command: [
61 sdbuspp_gen_meson_prog, '--command', 'markdown',
62 '--output', meson.current_build_dir(),
63 '--tool', sdbusplusplus_prog,
64 '--directory', meson.current_source_dir() / '../../../yaml',
65 'xyz/openbmc_project/HardwareIsolation',
66 ],
67)
68
Patrick Williamsd9632142020-06-24 16:12:44 -050069subdir('Inventory')
70generated_others += custom_target(
71 'xyz/openbmc_project/Inventory__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070072 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050073 output: [ 'Inventory.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050074 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050075 command: [
76 sdbuspp_gen_meson_prog, '--command', 'markdown',
77 '--output', meson.current_build_dir(),
78 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070079 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050080 'xyz/openbmc_project/Inventory',
81 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050082)
83
84subdir('Ipmi')
85subdir('Led')
86subdir('Logging')
Tom Josephe123c462021-05-05 03:36:01 -070087subdir('MCTP')
Patrick Williamsd9632142020-06-24 16:12:44 -050088subdir('Memory')
89subdir('Network')
90subdir('Nvme')
91subdir('Object')
92subdir('ObjectMapper')
93generated_others += custom_target(
94 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070095 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050096 output: [ 'ObjectMapper.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050097 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050098 command: [
99 sdbuspp_gen_meson_prog, '--command', 'markdown',
100 '--output', meson.current_build_dir(),
101 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700102 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500103 'xyz/openbmc_project/ObjectMapper',
104 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500105)
106
107subdir('PFR')
108subdir('PLDM')
109subdir('ScheduledTime')
110generated_others += custom_target(
111 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700112 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500113 output: [ 'ScheduledTime.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500114 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500115 command: [
116 sdbuspp_gen_meson_prog, '--command', 'markdown',
117 '--output', meson.current_build_dir(),
118 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700119 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500120 'xyz/openbmc_project/ScheduledTime',
121 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500122)
123
124subdir('Sensor')
125subdir('Smbios')
126subdir('Software')
127subdir('State')
Krzysztof Grobelny53647642020-06-25 11:45:38 +0200128subdir('Telemetry')
Patrick Williamsd9632142020-06-24 16:12:44 -0500129subdir('Time')
130generated_others += custom_target(
131 'xyz/openbmc_project/Time__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700132 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500133 output: [ 'Time.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500134 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500135 command: [
136 sdbuspp_gen_meson_prog, '--command', 'markdown',
137 '--output', meson.current_build_dir(),
138 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700139 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500140 'xyz/openbmc_project/Time',
141 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500142)
143
144subdir('User')
145subdir('VirtualMedia')