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(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 10 | input: [ |
| 11 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', |
| 12 | ], |
| 13 | output: ['Common.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 14 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 15 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 16 | sdbuspp_gen_meson_prog, |
| 17 | '--command', |
| 18 | 'markdown', |
| 19 | '--output', |
| 20 | meson.current_build_dir(), |
| 21 | '--tool', |
| 22 | sdbusplusplus_prog, |
| 23 | '--directory', |
| 24 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | 'xyz/openbmc_project/BIOSConfig/Common', |
| 26 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 27 | install: should_generate_markdown, |
| 28 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 29 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | ) |
| 31 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 34 | input: [ |
| 35 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', |
| 36 | ], |
| 37 | output: ['Manager.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 38 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 39 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 40 | sdbuspp_gen_meson_prog, |
| 41 | '--command', |
| 42 | 'markdown', |
| 43 | '--output', |
| 44 | meson.current_build_dir(), |
| 45 | '--tool', |
| 46 | sdbusplusplus_prog, |
| 47 | '--directory', |
| 48 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 49 | 'xyz/openbmc_project/BIOSConfig/Manager', |
| 50 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 51 | install: should_generate_markdown, |
| 52 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 53 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 54 | ) |
| 55 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 56 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 58 | input: [ |
| 59 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', |
| 60 | ], |
| 61 | output: ['Password.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 62 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 63 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 64 | sdbuspp_gen_meson_prog, |
| 65 | '--command', |
| 66 | 'markdown', |
| 67 | '--output', |
| 68 | meson.current_build_dir(), |
| 69 | '--tool', |
| 70 | sdbusplusplus_prog, |
| 71 | '--directory', |
| 72 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 73 | 'xyz/openbmc_project/BIOSConfig/Password', |
| 74 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 75 | install: should_generate_markdown, |
| 76 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 77 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 78 | ) |
| 79 | |