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