Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 1 | # Generated file; do not modify. |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 2 | subdir('Reset') |
| 3 | generated_others += custom_target( |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 4 | 'xyz/openbmc_project/Metric/Reset__markdown'.underscorify(), |
| 5 | input: [ '../../../../yaml/xyz/openbmc_project/Metric/Reset.interface.yaml', ], |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 6 | output: [ 'Reset.md' ], |
| 7 | depend_files: sdbusplusplus_depfiles, |
| 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
| 12 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 13 | 'xyz/openbmc_project/Metric/Reset', |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 14 | ], |
| 15 | ) |
| 16 | |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 17 | subdir('Value') |
| 18 | generated_others += custom_target( |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 19 | 'xyz/openbmc_project/Metric/Value__markdown'.underscorify(), |
| 20 | input: [ '../../../../yaml/xyz/openbmc_project/Metric/Value.interface.yaml', ], |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 21 | output: [ 'Value.md' ], |
| 22 | depend_files: sdbusplusplus_depfiles, |
| 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
| 27 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 28 | 'xyz/openbmc_project/Metric/Value', |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 29 | ], |
| 30 | ) |
| 31 | |