Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 2 | subdir('Create') |
| 3 | subdir('Entry') |
| 4 | subdir('ErrorBlocksTransition') |
| 5 | subdir('Event') |
| 6 | subdir('IPMI') |
| 7 | subdir('SEL') |
| 8 | subdir('Settings') |
| 9 | subdir('Syslog') |
| 10 | |
| 11 | sdbusplus_current_path = 'xyz/openbmc_project/Logging' |
| 12 | |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 13 | generated_sources += custom_target( |
| 14 | 'xyz/openbmc_project/Logging__cpp'.underscorify(), |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 15 | input: [ |
| 16 | '../../../../yaml/xyz/openbmc_project/Logging.events.yaml', |
| 17 | ], |
| 18 | output: [ |
| 19 | 'event.cpp', |
| 20 | 'event.hpp', |
| 21 | ], |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 22 | depend_files: sdbusplusplus_depfiles, |
| 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
| 27 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 28 | 'xyz/openbmc_project/Logging', |
| 29 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 30 | install: should_generate_cpp, |
| 31 | install_dir: [ |
| 32 | false, |
| 33 | get_option('includedir') / sdbusplus_current_path, |
| 34 | ], |
| 35 | build_by_default: should_generate_cpp, |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 36 | ) |
| 37 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 38 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 39 | 'xyz/openbmc_project/Logging/Create__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 40 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Create.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | output: [ 'Create.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 42 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | command: [ |
| 44 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 45 | '--output', meson.current_build_dir(), |
| 46 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 47 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 48 | 'xyz/openbmc_project/Logging/Create', |
| 49 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 50 | install: should_generate_markdown, |
| 51 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 52 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | ) |
| 54 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 55 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 56 | 'xyz/openbmc_project/Logging/Entry__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 57 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Entry.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 58 | output: [ 'Entry.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 59 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 60 | command: [ |
| 61 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 62 | '--output', meson.current_build_dir(), |
| 63 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 64 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 65 | 'xyz/openbmc_project/Logging/Entry', |
| 66 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 67 | install: should_generate_markdown, |
| 68 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 69 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 70 | ) |
| 71 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 72 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 73 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 74 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | output: [ 'ErrorBlocksTransition.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 76 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 77 | command: [ |
| 78 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 79 | '--output', meson.current_build_dir(), |
| 80 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 81 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition', |
| 83 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 84 | install: should_generate_markdown, |
| 85 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 86 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | ) |
| 88 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 89 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 90 | 'xyz/openbmc_project/Logging/Event__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 91 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Event.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 92 | output: [ 'Event.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 93 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 94 | command: [ |
| 95 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 96 | '--output', meson.current_build_dir(), |
| 97 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 98 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 99 | 'xyz/openbmc_project/Logging/Event', |
| 100 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 101 | install: should_generate_markdown, |
| 102 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 103 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 104 | ) |
| 105 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 106 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 107 | 'xyz/openbmc_project/Logging/IPMI__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 108 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 109 | output: [ 'IPMI.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 110 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 111 | command: [ |
| 112 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 113 | '--output', meson.current_build_dir(), |
| 114 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 115 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 116 | 'xyz/openbmc_project/Logging/IPMI', |
| 117 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 118 | install: should_generate_markdown, |
| 119 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 120 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 121 | ) |
| 122 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 123 | generated_markdown += custom_target( |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 124 | 'xyz/openbmc_project/Logging/SEL__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 125 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/SEL.errors.yaml', ], |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 126 | output: [ 'SEL.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 127 | depend_files: sdbusplusplus_depfiles, |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 128 | command: [ |
| 129 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 130 | '--output', meson.current_build_dir(), |
| 131 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 132 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 133 | 'xyz/openbmc_project/Logging/SEL', |
| 134 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 135 | install: should_generate_markdown, |
| 136 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 137 | build_by_default: should_generate_markdown, |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 138 | ) |
| 139 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 140 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 141 | 'xyz/openbmc_project/Logging/Settings__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 142 | input: [ '../../../../yaml/xyz/openbmc_project/Logging/Settings.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 143 | output: [ 'Settings.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 144 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 145 | command: [ |
| 146 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 147 | '--output', meson.current_build_dir(), |
| 148 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 149 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 150 | 'xyz/openbmc_project/Logging/Settings', |
| 151 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 152 | install: should_generate_markdown, |
| 153 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 154 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 155 | ) |
| 156 | |