| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. | 
 | 2 | generated_sources += custom_target( | 
 | 3 |     'xyz/openbmc_project/Certs__cpp'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 4 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs.errors.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 5 |     output: [ 'error.cpp', 'error.hpp',  ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 6 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 7 |     command: [ | 
 | 8 |         sdbuspp_gen_meson_prog, '--command', 'cpp', | 
 | 9 |         '--output', meson.current_build_dir(), | 
 | 10 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 |         'xyz/openbmc_project/Certs', | 
 | 13 |     ], | 
 | 14 | ) | 
 | 15 |  | 
 | 16 | subdir('Authority') | 
 | 17 | generated_others += custom_target( | 
 | 18 |     'xyz/openbmc_project/Certs/Authority__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/Authority.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 20 |     output: [ 'Authority.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 21 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 22 |     command: [ | 
 | 23 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 24 |         '--output', meson.current_build_dir(), | 
 | 25 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 26 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 |         'xyz/openbmc_project/Certs/Authority', | 
 | 28 |     ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 29 | ) | 
 | 30 |  | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 31 | subdir('CSR') | 
 | 32 | generated_others += custom_target( | 
 | 33 |     'xyz/openbmc_project/Certs/CSR__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/CSR.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 |     output: [ 'CSR.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 36 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 |     command: [ | 
 | 38 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 39 |         '--output', meson.current_build_dir(), | 
 | 40 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 41 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 |         'xyz/openbmc_project/Certs/CSR', | 
 | 43 |     ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 44 | ) | 
 | 45 |  | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 46 | subdir('Certificate') | 
 | 47 | generated_others += custom_target( | 
 | 48 |     'xyz/openbmc_project/Certs/Certificate__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 49 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/Certificate.interface.yaml',  ], | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 50 |     output: [ 'Certificate.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 51 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 52 |     command: [ | 
 | 53 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 54 |         '--output', meson.current_build_dir(), | 
 | 55 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 56 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 57 |         'xyz/openbmc_project/Certs/Certificate', | 
 | 58 |     ], | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 59 | ) | 
 | 60 |  | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 61 | subdir('Entry') | 
 | 62 | generated_others += custom_target( | 
 | 63 |     'xyz/openbmc_project/Certs/Entry__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 64 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/Entry.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 65 |     output: [ 'Entry.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 66 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 |     command: [ | 
 | 68 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 69 |         '--output', meson.current_build_dir(), | 
 | 70 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 71 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 |         'xyz/openbmc_project/Certs/Entry', | 
 | 73 |     ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 74 | ) | 
 | 75 |  | 
 | 76 | subdir('Install') | 
 | 77 | generated_others += custom_target( | 
 | 78 |     'xyz/openbmc_project/Certs/Install__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 79 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/Install.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 80 |     output: [ 'Install.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 81 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 82 |     command: [ | 
 | 83 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 84 |         '--output', meson.current_build_dir(), | 
 | 85 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 86 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 |         'xyz/openbmc_project/Certs/Install', | 
 | 88 |     ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | ) | 
 | 90 |  | 
| Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 91 | subdir('InstallAll') | 
 | 92 | generated_others += custom_target( | 
 | 93 |     'xyz/openbmc_project/Certs/InstallAll__markdown'.underscorify(), | 
 | 94 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml',  ], | 
 | 95 |     output: [ 'InstallAll.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 96 |     depend_files: sdbusplusplus_depfiles, | 
| Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 97 |     command: [ | 
 | 98 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 99 |         '--output', meson.current_build_dir(), | 
 | 100 |         '--tool', sdbusplusplus_prog, | 
 | 101 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
 | 102 |         'xyz/openbmc_project/Certs/InstallAll', | 
 | 103 |     ], | 
 | 104 | ) | 
 | 105 |  | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 106 | subdir('Replace') | 
 | 107 | generated_others += custom_target( | 
 | 108 |     'xyz/openbmc_project/Certs/Replace__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 109 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/Replace.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 110 |     output: [ 'Replace.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 111 |     depend_files: sdbusplusplus_depfiles, | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 112 |     command: [ | 
 | 113 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 114 |         '--output', meson.current_build_dir(), | 
 | 115 |         '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 116 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 117 |         'xyz/openbmc_project/Certs/Replace', | 
 | 118 |     ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 119 | ) | 
 | 120 |  | 
| Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 121 | subdir('ReplaceAll') | 
 | 122 | generated_others += custom_target( | 
 | 123 |     'xyz/openbmc_project/Certs/ReplaceAll__markdown'.underscorify(), | 
 | 124 |     input: [ '../../../../yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml',  ], | 
 | 125 |     output: [ 'ReplaceAll.md' ], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 126 |     depend_files: sdbusplusplus_depfiles, | 
| Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 127 |     command: [ | 
 | 128 |         sdbuspp_gen_meson_prog, '--command', 'markdown', | 
 | 129 |         '--output', meson.current_build_dir(), | 
 | 130 |         '--tool', sdbusplusplus_prog, | 
 | 131 |         '--directory', meson.current_source_dir() / '../../../../yaml', | 
 | 132 |         'xyz/openbmc_project/Certs/ReplaceAll', | 
 | 133 |     ], | 
 | 134 | ) | 
 | 135 |  |