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