blob: d01db9b555db2f7898a1d71b7a3537e1faa173cc [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Create')
3generated_others += custom_target(
4 'xyz/openbmc_project/Logging/Create__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Create.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'Create.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/Logging/Create',
13 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050014)
15
16subdir('Entry')
17generated_others += custom_target(
18 'xyz/openbmc_project/Logging/Entry__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Entry.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050020 output: [ 'Entry.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',
Patrick Williamsd9632142020-06-24 16:12:44 -050026 'xyz/openbmc_project/Logging/Entry',
27 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050028)
29
30subdir('ErrorBlocksTransition')
31generated_others += custom_target(
32 'xyz/openbmc_project/Logging/ErrorBlocksTransition__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070033 input: [ '../../../../yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050034 output: [ 'ErrorBlocksTransition.md' ],
35 command: [
36 sdbuspp_gen_meson_prog, '--command', 'markdown',
37 '--output', meson.current_build_dir(),
38 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070039 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050040 'xyz/openbmc_project/Logging/ErrorBlocksTransition',
41 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050042)
43
44subdir('Event')
45generated_others += custom_target(
46 'xyz/openbmc_project/Logging/Event__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070047 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Event.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050048 output: [ 'Event.md' ],
49 command: [
50 sdbuspp_gen_meson_prog, '--command', 'markdown',
51 '--output', meson.current_build_dir(),
52 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070053 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050054 'xyz/openbmc_project/Logging/Event',
55 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050056)
57
58subdir('IPMI')
59generated_others += custom_target(
60 'xyz/openbmc_project/Logging/IPMI__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070061 input: [ '../../../../yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050062 output: [ 'IPMI.md' ],
63 command: [
64 sdbuspp_gen_meson_prog, '--command', 'markdown',
65 '--output', meson.current_build_dir(),
66 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070067 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050068 'xyz/openbmc_project/Logging/IPMI',
69 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050070)
71
Lei YU6be85da2020-12-01 20:03:46 +080072subdir('SEL')
73generated_others += custom_target(
74 'xyz/openbmc_project/Logging/SEL__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070075 input: [ '../../../../yaml/xyz/openbmc_project/Logging/SEL.errors.yaml', ],
Lei YU6be85da2020-12-01 20:03:46 +080076 output: [ 'SEL.md' ],
77 command: [
78 sdbuspp_gen_meson_prog, '--command', 'markdown',
79 '--output', meson.current_build_dir(),
80 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070081 '--directory', meson.current_source_dir() / '../../../../yaml',
Lei YU6be85da2020-12-01 20:03:46 +080082 'xyz/openbmc_project/Logging/SEL',
83 ],
Lei YU6be85da2020-12-01 20:03:46 +080084)
85
Patrick Williamsd9632142020-06-24 16:12:44 -050086subdir('Settings')
87generated_others += custom_target(
88 'xyz/openbmc_project/Logging/Settings__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070089 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Settings.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050090 output: [ 'Settings.md' ],
91 command: [
92 sdbuspp_gen_meson_prog, '--command', 'markdown',
93 '--output', meson.current_build_dir(),
94 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070095 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050096 'xyz/openbmc_project/Logging/Settings',
97 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050098)
99
Paul Fertserae1cf7b2022-04-11 09:18:39 +0000100subdir('Syslog')