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 | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 15 | input: ['../../../../yaml/xyz/openbmc_project/Logging.events.yaml'], |
| 16 | output: ['event.cpp', 'event.hpp'], |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 17 | depend_files: sdbusplusplus_depfiles, |
| 18 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 19 | sdbuspp_gen_meson_prog, |
| 20 | '--command', |
| 21 | 'cpp', |
| 22 | '--output', |
| 23 | meson.current_build_dir(), |
| 24 | '--tool', |
| 25 | sdbusplusplus_prog, |
| 26 | '--directory', |
| 27 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 28 | 'xyz/openbmc_project/Logging', |
| 29 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 30 | install: should_generate_cpp, |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 31 | install_dir: [false, get_option('includedir') / sdbusplus_current_path], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | build_by_default: should_generate_cpp, |
Patrick Williams | 73c931f | 2024-10-03 11:00:29 -0400 | [diff] [blame] | 33 | ) |
| 34 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 35 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 36 | 'xyz/openbmc_project/Logging/Create__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 37 | input: [ |
| 38 | '../../../../yaml/xyz/openbmc_project/Logging/Create.interface.yaml', |
| 39 | ], |
| 40 | output: ['Create.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 41 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 43 | sdbuspp_gen_meson_prog, |
| 44 | '--command', |
| 45 | 'markdown', |
| 46 | '--output', |
| 47 | meson.current_build_dir(), |
| 48 | '--tool', |
| 49 | sdbusplusplus_prog, |
| 50 | '--directory', |
| 51 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | 'xyz/openbmc_project/Logging/Create', |
| 53 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 54 | install: should_generate_markdown, |
| 55 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 56 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | ) |
| 58 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 59 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 60 | 'xyz/openbmc_project/Logging/Entry__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 61 | input: ['../../../../yaml/xyz/openbmc_project/Logging/Entry.interface.yaml'], |
| 62 | output: ['Entry.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 63 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 65 | sdbuspp_gen_meson_prog, |
| 66 | '--command', |
| 67 | 'markdown', |
| 68 | '--output', |
| 69 | meson.current_build_dir(), |
| 70 | '--tool', |
| 71 | sdbusplusplus_prog, |
| 72 | '--directory', |
| 73 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | 'xyz/openbmc_project/Logging/Entry', |
| 75 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 76 | install: should_generate_markdown, |
| 77 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 78 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | ) |
| 80 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 81 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 83 | input: [ |
| 84 | '../../../../yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml', |
| 85 | ], |
| 86 | output: ['ErrorBlocksTransition.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 87 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 88 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 89 | sdbuspp_gen_meson_prog, |
| 90 | '--command', |
| 91 | 'markdown', |
| 92 | '--output', |
| 93 | meson.current_build_dir(), |
| 94 | '--tool', |
| 95 | sdbusplusplus_prog, |
| 96 | '--directory', |
| 97 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 98 | 'xyz/openbmc_project/Logging/ErrorBlocksTransition', |
| 99 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 100 | install: should_generate_markdown, |
| 101 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 102 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 103 | ) |
| 104 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 105 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | 'xyz/openbmc_project/Logging/Event__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 107 | input: ['../../../../yaml/xyz/openbmc_project/Logging/Event.interface.yaml'], |
| 108 | output: ['Event.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 109 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 110 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 111 | sdbuspp_gen_meson_prog, |
| 112 | '--command', |
| 113 | 'markdown', |
| 114 | '--output', |
| 115 | meson.current_build_dir(), |
| 116 | '--tool', |
| 117 | sdbusplusplus_prog, |
| 118 | '--directory', |
| 119 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 120 | 'xyz/openbmc_project/Logging/Event', |
| 121 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 122 | install: should_generate_markdown, |
| 123 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 124 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 125 | ) |
| 126 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 127 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 128 | 'xyz/openbmc_project/Logging/IPMI__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 129 | input: ['../../../../yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml'], |
| 130 | output: ['IPMI.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 131 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 132 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 133 | sdbuspp_gen_meson_prog, |
| 134 | '--command', |
| 135 | 'markdown', |
| 136 | '--output', |
| 137 | meson.current_build_dir(), |
| 138 | '--tool', |
| 139 | sdbusplusplus_prog, |
| 140 | '--directory', |
| 141 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 142 | 'xyz/openbmc_project/Logging/IPMI', |
| 143 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 144 | install: should_generate_markdown, |
| 145 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 146 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 147 | ) |
| 148 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 149 | generated_markdown += custom_target( |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 150 | 'xyz/openbmc_project/Logging/SEL__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 151 | input: ['../../../../yaml/xyz/openbmc_project/Logging/SEL.errors.yaml'], |
| 152 | output: ['SEL.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 153 | depend_files: sdbusplusplus_depfiles, |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 154 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 155 | sdbuspp_gen_meson_prog, |
| 156 | '--command', |
| 157 | 'markdown', |
| 158 | '--output', |
| 159 | meson.current_build_dir(), |
| 160 | '--tool', |
| 161 | sdbusplusplus_prog, |
| 162 | '--directory', |
| 163 | meson.current_source_dir() / '../../../../yaml', |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 164 | 'xyz/openbmc_project/Logging/SEL', |
| 165 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 166 | install: should_generate_markdown, |
| 167 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 168 | build_by_default: should_generate_markdown, |
Lei YU | 6be85da | 2020-12-01 20:03:46 +0800 | [diff] [blame] | 169 | ) |
| 170 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 171 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 172 | 'xyz/openbmc_project/Logging/Settings__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 173 | input: [ |
| 174 | '../../../../yaml/xyz/openbmc_project/Logging/Settings.interface.yaml', |
| 175 | ], |
| 176 | output: ['Settings.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 177 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 178 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 179 | sdbuspp_gen_meson_prog, |
| 180 | '--command', |
| 181 | 'markdown', |
| 182 | '--output', |
| 183 | meson.current_build_dir(), |
| 184 | '--tool', |
| 185 | sdbusplusplus_prog, |
| 186 | '--directory', |
| 187 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 188 | 'xyz/openbmc_project/Logging/Settings', |
| 189 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 190 | install: should_generate_markdown, |
| 191 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 192 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 193 | ) |
| 194 | |