blob: f27280ed7aa43afff04df314fd4d2fb6e6f42549 [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(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'BMC.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070011 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050012 'xyz/openbmc_project/State/BMC',
13 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050014)
15
Chen Yugangf9959722020-07-28 07:53:28 +080016subdir('BMCRedundancy')
17generated_others += custom_target(
18 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ],
Chen Yugangf9959722020-07-28 07:53:28 +080020 output: [ 'BMCRedundancy.md' ],
21 command: [
22 sdbuspp_gen_meson_prog, '--command', 'markdown',
23 '--output', meson.current_build_dir(),
24 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070025 '--directory', meson.current_source_dir() / '../../../../yaml',
Chen Yugangf9959722020-07-28 07:53:28 +080026 'xyz/openbmc_project/State/BMCRedundancy',
27 ],
Chen Yugangf9959722020-07-28 07:53:28 +080028)
29
Patrick Williamsd9632142020-06-24 16:12:44 -050030subdir('Boot')
31subdir('Chassis')
32generated_others += custom_target(
33 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070034 input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050035 output: [ 'Chassis.md' ],
36 command: [
37 sdbuspp_gen_meson_prog, '--command', 'markdown',
38 '--output', meson.current_build_dir(),
39 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070040 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050041 'xyz/openbmc_project/State/Chassis',
42 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050043)
44
45subdir('Decorator')
46subdir('Drive')
47generated_others += custom_target(
48 'xyz/openbmc_project/State/Drive__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070049 input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050050 output: [ 'Drive.md' ],
51 command: [
52 sdbuspp_gen_meson_prog, '--command', 'markdown',
53 '--output', meson.current_build_dir(),
54 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070055 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050056 'xyz/openbmc_project/State/Drive',
57 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050058)
59
60subdir('Host')
61generated_others += custom_target(
62 'xyz/openbmc_project/State/Host__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070063 input: [ '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050064 output: [ 'Host.md' ],
65 command: [
66 sdbuspp_gen_meson_prog, '--command', 'markdown',
67 '--output', meson.current_build_dir(),
68 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070069 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050070 'xyz/openbmc_project/State/Host',
71 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050072)
73
74subdir('OperatingSystem')
75subdir('PowerOnHours')
76generated_others += custom_target(
77 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070078 input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050079 output: [ 'PowerOnHours.md' ],
80 command: [
81 sdbuspp_gen_meson_prog, '--command', 'markdown',
82 '--output', meson.current_build_dir(),
83 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070084 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050085 'xyz/openbmc_project/State/PowerOnHours',
86 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050087)
88
89subdir('ScheduledHostTransition')
90generated_others += custom_target(
91 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070092 input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050093 output: [ 'ScheduledHostTransition.md' ],
94 command: [
95 sdbuspp_gen_meson_prog, '--command', 'markdown',
96 '--output', meson.current_build_dir(),
97 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070098 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050099 'xyz/openbmc_project/State/ScheduledHostTransition',
100 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500101)
102
103subdir('Shutdown')
104subdir('SystemdTarget')
105generated_others += custom_target(
106 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700107 input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500108 output: [ 'SystemdTarget.md' ],
109 command: [
110 sdbuspp_gen_meson_prog, '--command', 'markdown',
111 '--output', meson.current_build_dir(),
112 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700113 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500114 'xyz/openbmc_project/State/SystemdTarget',
115 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500116)
117
118subdir('Watchdog')
119generated_others += custom_target(
120 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700121 input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500122 output: [ 'Watchdog.md' ],
123 command: [
124 sdbuspp_gen_meson_prog, '--command', 'markdown',
125 '--output', meson.current_build_dir(),
126 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700127 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500128 'xyz/openbmc_project/State/Watchdog',
129 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500130)
131