Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('NMISource') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('OCOTShutdownPolicy') |
| 4 | |
| 5 | sdbusplus_current_path = 'com/intel/Control' |
| 6 | |
| 7 | generated_markdown += custom_target( |
Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 8 | 'com/intel/Control/NMISource__markdown'.underscorify(), |
| 9 | input: [ '../../../../yaml/com/intel/Control/NMISource.interface.yaml', ], |
| 10 | output: [ 'NMISource.md' ], |
| 11 | depend_files: sdbusplusplus_depfiles, |
| 12 | command: [ |
| 13 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 14 | '--output', meson.current_build_dir(), |
| 15 | '--tool', sdbusplusplus_prog, |
| 16 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 17 | 'com/intel/Control/NMISource', |
| 18 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 19 | install: should_generate_markdown, |
| 20 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 21 | build_by_default: should_generate_markdown, |
Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 22 | ) |
| 23 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | generated_markdown += custom_target( |
Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 25 | 'com/intel/Control/OCOTShutdownPolicy__markdown'.underscorify(), |
| 26 | input: [ '../../../../yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml', ], |
| 27 | output: [ 'OCOTShutdownPolicy.md' ], |
| 28 | depend_files: sdbusplusplus_depfiles, |
| 29 | command: [ |
| 30 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 31 | '--output', meson.current_build_dir(), |
| 32 | '--tool', sdbusplusplus_prog, |
| 33 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 34 | 'com/intel/Control/OCOTShutdownPolicy', |
| 35 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 36 | install: should_generate_markdown, |
| 37 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 38 | build_by_default: should_generate_markdown, |
Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 39 | ) |
| 40 | |