blob: 0f50a9d01415db902500335fe85c8657dd9c3867 [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(),
5 input: [ meson.source_root() / 'xyz/openbmc_project/Association.interface.yaml', ],
6 output: [ 'Association.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.source_root(),
12 '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(),
21 input: [ meson.source_root() / 'xyz/openbmc_project/Certs.errors.yaml', ],
22 output: [ 'Certs.md' ],
23 command: [
24 sdbuspp_gen_meson_prog, '--command', 'markdown',
25 '--output', meson.current_build_dir(),
26 '--tool', sdbusplusplus_prog,
27 '--directory', meson.source_root(),
28 '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(),
39 input: [ meson.source_root() / 'xyz/openbmc_project/Common.errors.yaml', ],
40 output: [ 'Common.md' ],
41 command: [
42 sdbuspp_gen_meson_prog, '--command', 'markdown',
43 '--output', meson.current_build_dir(),
44 '--tool', sdbusplusplus_prog,
45 '--directory', meson.source_root(),
46 '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(),
56 input: [ meson.source_root() / 'xyz/openbmc_project/Inventory.errors.yaml', ],
57 output: [ 'Inventory.md' ],
58 command: [
59 sdbuspp_gen_meson_prog, '--command', 'markdown',
60 '--output', meson.current_build_dir(),
61 '--tool', sdbusplusplus_prog,
62 '--directory', meson.source_root(),
63 '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(),
78 input: [ meson.source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml', ],
79 output: [ 'ObjectMapper.md' ],
80 command: [
81 sdbuspp_gen_meson_prog, '--command', 'markdown',
82 '--output', meson.current_build_dir(),
83 '--tool', sdbusplusplus_prog,
84 '--directory', meson.source_root(),
85 '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(),
95 input: [ meson.source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml', ],
96 output: [ 'ScheduledTime.md' ],
97 command: [
98 sdbuspp_gen_meson_prog, '--command', 'markdown',
99 '--output', meson.current_build_dir(),
100 '--tool', sdbusplusplus_prog,
101 '--directory', meson.source_root(),
102 'xyz/openbmc_project/ScheduledTime',
103 ],
104 build_by_default: true,
105)
106
107subdir('Sensor')
108subdir('Smbios')
109subdir('Software')
110subdir('State')
111subdir('Time')
112generated_others += custom_target(
113 'xyz/openbmc_project/Time__markdown'.underscorify(),
114 input: [ meson.source_root() / 'xyz/openbmc_project/Time.errors.yaml', ],
115 output: [ 'Time.md' ],
116 command: [
117 sdbuspp_gen_meson_prog, '--command', 'markdown',
118 '--output', meson.current_build_dir(),
119 '--tool', sdbusplusplus_prog,
120 '--directory', meson.source_root(),
121 'xyz/openbmc_project/Time',
122 ],
123 build_by_default: true,
124)
125
126subdir('User')
127subdir('VirtualMedia')