blob: 63dbd21384c0af9f583c8c4bf27ed78fb66e1028 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('BMC')
3generated_others += custom_target(
4 'xyz/openbmc_project/State/BMC__markdown'.underscorify(),
5 input: [ meson.source_root() / 'xyz/openbmc_project/State/BMC.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/BMC.interface.yaml', ],
6 output: [ 'BMC.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/State/BMC',
13 ],
14 build_by_default: true,
15)
16
17subdir('Boot')
18subdir('Chassis')
19generated_others += custom_target(
20 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(),
21 input: [ meson.source_root() / 'xyz/openbmc_project/State/Chassis.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/Chassis.interface.yaml', ],
22 output: [ 'Chassis.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/State/Chassis',
29 ],
30 build_by_default: true,
31)
32
33subdir('Decorator')
34subdir('Drive')
35generated_others += custom_target(
36 'xyz/openbmc_project/State/Drive__markdown'.underscorify(),
37 input: [ meson.source_root() / 'xyz/openbmc_project/State/Drive.interface.yaml', ],
38 output: [ 'Drive.md' ],
39 command: [
40 sdbuspp_gen_meson_prog, '--command', 'markdown',
41 '--output', meson.current_build_dir(),
42 '--tool', sdbusplusplus_prog,
43 '--directory', meson.source_root(),
44 'xyz/openbmc_project/State/Drive',
45 ],
46 build_by_default: true,
47)
48
49subdir('Host')
50generated_others += custom_target(
51 'xyz/openbmc_project/State/Host__markdown'.underscorify(),
52 input: [ meson.source_root() / 'xyz/openbmc_project/State/Host.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/Host.interface.yaml', ],
53 output: [ 'Host.md' ],
54 command: [
55 sdbuspp_gen_meson_prog, '--command', 'markdown',
56 '--output', meson.current_build_dir(),
57 '--tool', sdbusplusplus_prog,
58 '--directory', meson.source_root(),
59 'xyz/openbmc_project/State/Host',
60 ],
61 build_by_default: true,
62)
63
64subdir('OperatingSystem')
65subdir('PowerOnHours')
66generated_others += custom_target(
67 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
68 input: [ meson.source_root() / 'xyz/openbmc_project/State/PowerOnHours.interface.yaml', ],
69 output: [ 'PowerOnHours.md' ],
70 command: [
71 sdbuspp_gen_meson_prog, '--command', 'markdown',
72 '--output', meson.current_build_dir(),
73 '--tool', sdbusplusplus_prog,
74 '--directory', meson.source_root(),
75 'xyz/openbmc_project/State/PowerOnHours',
76 ],
77 build_by_default: true,
78)
79
80subdir('ScheduledHostTransition')
81generated_others += custom_target(
82 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
83 input: [ meson.source_root() / 'xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ],
84 output: [ 'ScheduledHostTransition.md' ],
85 command: [
86 sdbuspp_gen_meson_prog, '--command', 'markdown',
87 '--output', meson.current_build_dir(),
88 '--tool', sdbusplusplus_prog,
89 '--directory', meson.source_root(),
90 'xyz/openbmc_project/State/ScheduledHostTransition',
91 ],
92 build_by_default: true,
93)
94
95subdir('Shutdown')
96subdir('SystemdTarget')
97generated_others += custom_target(
98 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
99 input: [ meson.source_root() / 'xyz/openbmc_project/State/SystemdTarget.errors.yaml', ],
100 output: [ 'SystemdTarget.md' ],
101 command: [
102 sdbuspp_gen_meson_prog, '--command', 'markdown',
103 '--output', meson.current_build_dir(),
104 '--tool', sdbusplusplus_prog,
105 '--directory', meson.source_root(),
106 'xyz/openbmc_project/State/SystemdTarget',
107 ],
108 build_by_default: true,
109)
110
111subdir('Watchdog')
112generated_others += custom_target(
113 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
114 input: [ meson.source_root() / 'xyz/openbmc_project/State/Watchdog.interface.yaml', ],
115 output: [ 'Watchdog.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/State/Watchdog',
122 ],
123 build_by_default: true,
124)
125