blob: c425d7906b2e8fc7c4aa2ccfb7ae4566cb2c88f6 [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(),
Patrick Williams43006dd2024-09-19 16:38:01 -04005 input: [ '../../../../yaml/xyz/openbmc_project/State/BMC.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'BMC.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/State/BMC',
14 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050015)
16
Chen Yugangf9959722020-07-28 07:53:28 +080017subdir('BMCRedundancy')
18generated_others += custom_target(
19 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070020 input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ],
Chen Yugangf9959722020-07-28 07:53:28 +080021 output: [ 'BMCRedundancy.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050022 depend_files: sdbusplusplus_depfiles,
Chen Yugangf9959722020-07-28 07:53:28 +080023 command: [
24 sdbuspp_gen_meson_prog, '--command', 'markdown',
25 '--output', meson.current_build_dir(),
26 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070027 '--directory', meson.current_source_dir() / '../../../../yaml',
Chen Yugangf9959722020-07-28 07:53:28 +080028 'xyz/openbmc_project/State/BMCRedundancy',
29 ],
Chen Yugangf9959722020-07-28 07:53:28 +080030)
31
Patrick Williamsd9632142020-06-24 16:12:44 -050032subdir('Boot')
33subdir('Chassis')
34generated_others += custom_target(
35 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(),
Patrick Williams43006dd2024-09-19 16:38:01 -040036 input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050037 output: [ 'Chassis.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050038 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050039 command: [
40 sdbuspp_gen_meson_prog, '--command', 'markdown',
41 '--output', meson.current_build_dir(),
42 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070043 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050044 'xyz/openbmc_project/State/Chassis',
45 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050046)
47
48subdir('Decorator')
49subdir('Drive')
50generated_others += custom_target(
51 'xyz/openbmc_project/State/Drive__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070052 input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050053 output: [ 'Drive.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050054 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050055 command: [
56 sdbuspp_gen_meson_prog, '--command', 'markdown',
57 '--output', meson.current_build_dir(),
58 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070059 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050060 'xyz/openbmc_project/State/Drive',
61 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050062)
63
64subdir('Host')
65generated_others += custom_target(
66 'xyz/openbmc_project/State/Host__markdown'.underscorify(),
Patrick Williams43006dd2024-09-19 16:38:01 -040067 input: [ '../../../../yaml/xyz/openbmc_project/State/Host.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050068 output: [ 'Host.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050069 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050070 command: [
71 sdbuspp_gen_meson_prog, '--command', 'markdown',
72 '--output', meson.current_build_dir(),
73 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070074 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050075 'xyz/openbmc_project/State/Host',
76 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050077)
78
Jagpal Singh Gill5f4daf12024-08-14 16:30:16 -070079subdir('Leak')
Patrick Williamsd9632142020-06-24 16:12:44 -050080subdir('OperatingSystem')
81subdir('PowerOnHours')
82generated_others += custom_target(
83 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070084 input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050085 output: [ 'PowerOnHours.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050086 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050087 command: [
88 sdbuspp_gen_meson_prog, '--command', 'markdown',
89 '--output', meson.current_build_dir(),
90 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070091 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050092 'xyz/openbmc_project/State/PowerOnHours',
93 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050094)
95
96subdir('ScheduledHostTransition')
97generated_others += custom_target(
98 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070099 input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500100 output: [ 'ScheduledHostTransition.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500101 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500102 command: [
103 sdbuspp_gen_meson_prog, '--command', 'markdown',
104 '--output', meson.current_build_dir(),
105 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700106 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500107 'xyz/openbmc_project/State/ScheduledHostTransition',
108 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500109)
110
111subdir('Shutdown')
112subdir('SystemdTarget')
113generated_others += custom_target(
114 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700115 input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500116 output: [ 'SystemdTarget.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500117 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500118 command: [
119 sdbuspp_gen_meson_prog, '--command', 'markdown',
120 '--output', meson.current_build_dir(),
121 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700122 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500123 'xyz/openbmc_project/State/SystemdTarget',
124 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500125)
126
127subdir('Watchdog')
128generated_others += custom_target(
129 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700130 input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500131 output: [ 'Watchdog.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/State/Watchdog',
139 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500140)
141