Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Common') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('Manager') |
| 4 | subdir('Password') |
| 5 | |
| 6 | sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig' |
| 7 | |
| 8 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 9 | 'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 10 | input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 11 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 12 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 13 | command: [ |
| 14 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 15 | '--output', meson.current_build_dir(), |
| 16 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 17 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 18 | 'xyz/openbmc_project/BIOSConfig/Common', |
| 19 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 20 | install: should_generate_markdown, |
| 21 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 22 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | ) |
| 24 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 25 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 26 | 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 27 | input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | output: [ 'Manager.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 29 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | command: [ |
| 31 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 32 | '--output', meson.current_build_dir(), |
| 33 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | 'xyz/openbmc_project/BIOSConfig/Manager', |
| 36 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 37 | install: should_generate_markdown, |
| 38 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 39 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | ) |
| 41 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 42 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 44 | input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 45 | output: [ 'Password.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 46 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 47 | command: [ |
| 48 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 49 | '--output', meson.current_build_dir(), |
| 50 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 51 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | 'xyz/openbmc_project/BIOSConfig/Password', |
| 53 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 54 | install: should_generate_markdown, |
| 55 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 56 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | ) |
| 58 | |