Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -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 | |
| 5 | sdbusplus_current_path = 'xyz/openbmc_project/HardwareIsolation' |
| 6 | |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 7 | generated_sources += custom_target( |
| 8 | 'xyz/openbmc_project/HardwareIsolation__cpp'.underscorify(), |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 9 | input: [ |
| 10 | '../../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', |
| 11 | ], |
| 12 | output: [ |
| 13 | 'error.cpp', |
| 14 | 'error.hpp', |
| 15 | ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 16 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 17 | command: [ |
| 18 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 19 | '--output', meson.current_build_dir(), |
| 20 | '--tool', sdbusplusplus_prog, |
| 21 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 22 | 'xyz/openbmc_project/HardwareIsolation', |
| 23 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | install: should_generate_cpp, |
| 25 | install_dir: [ |
| 26 | false, |
| 27 | get_option('includedir') / sdbusplus_current_path, |
| 28 | ], |
| 29 | build_by_default: should_generate_cpp, |
Ramesh Iyyar | b96ed61 | 2021-06-26 10:21:19 -0500 | [diff] [blame] | 30 | ) |
| 31 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | generated_markdown += custom_target( |
Ramesh Iyyar | ae56dbc | 2021-05-17 06:40:00 -0500 | [diff] [blame] | 33 | 'xyz/openbmc_project/HardwareIsolation/Create__markdown'.underscorify(), |
| 34 | input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml', ], |
| 35 | output: [ 'Create.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 36 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | ae56dbc | 2021-05-17 06:40:00 -0500 | [diff] [blame] | 37 | command: [ |
| 38 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 39 | '--output', meson.current_build_dir(), |
| 40 | '--tool', sdbusplusplus_prog, |
| 41 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 42 | 'xyz/openbmc_project/HardwareIsolation/Create', |
| 43 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 44 | install: should_generate_markdown, |
| 45 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 46 | build_by_default: should_generate_markdown, |
Ramesh Iyyar | ae56dbc | 2021-05-17 06:40:00 -0500 | [diff] [blame] | 47 | ) |
| 48 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 49 | generated_markdown += custom_target( |
Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -0500 | [diff] [blame] | 50 | 'xyz/openbmc_project/HardwareIsolation/Entry__markdown'.underscorify(), |
| 51 | input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml', ], |
| 52 | output: [ 'Entry.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 53 | depend_files: sdbusplusplus_depfiles, |
Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -0500 | [diff] [blame] | 54 | command: [ |
| 55 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 56 | '--output', meson.current_build_dir(), |
| 57 | '--tool', sdbusplusplus_prog, |
| 58 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 59 | 'xyz/openbmc_project/HardwareIsolation/Entry', |
| 60 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 61 | install: should_generate_markdown, |
| 62 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 63 | build_by_default: should_generate_markdown, |
Ramesh Iyyar | 1f971f2 | 2021-05-17 06:13:25 -0500 | [diff] [blame] | 64 | ) |
| 65 | |