blob: 55ffcf761f50f565b966abcb70d2bb1f88df5445 [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(),
Patrick Williams16599e22021-04-15 13:47:07 -05005 input: [ meson.project_source_root() / '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,
Patrick Williams16599e22021-04-15 13:47:07 -050011 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050012 'xyz/openbmc_project/Association',
13 ],
14 build_by_default: true,
15)
16
17subdir('BIOSConfig')
18subdir('Certs')
19generated_others += custom_target(
20 'xyz/openbmc_project/Certs__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050021 input: [ meson.project_source_root() / 'xyz/openbmc_project/Certs.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050022 output: [ 'Certs.md' ],
23 command: [
24 sdbuspp_gen_meson_prog, '--command', 'markdown',
25 '--output', meson.current_build_dir(),
26 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050027 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050028 'xyz/openbmc_project/Certs',
29 ],
30 build_by_default: true,
31)
32
33subdir('Channel')
34subdir('Chassis')
35subdir('Collection')
36subdir('Common')
37generated_others += custom_target(
38 'xyz/openbmc_project/Common__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050039 input: [ meson.project_source_root() / 'xyz/openbmc_project/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050040 output: [ 'Common.md' ],
41 command: [
42 sdbuspp_gen_meson_prog, '--command', 'markdown',
43 '--output', meson.current_build_dir(),
44 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050045 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050046 'xyz/openbmc_project/Common',
47 ],
48 build_by_default: true,
49)
50
51subdir('Control')
52subdir('Dump')
53subdir('Inventory')
54generated_others += custom_target(
55 'xyz/openbmc_project/Inventory__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050056 input: [ meson.project_source_root() / 'xyz/openbmc_project/Inventory.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050057 output: [ 'Inventory.md' ],
58 command: [
59 sdbuspp_gen_meson_prog, '--command', 'markdown',
60 '--output', meson.current_build_dir(),
61 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050062 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050063 'xyz/openbmc_project/Inventory',
64 ],
65 build_by_default: true,
66)
67
68subdir('Ipmi')
69subdir('Led')
70subdir('Logging')
71subdir('Memory')
72subdir('Network')
73subdir('Nvme')
74subdir('Object')
75subdir('ObjectMapper')
76generated_others += custom_target(
77 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050078 input: [ meson.project_source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050079 output: [ 'ObjectMapper.md' ],
80 command: [
81 sdbuspp_gen_meson_prog, '--command', 'markdown',
82 '--output', meson.current_build_dir(),
83 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050084 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -050085 'xyz/openbmc_project/ObjectMapper',
86 ],
87 build_by_default: true,
88)
89
90subdir('PFR')
91subdir('PLDM')
92subdir('ScheduledTime')
93generated_others += custom_target(
94 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050095 input: [ meson.project_source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050096 output: [ 'ScheduledTime.md' ],
97 command: [
98 sdbuspp_gen_meson_prog, '--command', 'markdown',
99 '--output', meson.current_build_dir(),
100 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -0500101 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -0500102 'xyz/openbmc_project/ScheduledTime',
103 ],
104 build_by_default: true,
105)
106
107subdir('Sensor')
108subdir('Smbios')
109subdir('Software')
110subdir('State')
Krzysztof Grobelny53647642020-06-25 11:45:38 +0200111subdir('Telemetry')
Patrick Williamsd9632142020-06-24 16:12:44 -0500112subdir('Time')
113generated_others += custom_target(
114 'xyz/openbmc_project/Time__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -0500115 input: [ meson.project_source_root() / 'xyz/openbmc_project/Time.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500116 output: [ 'Time.md' ],
117 command: [
118 sdbuspp_gen_meson_prog, '--command', 'markdown',
119 '--output', meson.current_build_dir(),
120 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -0500121 '--directory', meson.project_source_root(),
Patrick Williamsd9632142020-06-24 16:12:44 -0500122 'xyz/openbmc_project/Time',
123 ],
124 build_by_default: true,
125)
126
127subdir('User')
128subdir('VirtualMedia')