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') |
Jagpal Singh Gill | d2c73f6 | 2025-07-27 21:45:27 -0700 | [diff] [blame] | 4 | subdir('GPIOValve') |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 5 | |
| 6 | sdbusplus_current_path = 'xyz/openbmc_project/Configuration' |
| 7 | |
| 8 | generated_markdown += custom_target( |
| 9 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 10 | input: [ |
| 11 | '../../../../yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml', |
| 12 | ], |
| 13 | output: ['GPIODeviceDetect.md'], |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 14 | depend_files: sdbusplusplus_depfiles, |
| 15 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 16 | sdbuspp_gen_meson_prog, |
| 17 | '--command', |
| 18 | 'markdown', |
| 19 | '--output', |
| 20 | meson.current_build_dir(), |
| 21 | '--tool', |
| 22 | sdbusplusplus_prog, |
| 23 | '--directory', |
| 24 | meson.current_source_dir() / '../../../../yaml', |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 25 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect', |
| 26 | ], |
| 27 | install: should_generate_markdown, |
| 28 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 29 | build_by_default: should_generate_markdown, |
| 30 | ) |
| 31 | |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 32 | generated_markdown += custom_target( |
| 33 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 34 | input: [ |
| 35 | '../../../../yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml', |
| 36 | ], |
| 37 | output: ['GPIOLeakDetector.md'], |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 38 | depend_files: sdbusplusplus_depfiles, |
| 39 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 40 | sdbuspp_gen_meson_prog, |
| 41 | '--command', |
| 42 | 'markdown', |
| 43 | '--output', |
| 44 | meson.current_build_dir(), |
| 45 | '--tool', |
| 46 | sdbusplusplus_prog, |
| 47 | '--directory', |
| 48 | meson.current_source_dir() / '../../../../yaml', |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 49 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector', |
| 50 | ], |
| 51 | install: should_generate_markdown, |
| 52 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 53 | build_by_default: should_generate_markdown, |
| 54 | ) |
| 55 | |
Jagpal Singh Gill | d2c73f6 | 2025-07-27 21:45:27 -0700 | [diff] [blame] | 56 | generated_markdown += custom_target( |
| 57 | 'xyz/openbmc_project/Configuration/GPIOValve__markdown'.underscorify(), |
| 58 | input: [ |
| 59 | '../../../../yaml/xyz/openbmc_project/Configuration/GPIOValve.interface.yaml', |
| 60 | ], |
| 61 | output: ['GPIOValve.md'], |
| 62 | depend_files: sdbusplusplus_depfiles, |
| 63 | command: [ |
| 64 | sdbuspp_gen_meson_prog, |
| 65 | '--command', |
| 66 | 'markdown', |
| 67 | '--output', |
| 68 | meson.current_build_dir(), |
| 69 | '--tool', |
| 70 | sdbusplusplus_prog, |
| 71 | '--directory', |
| 72 | meson.current_source_dir() / '../../../../yaml', |
| 73 | 'xyz/openbmc_project/Configuration/GPIOValve', |
| 74 | ], |
| 75 | install: should_generate_markdown, |
| 76 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 77 | build_by_default: should_generate_markdown, |
| 78 | ) |
| 79 | |