blob: 4bdf294b58dfb7378b574aa2d40777c512b317ba [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
Zhichuang Sun387a6192023-07-19 15:48:03 -070017subdir('Attestation')
Patrick Williamsd9632142020-06-24 16:12:44 -050018subdir('BIOSConfig')
19subdir('Certs')
20generated_others += custom_target(
21 'xyz/openbmc_project/Certs__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070022 input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050023 output: [ 'Certs.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050024 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050025 command: [
26 sdbuspp_gen_meson_prog, '--command', 'markdown',
27 '--output', meson.current_build_dir(),
28 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070029 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050030 'xyz/openbmc_project/Certs',
31 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050032)
33
34subdir('Channel')
35subdir('Chassis')
36subdir('Collection')
37subdir('Common')
38generated_others += custom_target(
39 'xyz/openbmc_project/Common__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070040 input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050041 output: [ 'Common.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050042 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050043 command: [
44 sdbuspp_gen_meson_prog, '--command', 'markdown',
45 '--output', meson.current_build_dir(),
46 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070047 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050048 'xyz/openbmc_project/Common',
49 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050050)
51
Andrew Geisslerec9fc422021-04-19 16:29:13 -050052subdir('Condition')
Ninad Palsule927d0932023-03-06 11:42:02 -060053subdir('Console')
Patrick Williamsd9632142020-06-24 16:12:44 -050054subdir('Control')
Harvey Wu262b9222023-01-04 10:35:41 +080055subdir('Debug')
Patrick Williamsd9632142020-06-24 16:12:44 -050056subdir('Dump')
Ramesh Iyyar1f971f22021-05-17 06:13:25 -050057subdir('HardwareIsolation')
Ramesh Iyyarb96ed612021-06-26 10:21:19 -050058generated_others += custom_target(
59 'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(),
60 input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ],
61 output: [ 'HardwareIsolation.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050062 depend_files: sdbusplusplus_depfiles,
Ramesh Iyyarb96ed612021-06-26 10:21:19 -050063 command: [
64 sdbuspp_gen_meson_prog, '--command', 'markdown',
65 '--output', meson.current_build_dir(),
66 '--tool', sdbusplusplus_prog,
67 '--directory', meson.current_source_dir() / '../../../yaml',
68 'xyz/openbmc_project/HardwareIsolation',
69 ],
70)
71
Patrick Williamsd9632142020-06-24 16:12:44 -050072subdir('Inventory')
73generated_others += custom_target(
74 'xyz/openbmc_project/Inventory__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070075 input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050076 output: [ 'Inventory.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050077 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050078 command: [
79 sdbuspp_gen_meson_prog, '--command', 'markdown',
80 '--output', meson.current_build_dir(),
81 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070082 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050083 'xyz/openbmc_project/Inventory',
84 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050085)
86
87subdir('Ipmi')
88subdir('Led')
89subdir('Logging')
Patrick Williams73c931f2024-10-03 11:00:29 -040090generated_others += custom_target(
91 'xyz/openbmc_project/Logging__markdown'.underscorify(),
92 input: [ '../../../yaml/xyz/openbmc_project/Logging.events.yaml', ],
93 output: [ 'Logging.md' ],
94 depend_files: sdbusplusplus_depfiles,
95 command: [
96 sdbuspp_gen_meson_prog, '--command', 'markdown',
97 '--output', meson.current_build_dir(),
98 '--tool', sdbusplusplus_prog,
99 '--directory', meson.current_source_dir() / '../../../yaml',
100 'xyz/openbmc_project/Logging',
101 ],
102)
103
Tom Josephe123c462021-05-05 03:36:01 -0700104subdir('MCTP')
Patrick Williamsd9632142020-06-24 16:12:44 -0500105subdir('Memory')
Patrick Williams800f7082023-12-15 14:04:46 -0600106subdir('Metric')
Patrick Williamsd9632142020-06-24 16:12:44 -0500107subdir('Network')
108subdir('Nvme')
109subdir('Object')
110subdir('ObjectMapper')
111generated_others += custom_target(
112 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700113 input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500114 output: [ 'ObjectMapper.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500115 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500116 command: [
117 sdbuspp_gen_meson_prog, '--command', 'markdown',
118 '--output', meson.current_build_dir(),
119 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700120 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500121 'xyz/openbmc_project/ObjectMapper',
122 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500123)
124
125subdir('PFR')
126subdir('PLDM')
127subdir('ScheduledTime')
128generated_others += custom_target(
129 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700130 input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500131 output: [ 'ScheduledTime.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500132 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500133 command: [
134 sdbuspp_gen_meson_prog, '--command', 'markdown',
135 '--output', meson.current_build_dir(),
136 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700137 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500138 'xyz/openbmc_project/ScheduledTime',
139 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500140)
141
142subdir('Sensor')
143subdir('Smbios')
144subdir('Software')
145subdir('State')
Krzysztof Grobelny53647642020-06-25 11:45:38 +0200146subdir('Telemetry')
Patrick Williamsd9632142020-06-24 16:12:44 -0500147subdir('Time')
148generated_others += custom_target(
149 'xyz/openbmc_project/Time__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700150 input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500151 output: [ 'Time.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500152 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500153 command: [
154 sdbuspp_gen_meson_prog, '--command', 'markdown',
155 '--output', meson.current_build_dir(),
156 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700157 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500158 'xyz/openbmc_project/Time',
159 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500160)
161
162subdir('User')
163subdir('VirtualMedia')