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') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('Value') |
| 4 | |
| 5 | sdbusplus_current_path = 'xyz/openbmc_project/Metric' |
| 6 | |
| 7 | generated_markdown += custom_target( |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 8 | 'xyz/openbmc_project/Metric/Reset__markdown'.underscorify(), |
| 9 | input: [ '../../../../yaml/xyz/openbmc_project/Metric/Reset.interface.yaml', ], |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 10 | output: [ 'Reset.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', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 17 | 'xyz/openbmc_project/Metric/Reset', |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 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, |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 22 | ) |
| 23 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | generated_markdown += custom_target( |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 25 | 'xyz/openbmc_project/Metric/Value__markdown'.underscorify(), |
| 26 | input: [ '../../../../yaml/xyz/openbmc_project/Metric/Value.interface.yaml', ], |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 27 | output: [ 'Value.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', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 34 | 'xyz/openbmc_project/Metric/Value', |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 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, |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 39 | ) |
| 40 | |