Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('GPIODeviceDetect') |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 3 | subdir('GPIOLeakDetector') |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 4 | |
| 5 | sdbusplus_current_path = 'xyz/openbmc_project/Configuration' |
| 6 | |
| 7 | generated_markdown += custom_target( |
| 8 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 9 | input: [ |
| 10 | '../../../../yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml', |
| 11 | ], |
| 12 | output: ['GPIODeviceDetect.md'], |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 13 | depend_files: sdbusplusplus_depfiles, |
| 14 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 15 | sdbuspp_gen_meson_prog, |
| 16 | '--command', |
| 17 | 'markdown', |
| 18 | '--output', |
| 19 | meson.current_build_dir(), |
| 20 | '--tool', |
| 21 | sdbusplusplus_prog, |
| 22 | '--directory', |
| 23 | meson.current_source_dir() / '../../../../yaml', |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 24 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect', |
| 25 | ], |
| 26 | install: should_generate_markdown, |
| 27 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 28 | build_by_default: should_generate_markdown, |
| 29 | ) |
| 30 | |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 31 | generated_markdown += custom_target( |
| 32 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 33 | input: [ |
| 34 | '../../../../yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml', |
| 35 | ], |
| 36 | output: ['GPIOLeakDetector.md'], |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 37 | depend_files: sdbusplusplus_depfiles, |
| 38 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 39 | sdbuspp_gen_meson_prog, |
| 40 | '--command', |
| 41 | 'markdown', |
| 42 | '--output', |
| 43 | meson.current_build_dir(), |
| 44 | '--tool', |
| 45 | sdbusplusplus_prog, |
| 46 | '--directory', |
| 47 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 48 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector', |
| 49 | ], |
| 50 | install: should_generate_markdown, |
| 51 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 52 | build_by_default: should_generate_markdown, |
| 53 | ) |
| 54 | |