| 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') | 
| Prithvi Pai | b235159 | 2025-02-04 16:25:37 +0530 | [diff] [blame] | 5 | subdir('SecureBoot') | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 6 |  | 
|  | 7 | sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig' | 
|  | 8 |  | 
|  | 9 | generated_markdown += custom_target( | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 10 | 'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(), | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 11 | input: [ | 
|  | 12 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', | 
|  | 13 | ], | 
|  | 14 | output: ['Common.md'], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 15 | depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 16 | command: [ | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 17 | sdbuspp_gen_meson_prog, | 
|  | 18 | '--command', | 
|  | 19 | 'markdown', | 
|  | 20 | '--output', | 
|  | 21 | meson.current_build_dir(), | 
|  | 22 | '--tool', | 
|  | 23 | sdbusplusplus_prog, | 
|  | 24 | '--directory', | 
|  | 25 | meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 26 | 'xyz/openbmc_project/BIOSConfig/Common', | 
|  | 27 | ], | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 28 | install: should_generate_markdown, | 
|  | 29 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 30 | build_by_default: should_generate_markdown, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 31 | ) | 
|  | 32 |  | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 33 | generated_markdown += custom_target( | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 34 | 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(), | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 35 | input: [ | 
|  | 36 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', | 
|  | 37 | ], | 
|  | 38 | output: ['Manager.md'], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 39 | depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | command: [ | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 41 | sdbuspp_gen_meson_prog, | 
|  | 42 | '--command', | 
|  | 43 | 'markdown', | 
|  | 44 | '--output', | 
|  | 45 | meson.current_build_dir(), | 
|  | 46 | '--tool', | 
|  | 47 | sdbusplusplus_prog, | 
|  | 48 | '--directory', | 
|  | 49 | meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | 'xyz/openbmc_project/BIOSConfig/Manager', | 
|  | 51 | ], | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 52 | install: should_generate_markdown, | 
|  | 53 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 54 | build_by_default: should_generate_markdown, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 55 | ) | 
|  | 56 |  | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 57 | generated_markdown += custom_target( | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 58 | 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(), | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 59 | input: [ | 
|  | 60 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', | 
|  | 61 | ], | 
|  | 62 | output: ['Password.md'], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 63 | depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | command: [ | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 65 | sdbuspp_gen_meson_prog, | 
|  | 66 | '--command', | 
|  | 67 | 'markdown', | 
|  | 68 | '--output', | 
|  | 69 | meson.current_build_dir(), | 
|  | 70 | '--tool', | 
|  | 71 | sdbusplusplus_prog, | 
|  | 72 | '--directory', | 
|  | 73 | meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | 'xyz/openbmc_project/BIOSConfig/Password', | 
|  | 75 | ], | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 76 | install: should_generate_markdown, | 
|  | 77 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 78 | build_by_default: should_generate_markdown, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | ) | 
|  | 80 |  | 
| Prithvi Pai | b235159 | 2025-02-04 16:25:37 +0530 | [diff] [blame] | 81 | generated_markdown += custom_target( | 
|  | 82 | 'xyz/openbmc_project/BIOSConfig/SecureBoot__markdown'.underscorify(), | 
|  | 83 | input: [ | 
|  | 84 | '../../../../yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.interface.yaml', | 
|  | 85 | ], | 
|  | 86 | output: ['SecureBoot.md'], | 
|  | 87 | depend_files: sdbusplusplus_depfiles, | 
|  | 88 | command: [ | 
|  | 89 | sdbuspp_gen_meson_prog, | 
|  | 90 | '--command', | 
|  | 91 | 'markdown', | 
|  | 92 | '--output', | 
|  | 93 | meson.current_build_dir(), | 
|  | 94 | '--tool', | 
|  | 95 | sdbusplusplus_prog, | 
|  | 96 | '--directory', | 
|  | 97 | meson.current_source_dir() / '../../../../yaml', | 
|  | 98 | 'xyz/openbmc_project/BIOSConfig/SecureBoot', | 
|  | 99 | ], | 
|  | 100 | install: should_generate_markdown, | 
|  | 101 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 102 | build_by_default: should_generate_markdown, | 
|  | 103 | ) | 
|  | 104 |  |