blob: 39baab1302a53273151e67dc94770b1276ad4100 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
Patrick Williams73c931f2024-10-03 11:00:29 -04002generated_sources += custom_target(
3 'xyz/openbmc_project/Logging__cpp'.underscorify(),
4 input: [ '../../../../yaml/xyz/openbmc_project/Logging.events.yaml', ],
5 output: [ 'event.cpp', 'event.hpp', ],
6 depend_files: sdbusplusplus_depfiles,
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'cpp',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../yaml',
12 'xyz/openbmc_project/Logging',
13 ],
14)
15
Patrick Williamsd9632142020-06-24 16:12:44 -050016subdir('Create')
17generated_others += custom_target(
18 'xyz/openbmc_project/Logging/Create__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Create.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050020 output: [ 'Create.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050021 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050022 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070026 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050027 'xyz/openbmc_project/Logging/Create',
28 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050029)
30
31subdir('Entry')
32generated_others += custom_target(
33 'xyz/openbmc_project/Logging/Entry__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070034 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Entry.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050035 output: [ 'Entry.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050036 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050037 command: [
38 sdbuspp_gen_meson_prog, '--command', 'markdown',
39 '--output', meson.current_build_dir(),
40 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070041 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050042 'xyz/openbmc_project/Logging/Entry',
43 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050044)
45
46subdir('ErrorBlocksTransition')
47generated_others += custom_target(
48 'xyz/openbmc_project/Logging/ErrorBlocksTransition__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070049 input: [ '../../../../yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050050 output: [ 'ErrorBlocksTransition.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050051 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050052 command: [
53 sdbuspp_gen_meson_prog, '--command', 'markdown',
54 '--output', meson.current_build_dir(),
55 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070056 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050057 'xyz/openbmc_project/Logging/ErrorBlocksTransition',
58 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050059)
60
61subdir('Event')
62generated_others += custom_target(
63 'xyz/openbmc_project/Logging/Event__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070064 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Event.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050065 output: [ 'Event.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050066 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050067 command: [
68 sdbuspp_gen_meson_prog, '--command', 'markdown',
69 '--output', meson.current_build_dir(),
70 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070071 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050072 'xyz/openbmc_project/Logging/Event',
73 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050074)
75
76subdir('IPMI')
77generated_others += custom_target(
78 'xyz/openbmc_project/Logging/IPMI__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070079 input: [ '../../../../yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050080 output: [ 'IPMI.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050081 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050082 command: [
83 sdbuspp_gen_meson_prog, '--command', 'markdown',
84 '--output', meson.current_build_dir(),
85 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070086 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050087 'xyz/openbmc_project/Logging/IPMI',
88 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050089)
90
Lei YU6be85da2020-12-01 20:03:46 +080091subdir('SEL')
92generated_others += custom_target(
93 'xyz/openbmc_project/Logging/SEL__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070094 input: [ '../../../../yaml/xyz/openbmc_project/Logging/SEL.errors.yaml', ],
Lei YU6be85da2020-12-01 20:03:46 +080095 output: [ 'SEL.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050096 depend_files: sdbusplusplus_depfiles,
Lei YU6be85da2020-12-01 20:03:46 +080097 command: [
98 sdbuspp_gen_meson_prog, '--command', 'markdown',
99 '--output', meson.current_build_dir(),
100 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700101 '--directory', meson.current_source_dir() / '../../../../yaml',
Lei YU6be85da2020-12-01 20:03:46 +0800102 'xyz/openbmc_project/Logging/SEL',
103 ],
Lei YU6be85da2020-12-01 20:03:46 +0800104)
105
Patrick Williamsd9632142020-06-24 16:12:44 -0500106subdir('Settings')
107generated_others += custom_target(
108 'xyz/openbmc_project/Logging/Settings__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700109 input: [ '../../../../yaml/xyz/openbmc_project/Logging/Settings.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500110 output: [ 'Settings.md' ],
Patrick Williams11335242022-09-12 06:11:41 -0500111 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -0500112 command: [
113 sdbuspp_gen_meson_prog, '--command', 'markdown',
114 '--output', meson.current_build_dir(),
115 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -0700116 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -0500117 'xyz/openbmc_project/Logging/Settings',
118 ],
Patrick Williamsd9632142020-06-24 16:12:44 -0500119)
120
Paul Fertserae1cf7b2022-04-11 09:18:39 +0000121subdir('Syslog')