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(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 9 | input: ['../../../../yaml/xyz/openbmc_project/Metric/Reset.interface.yaml'], |
| 10 | output: ['Reset.md'], |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 11 | depend_files: sdbusplusplus_depfiles, |
| 12 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 13 | sdbuspp_gen_meson_prog, |
| 14 | '--command', |
| 15 | 'markdown', |
| 16 | '--output', |
| 17 | meson.current_build_dir(), |
| 18 | '--tool', |
| 19 | sdbusplusplus_prog, |
| 20 | '--directory', |
| 21 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 22 | 'xyz/openbmc_project/Metric/Reset', |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 23 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | install: should_generate_markdown, |
| 25 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 26 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | 22d5f74 | 2023-10-05 11:39:21 -0700 | [diff] [blame] | 27 | ) |
| 28 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 29 | generated_markdown += custom_target( |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 30 | 'xyz/openbmc_project/Metric/Value__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 31 | input: ['../../../../yaml/xyz/openbmc_project/Metric/Value.interface.yaml'], |
| 32 | output: ['Value.md'], |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 33 | depend_files: sdbusplusplus_depfiles, |
| 34 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 35 | sdbuspp_gen_meson_prog, |
| 36 | '--command', |
| 37 | 'markdown', |
| 38 | '--output', |
| 39 | meson.current_build_dir(), |
| 40 | '--tool', |
| 41 | sdbusplusplus_prog, |
| 42 | '--directory', |
| 43 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | 800f708 | 2023-12-15 14:04:46 -0600 | [diff] [blame] | 44 | 'xyz/openbmc_project/Metric/Value', |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 45 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 46 | install: should_generate_markdown, |
| 47 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 48 | build_by_default: should_generate_markdown, |
Jagpal Singh Gill | a60ff84 | 2023-07-12 15:13:25 -0700 | [diff] [blame] | 49 | ) |
| 50 | |