Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('HostFirmware') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | |
| 4 | sdbusplus_current_path = 'xyz/openbmc_project/Condition' |
| 5 | |
| 6 | generated_markdown += custom_target( |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 7 | 'xyz/openbmc_project/Condition/HostFirmware__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 8 | input: [ '../../../../yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml', ], |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 9 | output: [ 'HostFirmware.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 10 | depend_files: sdbusplusplus_depfiles, |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 11 | command: [ |
| 12 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 13 | '--output', meson.current_build_dir(), |
| 14 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 15 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 16 | 'xyz/openbmc_project/Condition/HostFirmware', |
| 17 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 18 | install: should_generate_markdown, |
| 19 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 20 | build_by_default: should_generate_markdown, |
Andrew Geissler | ec9fc42 | 2021-04-19 16:29:13 -0500 | [diff] [blame] | 21 | ) |
| 22 | |