Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Buttons') |
| 3 | subdir('Common') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 4 | subdir('Control') |
| 5 | subdir('Intrusion') |
| 6 | |
| 7 | sdbusplus_current_path = 'xyz/openbmc_project/Chassis' |
| 8 | |
| 9 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 10 | 'xyz/openbmc_project/Chassis/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 | input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 13 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | command: [ |
| 15 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 16 | '--output', meson.current_build_dir(), |
| 17 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 18 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 19 | 'xyz/openbmc_project/Chassis/Common', |
| 20 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 21 | install: should_generate_markdown, |
| 22 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 23 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 24 | ) |
| 25 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 26 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | 'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 28 | input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 29 | output: [ 'Intrusion.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 30 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 31 | command: [ |
| 32 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 33 | '--output', meson.current_build_dir(), |
| 34 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 35 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 36 | 'xyz/openbmc_project/Chassis/Intrusion', |
| 37 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 38 | install: should_generate_markdown, |
| 39 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 40 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | ) |
| 42 | |