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/Common__cpp'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 4 | input: [ '../../../../yaml/xyz/openbmc_project/Common.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/Common', |
| 12 | ], |
| 13 | ) |
| 14 | |
| 15 | subdir('Callout') |
| 16 | generated_others += custom_target( |
| 17 | 'xyz/openbmc_project/Common/Callout__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 18 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 19 | output: [ 'Callout.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/Common/Callout', |
| 26 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | ) |
| 28 | |
| 29 | subdir('Device') |
| 30 | generated_others += custom_target( |
| 31 | 'xyz/openbmc_project/Common/Device__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 32 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | output: [ 'Device.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/Common/Device', |
| 40 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 41 | ) |
| 42 | |
| 43 | subdir('FactoryReset') |
| 44 | generated_others += custom_target( |
| 45 | 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 46 | input: [ '../../../../yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 47 | output: [ 'FactoryReset.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 | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 53 | 'xyz/openbmc_project/Common/FactoryReset', |
| 54 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 55 | ) |
| 56 | |
| 57 | subdir('File') |
| 58 | generated_others += custom_target( |
| 59 | 'xyz/openbmc_project/Common/File__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 60 | input: [ '../../../../yaml/xyz/openbmc_project/Common/File.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 61 | output: [ 'File.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/Common/File', |
| 68 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 69 | ) |
| 70 | |
| 71 | subdir('FilePath') |
| 72 | generated_others += custom_target( |
| 73 | 'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 74 | input: [ '../../../../yaml/xyz/openbmc_project/Common/FilePath.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 75 | output: [ 'FilePath.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/Common/FilePath', |
| 82 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 83 | ) |
| 84 | |
| 85 | subdir('ObjectPath') |
| 86 | generated_others += custom_target( |
| 87 | 'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 88 | input: [ '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 89 | output: [ 'ObjectPath.md' ], |
| 90 | command: [ |
| 91 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 92 | '--output', meson.current_build_dir(), |
| 93 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 94 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 95 | 'xyz/openbmc_project/Common/ObjectPath', |
| 96 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 97 | ) |
| 98 | |
Asmitha Karunanithi | a39c66a | 2021-09-21 11:05:50 -0500 | [diff] [blame] | 99 | subdir('OriginatedBy') |
| 100 | generated_others += custom_target( |
| 101 | 'xyz/openbmc_project/Common/OriginatedBy__markdown'.underscorify(), |
| 102 | input: [ '../../../../yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml', ], |
| 103 | output: [ 'OriginatedBy.md' ], |
| 104 | command: [ |
| 105 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 106 | '--output', meson.current_build_dir(), |
| 107 | '--tool', sdbusplusplus_prog, |
| 108 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 109 | 'xyz/openbmc_project/Common/OriginatedBy', |
| 110 | ], |
| 111 | ) |
| 112 | |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 113 | subdir('Progress') |
| 114 | generated_others += custom_target( |
| 115 | 'xyz/openbmc_project/Common/Progress__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 116 | input: [ '../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml', ], |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 117 | output: [ 'Progress.md' ], |
| 118 | command: [ |
| 119 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 120 | '--output', meson.current_build_dir(), |
| 121 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 122 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 123 | 'xyz/openbmc_project/Common/Progress', |
| 124 | ], |
Dhruvaraj Subhashchandran | d621780 | 2020-09-08 23:05:43 -0500 | [diff] [blame] | 125 | ) |
| 126 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 127 | subdir('TFTP') |
| 128 | generated_others += custom_target( |
| 129 | 'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 130 | input: [ '../../../../yaml/xyz/openbmc_project/Common/TFTP.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 131 | output: [ 'TFTP.md' ], |
| 132 | command: [ |
| 133 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 134 | '--output', meson.current_build_dir(), |
| 135 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 136 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 137 | 'xyz/openbmc_project/Common/TFTP', |
| 138 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 139 | ) |
| 140 | |
| 141 | subdir('UUID') |
| 142 | generated_others += custom_target( |
| 143 | 'xyz/openbmc_project/Common/UUID__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 144 | input: [ '../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 145 | output: [ 'UUID.md' ], |
| 146 | command: [ |
| 147 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 148 | '--output', meson.current_build_dir(), |
| 149 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 150 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 151 | 'xyz/openbmc_project/Common/UUID', |
| 152 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 153 | ) |
| 154 | |