Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame^] | 2 | generated_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 Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 16 | subdir('Create') |
| 17 | generated_others += custom_target( |
| 18 | 'xyz/openbmc_project/Logging/Create__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Create.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 20 | output: [ 'Create.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 21 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 22 | command: [ |
| 23 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 24 | '--output', meson.current_build_dir(), |
| 25 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 26 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | 'xyz/openbmc_project/Logging/Create', |
| 28 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 29 | ) |
| 30 | |
| 31 | subdir('Entry') |
| 32 | generated_others += custom_target( |
| 33 | 'xyz/openbmc_project/Logging/Entry__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Entry.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | output: [ 'Entry.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 36 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | command: [ |
| 38 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 39 | '--output', meson.current_build_dir(), |
| 40 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 41 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | 'xyz/openbmc_project/Logging/Entry', |
| 43 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 44 | ) |
| 45 | |
| 46 | subdir('ErrorBlocksTransition') |
| 47 | generated_others += custom_target( |
| 48 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 49 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | output: [ 'ErrorBlocksTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 51 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | command: [ |
| 53 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 54 | '--output', meson.current_build_dir(), |
| 55 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 56 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition', |
| 58 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 59 | ) |
| 60 | |
| 61 | subdir('Event') |
| 62 | generated_others += custom_target( |
| 63 | 'xyz/openbmc_project/Logging/Event__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 64 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Event.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 65 | output: [ 'Event.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 66 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | command: [ |
| 68 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 69 | '--output', meson.current_build_dir(), |
| 70 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 71 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | 'xyz/openbmc_project/Logging/Event', |
| 73 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | ) |
| 75 | |
| 76 | subdir('IPMI') |
| 77 | generated_others += custom_target( |
| 78 | 'xyz/openbmc_project/Logging/IPMI__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 79 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 80 | output: [ 'IPMI.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 81 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 | command: [ |
| 83 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 84 | '--output', meson.current_build_dir(), |
| 85 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 86 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | 'xyz/openbmc_project/Logging/IPMI', |
| 88 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | ) |
| 90 | |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 91 | subdir('SEL') |
| 92 | generated_others += custom_target( |
| 93 | 'xyz/openbmc_project/Logging/SEL__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 94 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/SEL.errors.yaml', ], |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 95 | output: [ 'SEL.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 96 | depend_files: sdbusplusplus_depfiles, |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 97 | command: [ |
| 98 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 99 | '--output', meson.current_build_dir(), |
| 100 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 101 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 102 | 'xyz/openbmc_project/Logging/SEL', |
| 103 | ], |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 104 | ) |
| 105 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | subdir('Settings') |
| 107 | generated_others += custom_target( |
| 108 | 'xyz/openbmc_project/Logging/Settings__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 109 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Settings.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 110 | output: [ 'Settings.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 111 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 112 | command: [ |
| 113 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 114 | '--output', meson.current_build_dir(), |
| 115 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 116 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 117 | 'xyz/openbmc_project/Logging/Settings', |
| 118 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 119 | ) |
| 120 | |
Paul Fertser | ae1cf7b | 2022-04-11 09:18:39 +0000 | [diff] [blame] | 121 | subdir('Syslog') |