Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Boot') |
| 3 | subdir('CFMLimit') |
| 4 | generated_others += custom_target( |
| 5 | 'xyz/openbmc_project/Control/CFMLimit__markdown'.underscorify(), |
| 6 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/CFMLimit.interface.yaml', ], |
| 7 | output: [ 'CFMLimit.md' ], |
| 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
| 12 | '--directory', meson.source_root(), |
| 13 | 'xyz/openbmc_project/Control/CFMLimit', |
| 14 | ], |
| 15 | build_by_default: true, |
| 16 | ) |
| 17 | |
| 18 | subdir('ChassisCapabilities') |
| 19 | generated_others += custom_target( |
| 20 | 'xyz/openbmc_project/Control/ChassisCapabilities__markdown'.underscorify(), |
| 21 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml', ], |
| 22 | output: [ 'ChassisCapabilities.md' ], |
| 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
| 27 | '--directory', meson.source_root(), |
| 28 | 'xyz/openbmc_project/Control/ChassisCapabilities', |
| 29 | ], |
| 30 | build_by_default: true, |
| 31 | ) |
| 32 | |
| 33 | subdir('Device') |
| 34 | generated_others += custom_target( |
| 35 | 'xyz/openbmc_project/Control/Device__markdown'.underscorify(), |
| 36 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/Device.errors.yaml', ], |
| 37 | output: [ 'Device.md' ], |
| 38 | command: [ |
| 39 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 40 | '--output', meson.current_build_dir(), |
| 41 | '--tool', sdbusplusplus_prog, |
| 42 | '--directory', meson.source_root(), |
| 43 | 'xyz/openbmc_project/Control/Device', |
| 44 | ], |
| 45 | build_by_default: true, |
| 46 | ) |
| 47 | |
| 48 | subdir('FanPwm') |
| 49 | generated_others += custom_target( |
| 50 | 'xyz/openbmc_project/Control/FanPwm__markdown'.underscorify(), |
| 51 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/FanPwm.interface.yaml', ], |
| 52 | output: [ 'FanPwm.md' ], |
| 53 | command: [ |
| 54 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 55 | '--output', meson.current_build_dir(), |
| 56 | '--tool', sdbusplusplus_prog, |
| 57 | '--directory', meson.source_root(), |
| 58 | 'xyz/openbmc_project/Control/FanPwm', |
| 59 | ], |
| 60 | build_by_default: true, |
| 61 | ) |
| 62 | |
| 63 | subdir('FanRedundancy') |
| 64 | generated_others += custom_target( |
| 65 | 'xyz/openbmc_project/Control/FanRedundancy__markdown'.underscorify(), |
| 66 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/FanRedundancy.interface.yaml', ], |
| 67 | output: [ 'FanRedundancy.md' ], |
| 68 | command: [ |
| 69 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 70 | '--output', meson.current_build_dir(), |
| 71 | '--tool', sdbusplusplus_prog, |
| 72 | '--directory', meson.source_root(), |
| 73 | 'xyz/openbmc_project/Control/FanRedundancy', |
| 74 | ], |
| 75 | build_by_default: true, |
| 76 | ) |
| 77 | |
| 78 | subdir('FanSpeed') |
| 79 | generated_others += custom_target( |
| 80 | 'xyz/openbmc_project/Control/FanSpeed__markdown'.underscorify(), |
| 81 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/FanSpeed.interface.yaml', ], |
| 82 | output: [ 'FanSpeed.md' ], |
| 83 | command: [ |
| 84 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 85 | '--output', meson.current_build_dir(), |
| 86 | '--tool', sdbusplusplus_prog, |
| 87 | '--directory', meson.source_root(), |
| 88 | 'xyz/openbmc_project/Control/FanSpeed', |
| 89 | ], |
| 90 | build_by_default: true, |
| 91 | ) |
| 92 | |
| 93 | subdir('FieldMode') |
| 94 | generated_others += custom_target( |
| 95 | 'xyz/openbmc_project/Control/FieldMode__markdown'.underscorify(), |
| 96 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/FieldMode.interface.yaml', ], |
| 97 | output: [ 'FieldMode.md' ], |
| 98 | command: [ |
| 99 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 100 | '--output', meson.current_build_dir(), |
| 101 | '--tool', sdbusplusplus_prog, |
| 102 | '--directory', meson.source_root(), |
| 103 | 'xyz/openbmc_project/Control/FieldMode', |
| 104 | ], |
| 105 | build_by_default: true, |
| 106 | ) |
| 107 | |
| 108 | subdir('Host') |
| 109 | generated_others += custom_target( |
| 110 | 'xyz/openbmc_project/Control/Host__markdown'.underscorify(), |
| 111 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/Host.errors.yaml', meson.source_root() / 'xyz/openbmc_project/Control/Host.interface.yaml', ], |
| 112 | output: [ 'Host.md' ], |
| 113 | command: [ |
| 114 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 115 | '--output', meson.current_build_dir(), |
| 116 | '--tool', sdbusplusplus_prog, |
| 117 | '--directory', meson.source_root(), |
| 118 | 'xyz/openbmc_project/Control/Host', |
| 119 | ], |
| 120 | build_by_default: true, |
| 121 | ) |
| 122 | |
| 123 | subdir('MinimumShipLevel') |
| 124 | generated_others += custom_target( |
| 125 | 'xyz/openbmc_project/Control/MinimumShipLevel__markdown'.underscorify(), |
| 126 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml', ], |
| 127 | output: [ 'MinimumShipLevel.md' ], |
| 128 | command: [ |
| 129 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 130 | '--output', meson.current_build_dir(), |
| 131 | '--tool', sdbusplusplus_prog, |
| 132 | '--directory', meson.source_root(), |
| 133 | 'xyz/openbmc_project/Control/MinimumShipLevel', |
| 134 | ], |
| 135 | build_by_default: true, |
| 136 | ) |
| 137 | |
| 138 | subdir('Mode') |
| 139 | generated_others += custom_target( |
| 140 | 'xyz/openbmc_project/Control/Mode__markdown'.underscorify(), |
| 141 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/Mode.interface.yaml', ], |
| 142 | output: [ 'Mode.md' ], |
| 143 | command: [ |
| 144 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 145 | '--output', meson.current_build_dir(), |
| 146 | '--tool', sdbusplusplus_prog, |
| 147 | '--directory', meson.source_root(), |
| 148 | 'xyz/openbmc_project/Control/Mode', |
| 149 | ], |
| 150 | build_by_default: true, |
| 151 | ) |
| 152 | |
| 153 | subdir('Power') |
| 154 | subdir('PowerSupplyAttributes') |
| 155 | generated_others += custom_target( |
| 156 | 'xyz/openbmc_project/Control/PowerSupplyAttributes__markdown'.underscorify(), |
| 157 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml', ], |
| 158 | output: [ 'PowerSupplyAttributes.md' ], |
| 159 | command: [ |
| 160 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 161 | '--output', meson.current_build_dir(), |
| 162 | '--tool', sdbusplusplus_prog, |
| 163 | '--directory', meson.source_root(), |
| 164 | 'xyz/openbmc_project/Control/PowerSupplyAttributes', |
| 165 | ], |
| 166 | build_by_default: true, |
| 167 | ) |
| 168 | |
| 169 | subdir('PowerSupplyRedundancy') |
| 170 | generated_others += custom_target( |
| 171 | 'xyz/openbmc_project/Control/PowerSupplyRedundancy__markdown'.underscorify(), |
| 172 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml', ], |
| 173 | output: [ 'PowerSupplyRedundancy.md' ], |
| 174 | command: [ |
| 175 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 176 | '--output', meson.current_build_dir(), |
| 177 | '--tool', sdbusplusplus_prog, |
| 178 | '--directory', meson.source_root(), |
| 179 | 'xyz/openbmc_project/Control/PowerSupplyRedundancy', |
| 180 | ], |
| 181 | build_by_default: true, |
| 182 | ) |
| 183 | |
| 184 | subdir('Security') |
| 185 | subdir('Service') |
| 186 | subdir('ThermalMode') |
| 187 | generated_others += custom_target( |
| 188 | 'xyz/openbmc_project/Control/ThermalMode__markdown'.underscorify(), |
| 189 | input: [ meson.source_root() / 'xyz/openbmc_project/Control/ThermalMode.interface.yaml', ], |
| 190 | output: [ 'ThermalMode.md' ], |
| 191 | command: [ |
| 192 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 193 | '--output', meson.current_build_dir(), |
| 194 | '--tool', sdbusplusplus_prog, |
| 195 | '--directory', meson.source_root(), |
| 196 | 'xyz/openbmc_project/Control/ThermalMode', |
| 197 | ], |
| 198 | build_by_default: true, |
| 199 | ) |
| 200 | |
| 201 | subdir('TPM') |