Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 2 | subdir('Hardware') |
| 3 | generated_others += custom_target( |
| 4 | 'com/ibm/Dump/Entry/Hardware__markdown'.underscorify(), |
| 5 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hardware.interface.yaml', ], |
| 6 | output: [ 'Hardware.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
| 11 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
| 12 | 'com/ibm/Dump/Entry/Hardware', |
| 13 | ], |
| 14 | ) |
| 15 | |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 16 | subdir('Hostboot') |
| 17 | generated_others += custom_target( |
| 18 | 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml', ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 20 | output: [ 'Hostboot.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 26 | 'com/ibm/Dump/Entry/Hostboot', |
| 27 | ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 28 | ) |
| 29 | |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 30 | subdir('Resource') |
| 31 | generated_others += custom_target( |
| 32 | 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 33 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Resource.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 34 | output: [ 'Resource.md' ], |
| 35 | command: [ |
| 36 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 37 | '--output', meson.current_build_dir(), |
| 38 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 39 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 40 | 'com/ibm/Dump/Entry/Resource', |
| 41 | ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 42 | ) |
| 43 | |