Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 2 | // source: chromiumos/config/api/topology.proto |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 3 | |
| 4 | package api |
| 5 | |
| 6 | import ( |
| 7 | fmt "fmt" |
| 8 | proto "github.com/golang/protobuf/proto" |
| 9 | math "math" |
| 10 | ) |
| 11 | |
| 12 | // Reference imports to suppress errors if they are not otherwise used. |
| 13 | var _ = proto.Marshal |
| 14 | var _ = fmt.Errorf |
| 15 | var _ = math.Inf |
| 16 | |
| 17 | // This is a compile-time assertion to ensure that this generated file |
| 18 | // is compatible with the proto package it is being compiled against. |
| 19 | // A compilation error at this line likely means your copy of the |
| 20 | // proto package needs to be updated. |
| 21 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| 22 | |
| 23 | type Topology_Type int32 |
| 24 | |
| 25 | const ( |
| 26 | Topology_TYPE_UNKNOWN Topology_Type = 0 |
| 27 | Topology_SCREEN Topology_Type = 1 |
| 28 | Topology_FORM_FACTOR Topology_Type = 2 |
| 29 | Topology_AUDIO Topology_Type = 3 |
| 30 | Topology_STYLUS Topology_Type = 4 |
| 31 | Topology_KEYBOARD Topology_Type = 5 |
| 32 | Topology_THERMAL Topology_Type = 6 |
| 33 | Topology_CAMERA Topology_Type = 7 |
| 34 | Topology_ACCELEROMETER_GYROSCOPE_MAGNETOMETER Topology_Type = 8 |
| 35 | Topology_FINGERPRINT Topology_Type = 9 |
| 36 | Topology_PROXIMITY_SENSOR Topology_Type = 10 |
| 37 | Topology_DAUGHTER_BOARD Topology_Type = 11 |
| 38 | Topology_NON_VOLATILE_STORAGE Topology_Type = 12 |
| 39 | Topology_RAM Topology_Type = 13 |
| 40 | Topology_WIFI Topology_Type = 14 |
| 41 | Topology_LTE_BOARD Topology_Type = 15 |
| 42 | Topology_SD_READER Topology_Type = 16 |
Jett Rink | 937839f | 2020-03-26 12:09:49 -0600 | [diff] [blame] | 43 | Topology_MOTHERBOARD_USB Topology_Type = 17 |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 44 | Topology_BLUETOOTH Topology_Type = 18 |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 45 | Topology_BARRELJACK Topology_Type = 19 |
Andrew Lamb | f723e84 | 2020-06-19 10:12:19 -0600 | [diff] [blame] | 46 | Topology_POWER_BUTTON Topology_Type = 20 |
Andrew Lamb | 26e7202 | 2020-06-19 12:14:32 -0600 | [diff] [blame] | 47 | Topology_VOLUME_BUTTON Topology_Type = 21 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 48 | ) |
| 49 | |
| 50 | var Topology_Type_name = map[int32]string{ |
| 51 | 0: "TYPE_UNKNOWN", |
| 52 | 1: "SCREEN", |
| 53 | 2: "FORM_FACTOR", |
| 54 | 3: "AUDIO", |
| 55 | 4: "STYLUS", |
| 56 | 5: "KEYBOARD", |
| 57 | 6: "THERMAL", |
| 58 | 7: "CAMERA", |
| 59 | 8: "ACCELEROMETER_GYROSCOPE_MAGNETOMETER", |
| 60 | 9: "FINGERPRINT", |
| 61 | 10: "PROXIMITY_SENSOR", |
| 62 | 11: "DAUGHTER_BOARD", |
| 63 | 12: "NON_VOLATILE_STORAGE", |
| 64 | 13: "RAM", |
| 65 | 14: "WIFI", |
| 66 | 15: "LTE_BOARD", |
| 67 | 16: "SD_READER", |
Jett Rink | 937839f | 2020-03-26 12:09:49 -0600 | [diff] [blame] | 68 | 17: "MOTHERBOARD_USB", |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 69 | 18: "BLUETOOTH", |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 70 | 19: "BARRELJACK", |
Andrew Lamb | f723e84 | 2020-06-19 10:12:19 -0600 | [diff] [blame] | 71 | 20: "POWER_BUTTON", |
Andrew Lamb | 26e7202 | 2020-06-19 12:14:32 -0600 | [diff] [blame] | 72 | 21: "VOLUME_BUTTON", |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 73 | } |
| 74 | |
| 75 | var Topology_Type_value = map[string]int32{ |
| 76 | "TYPE_UNKNOWN": 0, |
| 77 | "SCREEN": 1, |
| 78 | "FORM_FACTOR": 2, |
| 79 | "AUDIO": 3, |
| 80 | "STYLUS": 4, |
| 81 | "KEYBOARD": 5, |
| 82 | "THERMAL": 6, |
| 83 | "CAMERA": 7, |
| 84 | "ACCELEROMETER_GYROSCOPE_MAGNETOMETER": 8, |
| 85 | "FINGERPRINT": 9, |
| 86 | "PROXIMITY_SENSOR": 10, |
| 87 | "DAUGHTER_BOARD": 11, |
| 88 | "NON_VOLATILE_STORAGE": 12, |
| 89 | "RAM": 13, |
| 90 | "WIFI": 14, |
| 91 | "LTE_BOARD": 15, |
| 92 | "SD_READER": 16, |
Jett Rink | 937839f | 2020-03-26 12:09:49 -0600 | [diff] [blame] | 93 | "MOTHERBOARD_USB": 17, |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 94 | "BLUETOOTH": 18, |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 95 | "BARRELJACK": 19, |
Andrew Lamb | f723e84 | 2020-06-19 10:12:19 -0600 | [diff] [blame] | 96 | "POWER_BUTTON": 20, |
Andrew Lamb | 26e7202 | 2020-06-19 12:14:32 -0600 | [diff] [blame] | 97 | "VOLUME_BUTTON": 21, |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 98 | } |
| 99 | |
| 100 | func (x Topology_Type) String() string { |
| 101 | return proto.EnumName(Topology_Type_name, int32(x)) |
| 102 | } |
| 103 | |
| 104 | func (Topology_Type) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 105 | return fileDescriptor_9bdbf9c393c85c5f, []int{0, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 106 | } |
| 107 | |
| 108 | type HardwareFeatures_Present int32 |
| 109 | |
| 110 | const ( |
| 111 | HardwareFeatures_PRESENT_UNKNOWN HardwareFeatures_Present = 0 |
| 112 | HardwareFeatures_PRESENT HardwareFeatures_Present = 1 |
| 113 | HardwareFeatures_NOT_PRESENT HardwareFeatures_Present = 2 |
| 114 | ) |
| 115 | |
| 116 | var HardwareFeatures_Present_name = map[int32]string{ |
| 117 | 0: "PRESENT_UNKNOWN", |
| 118 | 1: "PRESENT", |
| 119 | 2: "NOT_PRESENT", |
| 120 | } |
| 121 | |
| 122 | var HardwareFeatures_Present_value = map[string]int32{ |
| 123 | "PRESENT_UNKNOWN": 0, |
| 124 | "PRESENT": 1, |
| 125 | "NOT_PRESENT": 2, |
| 126 | } |
| 127 | |
| 128 | func (x HardwareFeatures_Present) String() string { |
| 129 | return proto.EnumName(HardwareFeatures_Present_name, int32(x)) |
| 130 | } |
| 131 | |
| 132 | func (HardwareFeatures_Present) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 133 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 134 | } |
| 135 | |
| 136 | type HardwareFeatures_Audio_AudioCodec int32 |
| 137 | |
| 138 | const ( |
| 139 | HardwareFeatures_Audio_AUDIO_CODEC_UNKNOWN HardwareFeatures_Audio_AudioCodec = 0 |
| 140 | HardwareFeatures_Audio_RT5682 HardwareFeatures_Audio_AudioCodec = 1 |
| 141 | HardwareFeatures_Audio_ALC5682I HardwareFeatures_Audio_AudioCodec = 2 |
| 142 | HardwareFeatures_Audio_ALC5682 HardwareFeatures_Audio_AudioCodec = 3 |
Duncan Laurie | 6a174e4 | 2020-04-20 14:42:32 -0700 | [diff] [blame] | 143 | HardwareFeatures_Audio_MAX98357 HardwareFeatures_Audio_AudioCodec = 4 |
| 144 | HardwareFeatures_Audio_MAX98373 HardwareFeatures_Audio_AudioCodec = 5 |
| 145 | HardwareFeatures_Audio_MAX98360 HardwareFeatures_Audio_AudioCodec = 6 |
Yong Zhi | 35cd10d | 2020-07-16 20:56:50 -0500 | [diff] [blame] | 146 | HardwareFeatures_Audio_RT1015 HardwareFeatures_Audio_AudioCodec = 7 |
| 147 | HardwareFeatures_Audio_DA7219 HardwareFeatures_Audio_AudioCodec = 8 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 148 | ) |
| 149 | |
| 150 | var HardwareFeatures_Audio_AudioCodec_name = map[int32]string{ |
| 151 | 0: "AUDIO_CODEC_UNKNOWN", |
| 152 | 1: "RT5682", |
| 153 | 2: "ALC5682I", |
| 154 | 3: "ALC5682", |
Duncan Laurie | 6a174e4 | 2020-04-20 14:42:32 -0700 | [diff] [blame] | 155 | 4: "MAX98357", |
| 156 | 5: "MAX98373", |
| 157 | 6: "MAX98360", |
Yong Zhi | 35cd10d | 2020-07-16 20:56:50 -0500 | [diff] [blame] | 158 | 7: "RT1015", |
| 159 | 8: "DA7219", |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 160 | } |
| 161 | |
| 162 | var HardwareFeatures_Audio_AudioCodec_value = map[string]int32{ |
| 163 | "AUDIO_CODEC_UNKNOWN": 0, |
| 164 | "RT5682": 1, |
| 165 | "ALC5682I": 2, |
| 166 | "ALC5682": 3, |
Duncan Laurie | 6a174e4 | 2020-04-20 14:42:32 -0700 | [diff] [blame] | 167 | "MAX98357": 4, |
| 168 | "MAX98373": 5, |
| 169 | "MAX98360": 6, |
Yong Zhi | 35cd10d | 2020-07-16 20:56:50 -0500 | [diff] [blame] | 170 | "RT1015": 7, |
| 171 | "DA7219": 8, |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 172 | } |
| 173 | |
| 174 | func (x HardwareFeatures_Audio_AudioCodec) String() string { |
| 175 | return proto.EnumName(HardwareFeatures_Audio_AudioCodec_name, int32(x)) |
| 176 | } |
| 177 | |
| 178 | func (HardwareFeatures_Audio_AudioCodec) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 179 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 6, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 180 | } |
| 181 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 182 | type HardwareFeatures_FormFactor_FormFactorType int32 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 183 | |
| 184 | const ( |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 185 | HardwareFeatures_FormFactor_FORM_FACTOR_UNKNOWN HardwareFeatures_FormFactor_FormFactorType = 0 |
| 186 | HardwareFeatures_FormFactor_CLAMSHELL HardwareFeatures_FormFactor_FormFactorType = 1 |
| 187 | HardwareFeatures_FormFactor_CONVERTIBLE HardwareFeatures_FormFactor_FormFactorType = 2 |
| 188 | HardwareFeatures_FormFactor_DETACHABLE HardwareFeatures_FormFactor_FormFactorType = 3 |
| 189 | HardwareFeatures_FormFactor_CHROMEBASE HardwareFeatures_FormFactor_FormFactorType = 4 |
| 190 | HardwareFeatures_FormFactor_CHROMEBOX HardwareFeatures_FormFactor_FormFactorType = 5 |
| 191 | HardwareFeatures_FormFactor_CHROMEBIT HardwareFeatures_FormFactor_FormFactorType = 6 |
| 192 | HardwareFeatures_FormFactor_CHROMESLATE HardwareFeatures_FormFactor_FormFactorType = 7 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 193 | ) |
| 194 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 195 | var HardwareFeatures_FormFactor_FormFactorType_name = map[int32]string{ |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 196 | 0: "FORM_FACTOR_UNKNOWN", |
| 197 | 1: "CLAMSHELL", |
| 198 | 2: "CONVERTIBLE", |
| 199 | 3: "DETACHABLE", |
| 200 | 4: "CHROMEBASE", |
| 201 | 5: "CHROMEBOX", |
| 202 | 6: "CHROMEBIT", |
| 203 | 7: "CHROMESLATE", |
| 204 | } |
| 205 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 206 | var HardwareFeatures_FormFactor_FormFactorType_value = map[string]int32{ |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 207 | "FORM_FACTOR_UNKNOWN": 0, |
| 208 | "CLAMSHELL": 1, |
| 209 | "CONVERTIBLE": 2, |
| 210 | "DETACHABLE": 3, |
| 211 | "CHROMEBASE": 4, |
| 212 | "CHROMEBOX": 5, |
| 213 | "CHROMEBIT": 6, |
| 214 | "CHROMESLATE": 7, |
| 215 | } |
| 216 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 217 | func (x HardwareFeatures_FormFactor_FormFactorType) String() string { |
| 218 | return proto.EnumName(HardwareFeatures_FormFactor_FormFactorType_name, int32(x)) |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 219 | } |
| 220 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 221 | func (HardwareFeatures_FormFactor_FormFactorType) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 222 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 13, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 223 | } |
| 224 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 225 | type HardwareFeatures_Stylus_StylusType int32 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 226 | |
| 227 | const ( |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 228 | HardwareFeatures_Stylus_STYLUS_UNKNOWN HardwareFeatures_Stylus_StylusType = 0 |
| 229 | HardwareFeatures_Stylus_NONE HardwareFeatures_Stylus_StylusType = 1 |
| 230 | HardwareFeatures_Stylus_INTERNAL HardwareFeatures_Stylus_StylusType = 2 |
| 231 | HardwareFeatures_Stylus_EXTERNAL HardwareFeatures_Stylus_StylusType = 3 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 232 | ) |
| 233 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 234 | var HardwareFeatures_Stylus_StylusType_name = map[int32]string{ |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 235 | 0: "STYLUS_UNKNOWN", |
| 236 | 1: "NONE", |
| 237 | 2: "INTERNAL", |
| 238 | 3: "EXTERNAL", |
| 239 | } |
| 240 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 241 | var HardwareFeatures_Stylus_StylusType_value = map[string]int32{ |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 242 | "STYLUS_UNKNOWN": 0, |
| 243 | "NONE": 1, |
| 244 | "INTERNAL": 2, |
| 245 | "EXTERNAL": 3, |
| 246 | } |
| 247 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 248 | func (x HardwareFeatures_Stylus_StylusType) String() string { |
| 249 | return proto.EnumName(HardwareFeatures_Stylus_StylusType_name, int32(x)) |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 250 | } |
| 251 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 252 | func (HardwareFeatures_Stylus_StylusType) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 253 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 14, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 254 | } |
| 255 | |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 256 | type HardwareFeatures_Keyboard_KeyboardType int32 |
| 257 | |
| 258 | const ( |
| 259 | HardwareFeatures_Keyboard_KEYBOARD_TYPE_UNKNOWN HardwareFeatures_Keyboard_KeyboardType = 0 |
| 260 | HardwareFeatures_Keyboard_INTERNAL HardwareFeatures_Keyboard_KeyboardType = 1 |
| 261 | HardwareFeatures_Keyboard_NONE HardwareFeatures_Keyboard_KeyboardType = 2 |
| 262 | HardwareFeatures_Keyboard_DETACHABLE HardwareFeatures_Keyboard_KeyboardType = 3 |
| 263 | ) |
| 264 | |
| 265 | var HardwareFeatures_Keyboard_KeyboardType_name = map[int32]string{ |
| 266 | 0: "KEYBOARD_TYPE_UNKNOWN", |
| 267 | 1: "INTERNAL", |
| 268 | 2: "NONE", |
| 269 | 3: "DETACHABLE", |
| 270 | } |
| 271 | |
| 272 | var HardwareFeatures_Keyboard_KeyboardType_value = map[string]int32{ |
| 273 | "KEYBOARD_TYPE_UNKNOWN": 0, |
| 274 | "INTERNAL": 1, |
| 275 | "NONE": 2, |
| 276 | "DETACHABLE": 3, |
| 277 | } |
| 278 | |
| 279 | func (x HardwareFeatures_Keyboard_KeyboardType) String() string { |
| 280 | return proto.EnumName(HardwareFeatures_Keyboard_KeyboardType_name, int32(x)) |
| 281 | } |
| 282 | |
| 283 | func (HardwareFeatures_Keyboard_KeyboardType) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 284 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 15, 0} |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 285 | } |
| 286 | |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 287 | type HardwareFeatures_Fingerprint_Location int32 |
| 288 | |
| 289 | const ( |
YH Lin | ad31388 | 2020-06-02 15:15:41 -0700 | [diff] [blame] | 290 | HardwareFeatures_Fingerprint_LOCATION_UNKNOWN HardwareFeatures_Fingerprint_Location = 0 |
| 291 | // Top of the screen (e.g. Pixel Slate) at the left |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 292 | HardwareFeatures_Fingerprint_POWER_BUTTON_TOP_LEFT HardwareFeatures_Fingerprint_Location = 1 |
YH Lin | ad31388 | 2020-06-02 15:15:41 -0700 | [diff] [blame] | 293 | // Bottom of keyboard at the left |
| 294 | HardwareFeatures_Fingerprint_KEYBOARD_BOTTOM_LEFT HardwareFeatures_Fingerprint_Location = 2 |
| 295 | // Bottom of keyboard at the right |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 296 | HardwareFeatures_Fingerprint_KEYBOARD_BOTTOM_RIGHT HardwareFeatures_Fingerprint_Location = 3 |
YH Lin | ad31388 | 2020-06-02 15:15:41 -0700 | [diff] [blame] | 297 | // Top of keyboard at the right (e.g. Galaxy Chromebook) |
| 298 | HardwareFeatures_Fingerprint_KEYBOARD_TOP_RIGHT HardwareFeatures_Fingerprint_Location = 4 |
| 299 | HardwareFeatures_Fingerprint_NOT_PRESENT HardwareFeatures_Fingerprint_Location = 5 |
| 300 | // Sharing power button at the right side |
| 301 | HardwareFeatures_Fingerprint_POWER_BUTTON_SIDE_RIGHT HardwareFeatures_Fingerprint_Location = 6 |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 302 | ) |
| 303 | |
| 304 | var HardwareFeatures_Fingerprint_Location_name = map[int32]string{ |
| 305 | 0: "LOCATION_UNKNOWN", |
| 306 | 1: "POWER_BUTTON_TOP_LEFT", |
| 307 | 2: "KEYBOARD_BOTTOM_LEFT", |
| 308 | 3: "KEYBOARD_BOTTOM_RIGHT", |
| 309 | 4: "KEYBOARD_TOP_RIGHT", |
Jett Rink | e027f2f | 2020-04-14 12:11:23 -0600 | [diff] [blame] | 310 | 5: "NOT_PRESENT", |
YH Lin | ad31388 | 2020-06-02 15:15:41 -0700 | [diff] [blame] | 311 | 6: "POWER_BUTTON_SIDE_RIGHT", |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 312 | } |
| 313 | |
| 314 | var HardwareFeatures_Fingerprint_Location_value = map[string]int32{ |
YH Lin | ad31388 | 2020-06-02 15:15:41 -0700 | [diff] [blame] | 315 | "LOCATION_UNKNOWN": 0, |
| 316 | "POWER_BUTTON_TOP_LEFT": 1, |
| 317 | "KEYBOARD_BOTTOM_LEFT": 2, |
| 318 | "KEYBOARD_BOTTOM_RIGHT": 3, |
| 319 | "KEYBOARD_TOP_RIGHT": 4, |
| 320 | "NOT_PRESENT": 5, |
| 321 | "POWER_BUTTON_SIDE_RIGHT": 6, |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 322 | } |
| 323 | |
| 324 | func (x HardwareFeatures_Fingerprint_Location) String() string { |
| 325 | return proto.EnumName(HardwareFeatures_Fingerprint_Location_name, int32(x)) |
| 326 | } |
| 327 | |
| 328 | func (HardwareFeatures_Fingerprint_Location) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 329 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 17, 0} |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 330 | } |
| 331 | |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 332 | type HardwareFeatures_Wifi_WifiChip int32 |
| 333 | |
| 334 | const ( |
| 335 | HardwareFeatures_Wifi_WIFI_CHIP_UNKNOWN HardwareFeatures_Wifi_WifiChip = 0 |
| 336 | HardwareFeatures_Wifi_WIRELESS_86ED801D HardwareFeatures_Wifi_WifiChip = 1 |
| 337 | HardwareFeatures_Wifi_WIRELESS_REALTEK HardwareFeatures_Wifi_WifiChip = 2 |
| 338 | ) |
| 339 | |
| 340 | var HardwareFeatures_Wifi_WifiChip_name = map[int32]string{ |
| 341 | 0: "WIFI_CHIP_UNKNOWN", |
| 342 | 1: "WIRELESS_86ED801D", |
| 343 | 2: "WIRELESS_REALTEK", |
| 344 | } |
| 345 | |
| 346 | var HardwareFeatures_Wifi_WifiChip_value = map[string]int32{ |
| 347 | "WIFI_CHIP_UNKNOWN": 0, |
| 348 | "WIRELESS_86ED801D": 1, |
| 349 | "WIRELESS_REALTEK": 2, |
| 350 | } |
| 351 | |
| 352 | func (x HardwareFeatures_Wifi_WifiChip) String() string { |
| 353 | return proto.EnumName(HardwareFeatures_Wifi_WifiChip_name, int32(x)) |
| 354 | } |
| 355 | |
| 356 | func (HardwareFeatures_Wifi_WifiChip) EnumDescriptor() ([]byte, []int) { |
| 357 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 21, 0} |
| 358 | } |
| 359 | |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 360 | // A general part of the device that contains the button, |
| 361 | // e.g. "on the screen", "on the keyboard". |
| 362 | type HardwareFeatures_Button_Region int32 |
| 363 | |
| 364 | const ( |
| 365 | HardwareFeatures_Button_REGION_UNKNOWN HardwareFeatures_Button_Region = 0 |
| 366 | HardwareFeatures_Button_SCREEN HardwareFeatures_Button_Region = 1 |
| 367 | HardwareFeatures_Button_KEYBOARD HardwareFeatures_Button_Region = 2 |
| 368 | ) |
| 369 | |
| 370 | var HardwareFeatures_Button_Region_name = map[int32]string{ |
| 371 | 0: "REGION_UNKNOWN", |
| 372 | 1: "SCREEN", |
| 373 | 2: "KEYBOARD", |
| 374 | } |
| 375 | |
| 376 | var HardwareFeatures_Button_Region_value = map[string]int32{ |
| 377 | "REGION_UNKNOWN": 0, |
| 378 | "SCREEN": 1, |
| 379 | "KEYBOARD": 2, |
| 380 | } |
| 381 | |
| 382 | func (x HardwareFeatures_Button_Region) String() string { |
| 383 | return proto.EnumName(HardwareFeatures_Button_Region_name, int32(x)) |
| 384 | } |
| 385 | |
| 386 | func (HardwareFeatures_Button_Region) EnumDescriptor() ([]byte, []int) { |
| 387 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 22, 0} |
| 388 | } |
| 389 | |
| 390 | // The edge of the Region that contains the button. |
| 391 | type HardwareFeatures_Button_Edge int32 |
| 392 | |
| 393 | const ( |
| 394 | HardwareFeatures_Button_EDGE_UNKNOWN HardwareFeatures_Button_Edge = 0 |
| 395 | HardwareFeatures_Button_LEFT HardwareFeatures_Button_Edge = 1 |
| 396 | HardwareFeatures_Button_RIGHT HardwareFeatures_Button_Edge = 2 |
| 397 | HardwareFeatures_Button_TOP HardwareFeatures_Button_Edge = 3 |
| 398 | HardwareFeatures_Button_BOTTOM HardwareFeatures_Button_Edge = 4 |
| 399 | ) |
| 400 | |
| 401 | var HardwareFeatures_Button_Edge_name = map[int32]string{ |
| 402 | 0: "EDGE_UNKNOWN", |
| 403 | 1: "LEFT", |
| 404 | 2: "RIGHT", |
| 405 | 3: "TOP", |
| 406 | 4: "BOTTOM", |
| 407 | } |
| 408 | |
| 409 | var HardwareFeatures_Button_Edge_value = map[string]int32{ |
| 410 | "EDGE_UNKNOWN": 0, |
| 411 | "LEFT": 1, |
| 412 | "RIGHT": 2, |
| 413 | "TOP": 3, |
| 414 | "BOTTOM": 4, |
| 415 | } |
| 416 | |
| 417 | func (x HardwareFeatures_Button_Edge) String() string { |
| 418 | return proto.EnumName(HardwareFeatures_Button_Edge_name, int32(x)) |
| 419 | } |
| 420 | |
| 421 | func (HardwareFeatures_Button_Edge) EnumDescriptor() ([]byte, []int) { |
| 422 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 22, 1} |
| 423 | } |
| 424 | |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 425 | // Represents a specific hardware topology option for a hardware feature, e.g. |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 426 | // camera, microphone, gyroscope, daughter board connection. For example. one |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 427 | // camera topology would be represented by a unique instance of this Topology |
| 428 | // message. |
| 429 | // |
| 430 | // All Topology instances are scoped to a particular Design. |
| 431 | type Topology struct { |
| 432 | // Short, but meaningful string that represents the topology. Blank id is |
| 433 | // not valid. Id values are validated by Design repo. Ids are |
| 434 | // meaningful within a Design. Ids are scoped and unique within a |
| 435 | // particular hardware features for a Design. For example, it is valid to have |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 436 | // a "NONE" id for both the camera and microphone hardware feature within the |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 437 | // same Design. |
| 438 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 439 | // The type of hardware feature this topology describes. This is used to |
| 440 | // ensure that the correct Topology values are used correctly within the |
| 441 | // HardwareTopology message |
| 442 | Type Topology_Type `protobuf:"varint,2,opt,name=type,proto3,enum=chromiumos.config.api.Topology_Type" json:"type,omitempty"` |
| 443 | // Map of human readable descriptions in various languages. Maps language |
| 444 | // code, e.g. "EN" or "ZH", to description of topology. These descriptions can |
| 445 | // be displayed to factory operators to select the correct options that |
| 446 | // applies to the board they are assembling. |
| 447 | Description map[string]string `protobuf:"bytes,3,rep,name=description,proto3" json:"description,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
Tatsuhisa Yamaguchi | 3fe0d4e | 2020-03-26 00:53:01 +0900 | [diff] [blame] | 448 | // Specify the subset of hardware features that this hardware topology |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 449 | // provides |
| 450 | HardwareFeature *HardwareFeatures `protobuf:"bytes,4,opt,name=hardware_feature,json=hardwareFeature,proto3" json:"hardware_feature,omitempty"` |
| 451 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 452 | XXX_unrecognized []byte `json:"-"` |
| 453 | XXX_sizecache int32 `json:"-"` |
| 454 | } |
| 455 | |
| 456 | func (m *Topology) Reset() { *m = Topology{} } |
| 457 | func (m *Topology) String() string { return proto.CompactTextString(m) } |
| 458 | func (*Topology) ProtoMessage() {} |
| 459 | func (*Topology) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 460 | return fileDescriptor_9bdbf9c393c85c5f, []int{0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 461 | } |
| 462 | |
| 463 | func (m *Topology) XXX_Unmarshal(b []byte) error { |
| 464 | return xxx_messageInfo_Topology.Unmarshal(m, b) |
| 465 | } |
| 466 | func (m *Topology) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 467 | return xxx_messageInfo_Topology.Marshal(b, m, deterministic) |
| 468 | } |
| 469 | func (m *Topology) XXX_Merge(src proto.Message) { |
| 470 | xxx_messageInfo_Topology.Merge(m, src) |
| 471 | } |
| 472 | func (m *Topology) XXX_Size() int { |
| 473 | return xxx_messageInfo_Topology.Size(m) |
| 474 | } |
| 475 | func (m *Topology) XXX_DiscardUnknown() { |
| 476 | xxx_messageInfo_Topology.DiscardUnknown(m) |
| 477 | } |
| 478 | |
| 479 | var xxx_messageInfo_Topology proto.InternalMessageInfo |
| 480 | |
| 481 | func (m *Topology) GetId() string { |
| 482 | if m != nil { |
| 483 | return m.Id |
| 484 | } |
| 485 | return "" |
| 486 | } |
| 487 | |
| 488 | func (m *Topology) GetType() Topology_Type { |
| 489 | if m != nil { |
| 490 | return m.Type |
| 491 | } |
| 492 | return Topology_TYPE_UNKNOWN |
| 493 | } |
| 494 | |
| 495 | func (m *Topology) GetDescription() map[string]string { |
| 496 | if m != nil { |
| 497 | return m.Description |
| 498 | } |
| 499 | return nil |
| 500 | } |
| 501 | |
| 502 | func (m *Topology) GetHardwareFeature() *HardwareFeatures { |
| 503 | if m != nil { |
| 504 | return m.HardwareFeature |
| 505 | } |
| 506 | return nil |
| 507 | } |
| 508 | |
| 509 | // Each Topology message specifies what that topology means in a 1st class |
Tatsuhisa Yamaguchi | 3fe0d4e | 2020-03-26 00:53:01 +0900 | [diff] [blame] | 510 | // queryable way. Each Topology will only the subset of hardware features that |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 511 | // are applicable to that value. |
| 512 | // The DesignConfig layer will combine all of the Topology messages |
| 513 | // HardwareFeature messages into a wholistic view of the hardware design |
| 514 | // configuration. |
| 515 | // |
| 516 | // Note to API designers: each field needs to be able to differentiate |
| 517 | // an unspecified value and from the 0-value; this can be down with |
| 518 | // messages or enums. Each field also defines how multiple values should be |
| 519 | // combined. |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 520 | // NEXT TAG: 24 |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 521 | type HardwareFeatures struct { |
| 522 | // USB-C properties |
| 523 | UsbC *HardwareFeatures_UsbC `protobuf:"bytes,1,opt,name=usb_c,json=usbC,proto3" json:"usb_c,omitempty"` |
| 524 | // USB-A properties |
| 525 | UsbA *HardwareFeatures_UsbA `protobuf:"bytes,2,opt,name=usb_a,json=usbA,proto3" json:"usb_a,omitempty"` |
| 526 | // LTE properties |
| 527 | Lte *HardwareFeatures_Lte `protobuf:"bytes,3,opt,name=lte,proto3" json:"lte,omitempty"` |
| 528 | // HDMI properties |
| 529 | Hdmi *HardwareFeatures_Hdmi `protobuf:"bytes,4,opt,name=hdmi,proto3" json:"hdmi,omitempty"` |
| 530 | // Firmware configuration field programmed in CBI. The value from each |
| 531 | // topology value will be summed to create the final DesignConfig level |
| 532 | // firmware configuration value. |
| 533 | FwConfig *HardwareFeatures_FirmwareConfiguration `protobuf:"bytes,5,opt,name=fw_config,json=fwConfig,proto3" json:"fw_config,omitempty"` |
| 534 | // Audio properties of system |
| 535 | Audio *HardwareFeatures_Audio `protobuf:"bytes,6,opt,name=audio,proto3" json:"audio,omitempty"` |
| 536 | // Camera properties of system. |
| 537 | Camera *HardwareFeatures_Camera `protobuf:"bytes,7,opt,name=camera,proto3" json:"camera,omitempty"` |
Jett Rink | 4a7cd45 | 2020-04-10 15:46:05 -0600 | [diff] [blame] | 538 | // Accelerometer properties of system. |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 539 | Accelerometer *HardwareFeatures_Accelerometer `protobuf:"bytes,8,opt,name=accelerometer,proto3" json:"accelerometer,omitempty"` |
| 540 | // Gyroscope properties of system. |
| 541 | Gyroscope *HardwareFeatures_Gyroscope `protobuf:"bytes,9,opt,name=gyroscope,proto3" json:"gyroscope,omitempty"` |
| 542 | // Magnetometer properties of system. |
| 543 | Magnetometer *HardwareFeatures_Magnetometer `protobuf:"bytes,10,opt,name=magnetometer,proto3" json:"magnetometer,omitempty"` |
| 544 | // LightSensor properties of system. |
| 545 | LightSensor *HardwareFeatures_LightSensor `protobuf:"bytes,11,opt,name=light_sensor,json=lightSensor,proto3" json:"light_sensor,omitempty"` |
| 546 | // Screen properties of system |
| 547 | Screen *HardwareFeatures_Screen `protobuf:"bytes,12,opt,name=screen,proto3" json:"screen,omitempty"` |
| 548 | // Function form factor of system |
| 549 | FormFactor *HardwareFeatures_FormFactor `protobuf:"bytes,13,opt,name=form_factor,json=formFactor,proto3" json:"form_factor,omitempty"` |
| 550 | // Stylus properites of system. |
| 551 | Stylus *HardwareFeatures_Stylus `protobuf:"bytes,14,opt,name=stylus,proto3" json:"stylus,omitempty"` |
| 552 | // Keyboard properties of system |
| 553 | Keyboard *HardwareFeatures_Keyboard `protobuf:"bytes,15,opt,name=keyboard,proto3" json:"keyboard,omitempty"` |
| 554 | // Memory properties of system |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 555 | Memory *HardwareFeatures_Memory `protobuf:"bytes,16,opt,name=memory,proto3" json:"memory,omitempty"` |
| 556 | // Fingerprint properties of system |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 557 | Fingerprint *HardwareFeatures_Fingerprint `protobuf:"bytes,17,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` |
| 558 | // Non-volatile storage properties of system |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 559 | Storage *HardwareFeatures_Storage `protobuf:"bytes,18,opt,name=storage,proto3" json:"storage,omitempty"` |
| 560 | // Bluetooth properties |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 561 | Bluetooth *HardwareFeatures_Bluetooth `protobuf:"bytes,19,opt,name=bluetooth,proto3" json:"bluetooth,omitempty"` |
| 562 | // BarrelJack properties |
| 563 | Barreljack *HardwareFeatures_BarrelJack `protobuf:"bytes,20,opt,name=barreljack,proto3" json:"barreljack,omitempty"` |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 564 | Wifi *HardwareFeatures_Wifi `protobuf:"bytes,23,opt,name=wifi,proto3" json:"wifi,omitempty"` |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 565 | PowerButton *HardwareFeatures_Button `protobuf:"bytes,21,opt,name=power_button,json=powerButton,proto3" json:"power_button,omitempty"` |
| 566 | VolumeButton *HardwareFeatures_Button `protobuf:"bytes,22,opt,name=volume_button,json=volumeButton,proto3" json:"volume_button,omitempty"` |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 567 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 568 | XXX_unrecognized []byte `json:"-"` |
| 569 | XXX_sizecache int32 `json:"-"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 570 | } |
| 571 | |
| 572 | func (m *HardwareFeatures) Reset() { *m = HardwareFeatures{} } |
| 573 | func (m *HardwareFeatures) String() string { return proto.CompactTextString(m) } |
| 574 | func (*HardwareFeatures) ProtoMessage() {} |
| 575 | func (*HardwareFeatures) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 576 | return fileDescriptor_9bdbf9c393c85c5f, []int{1} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 577 | } |
| 578 | |
| 579 | func (m *HardwareFeatures) XXX_Unmarshal(b []byte) error { |
| 580 | return xxx_messageInfo_HardwareFeatures.Unmarshal(m, b) |
| 581 | } |
| 582 | func (m *HardwareFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 583 | return xxx_messageInfo_HardwareFeatures.Marshal(b, m, deterministic) |
| 584 | } |
| 585 | func (m *HardwareFeatures) XXX_Merge(src proto.Message) { |
| 586 | xxx_messageInfo_HardwareFeatures.Merge(m, src) |
| 587 | } |
| 588 | func (m *HardwareFeatures) XXX_Size() int { |
| 589 | return xxx_messageInfo_HardwareFeatures.Size(m) |
| 590 | } |
| 591 | func (m *HardwareFeatures) XXX_DiscardUnknown() { |
| 592 | xxx_messageInfo_HardwareFeatures.DiscardUnknown(m) |
| 593 | } |
| 594 | |
| 595 | var xxx_messageInfo_HardwareFeatures proto.InternalMessageInfo |
| 596 | |
| 597 | func (m *HardwareFeatures) GetUsbC() *HardwareFeatures_UsbC { |
| 598 | if m != nil { |
| 599 | return m.UsbC |
| 600 | } |
| 601 | return nil |
| 602 | } |
| 603 | |
| 604 | func (m *HardwareFeatures) GetUsbA() *HardwareFeatures_UsbA { |
| 605 | if m != nil { |
| 606 | return m.UsbA |
| 607 | } |
| 608 | return nil |
| 609 | } |
| 610 | |
| 611 | func (m *HardwareFeatures) GetLte() *HardwareFeatures_Lte { |
| 612 | if m != nil { |
| 613 | return m.Lte |
| 614 | } |
| 615 | return nil |
| 616 | } |
| 617 | |
| 618 | func (m *HardwareFeatures) GetHdmi() *HardwareFeatures_Hdmi { |
| 619 | if m != nil { |
| 620 | return m.Hdmi |
| 621 | } |
| 622 | return nil |
| 623 | } |
| 624 | |
| 625 | func (m *HardwareFeatures) GetFwConfig() *HardwareFeatures_FirmwareConfiguration { |
| 626 | if m != nil { |
| 627 | return m.FwConfig |
| 628 | } |
| 629 | return nil |
| 630 | } |
| 631 | |
| 632 | func (m *HardwareFeatures) GetAudio() *HardwareFeatures_Audio { |
| 633 | if m != nil { |
| 634 | return m.Audio |
| 635 | } |
| 636 | return nil |
| 637 | } |
| 638 | |
| 639 | func (m *HardwareFeatures) GetCamera() *HardwareFeatures_Camera { |
| 640 | if m != nil { |
| 641 | return m.Camera |
| 642 | } |
| 643 | return nil |
| 644 | } |
| 645 | |
| 646 | func (m *HardwareFeatures) GetAccelerometer() *HardwareFeatures_Accelerometer { |
| 647 | if m != nil { |
| 648 | return m.Accelerometer |
| 649 | } |
| 650 | return nil |
| 651 | } |
| 652 | |
| 653 | func (m *HardwareFeatures) GetGyroscope() *HardwareFeatures_Gyroscope { |
| 654 | if m != nil { |
| 655 | return m.Gyroscope |
| 656 | } |
| 657 | return nil |
| 658 | } |
| 659 | |
| 660 | func (m *HardwareFeatures) GetMagnetometer() *HardwareFeatures_Magnetometer { |
| 661 | if m != nil { |
| 662 | return m.Magnetometer |
| 663 | } |
| 664 | return nil |
| 665 | } |
| 666 | |
| 667 | func (m *HardwareFeatures) GetLightSensor() *HardwareFeatures_LightSensor { |
| 668 | if m != nil { |
| 669 | return m.LightSensor |
| 670 | } |
| 671 | return nil |
| 672 | } |
| 673 | |
| 674 | func (m *HardwareFeatures) GetScreen() *HardwareFeatures_Screen { |
| 675 | if m != nil { |
| 676 | return m.Screen |
| 677 | } |
| 678 | return nil |
| 679 | } |
| 680 | |
| 681 | func (m *HardwareFeatures) GetFormFactor() *HardwareFeatures_FormFactor { |
| 682 | if m != nil { |
| 683 | return m.FormFactor |
| 684 | } |
| 685 | return nil |
| 686 | } |
| 687 | |
| 688 | func (m *HardwareFeatures) GetStylus() *HardwareFeatures_Stylus { |
| 689 | if m != nil { |
| 690 | return m.Stylus |
| 691 | } |
| 692 | return nil |
| 693 | } |
| 694 | |
| 695 | func (m *HardwareFeatures) GetKeyboard() *HardwareFeatures_Keyboard { |
| 696 | if m != nil { |
| 697 | return m.Keyboard |
| 698 | } |
| 699 | return nil |
| 700 | } |
| 701 | |
| 702 | func (m *HardwareFeatures) GetMemory() *HardwareFeatures_Memory { |
| 703 | if m != nil { |
| 704 | return m.Memory |
| 705 | } |
| 706 | return nil |
| 707 | } |
| 708 | |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 709 | func (m *HardwareFeatures) GetFingerprint() *HardwareFeatures_Fingerprint { |
| 710 | if m != nil { |
| 711 | return m.Fingerprint |
| 712 | } |
| 713 | return nil |
| 714 | } |
| 715 | |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 716 | func (m *HardwareFeatures) GetStorage() *HardwareFeatures_Storage { |
| 717 | if m != nil { |
| 718 | return m.Storage |
| 719 | } |
| 720 | return nil |
| 721 | } |
| 722 | |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 723 | func (m *HardwareFeatures) GetBluetooth() *HardwareFeatures_Bluetooth { |
| 724 | if m != nil { |
| 725 | return m.Bluetooth |
| 726 | } |
| 727 | return nil |
| 728 | } |
| 729 | |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 730 | func (m *HardwareFeatures) GetBarreljack() *HardwareFeatures_BarrelJack { |
| 731 | if m != nil { |
| 732 | return m.Barreljack |
| 733 | } |
| 734 | return nil |
| 735 | } |
| 736 | |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 737 | func (m *HardwareFeatures) GetWifi() *HardwareFeatures_Wifi { |
| 738 | if m != nil { |
| 739 | return m.Wifi |
| 740 | } |
| 741 | return nil |
| 742 | } |
| 743 | |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 744 | func (m *HardwareFeatures) GetPowerButton() *HardwareFeatures_Button { |
| 745 | if m != nil { |
| 746 | return m.PowerButton |
| 747 | } |
| 748 | return nil |
| 749 | } |
| 750 | |
| 751 | func (m *HardwareFeatures) GetVolumeButton() *HardwareFeatures_Button { |
| 752 | if m != nil { |
| 753 | return m.VolumeButton |
| 754 | } |
| 755 | return nil |
| 756 | } |
| 757 | |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 758 | type HardwareFeatures_Count struct { |
| 759 | Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` |
| 760 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 761 | XXX_unrecognized []byte `json:"-"` |
| 762 | XXX_sizecache int32 `json:"-"` |
| 763 | } |
| 764 | |
| 765 | func (m *HardwareFeatures_Count) Reset() { *m = HardwareFeatures_Count{} } |
| 766 | func (m *HardwareFeatures_Count) String() string { return proto.CompactTextString(m) } |
| 767 | func (*HardwareFeatures_Count) ProtoMessage() {} |
| 768 | func (*HardwareFeatures_Count) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 769 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 770 | } |
| 771 | |
| 772 | func (m *HardwareFeatures_Count) XXX_Unmarshal(b []byte) error { |
| 773 | return xxx_messageInfo_HardwareFeatures_Count.Unmarshal(m, b) |
| 774 | } |
| 775 | func (m *HardwareFeatures_Count) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 776 | return xxx_messageInfo_HardwareFeatures_Count.Marshal(b, m, deterministic) |
| 777 | } |
| 778 | func (m *HardwareFeatures_Count) XXX_Merge(src proto.Message) { |
| 779 | xxx_messageInfo_HardwareFeatures_Count.Merge(m, src) |
| 780 | } |
| 781 | func (m *HardwareFeatures_Count) XXX_Size() int { |
| 782 | return xxx_messageInfo_HardwareFeatures_Count.Size(m) |
| 783 | } |
| 784 | func (m *HardwareFeatures_Count) XXX_DiscardUnknown() { |
| 785 | xxx_messageInfo_HardwareFeatures_Count.DiscardUnknown(m) |
| 786 | } |
| 787 | |
| 788 | var xxx_messageInfo_HardwareFeatures_Count proto.InternalMessageInfo |
| 789 | |
| 790 | func (m *HardwareFeatures_Count) GetValue() uint32 { |
| 791 | if m != nil { |
| 792 | return m.Value |
| 793 | } |
| 794 | return 0 |
| 795 | } |
| 796 | |
| 797 | type HardwareFeatures_UsbC struct { |
| 798 | // The number of USB-C ports |
| 799 | Count *HardwareFeatures_Count `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"` |
| 800 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 801 | XXX_unrecognized []byte `json:"-"` |
| 802 | XXX_sizecache int32 `json:"-"` |
| 803 | } |
| 804 | |
| 805 | func (m *HardwareFeatures_UsbC) Reset() { *m = HardwareFeatures_UsbC{} } |
| 806 | func (m *HardwareFeatures_UsbC) String() string { return proto.CompactTextString(m) } |
| 807 | func (*HardwareFeatures_UsbC) ProtoMessage() {} |
| 808 | func (*HardwareFeatures_UsbC) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 809 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 1} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 810 | } |
| 811 | |
| 812 | func (m *HardwareFeatures_UsbC) XXX_Unmarshal(b []byte) error { |
| 813 | return xxx_messageInfo_HardwareFeatures_UsbC.Unmarshal(m, b) |
| 814 | } |
| 815 | func (m *HardwareFeatures_UsbC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 816 | return xxx_messageInfo_HardwareFeatures_UsbC.Marshal(b, m, deterministic) |
| 817 | } |
| 818 | func (m *HardwareFeatures_UsbC) XXX_Merge(src proto.Message) { |
| 819 | xxx_messageInfo_HardwareFeatures_UsbC.Merge(m, src) |
| 820 | } |
| 821 | func (m *HardwareFeatures_UsbC) XXX_Size() int { |
| 822 | return xxx_messageInfo_HardwareFeatures_UsbC.Size(m) |
| 823 | } |
| 824 | func (m *HardwareFeatures_UsbC) XXX_DiscardUnknown() { |
| 825 | xxx_messageInfo_HardwareFeatures_UsbC.DiscardUnknown(m) |
| 826 | } |
| 827 | |
| 828 | var xxx_messageInfo_HardwareFeatures_UsbC proto.InternalMessageInfo |
| 829 | |
| 830 | func (m *HardwareFeatures_UsbC) GetCount() *HardwareFeatures_Count { |
| 831 | if m != nil { |
| 832 | return m.Count |
| 833 | } |
| 834 | return nil |
| 835 | } |
| 836 | |
| 837 | type HardwareFeatures_UsbA struct { |
| 838 | // The number of USB-A ports |
| 839 | Count *HardwareFeatures_Count `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"` |
| 840 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 841 | XXX_unrecognized []byte `json:"-"` |
| 842 | XXX_sizecache int32 `json:"-"` |
| 843 | } |
| 844 | |
| 845 | func (m *HardwareFeatures_UsbA) Reset() { *m = HardwareFeatures_UsbA{} } |
| 846 | func (m *HardwareFeatures_UsbA) String() string { return proto.CompactTextString(m) } |
| 847 | func (*HardwareFeatures_UsbA) ProtoMessage() {} |
| 848 | func (*HardwareFeatures_UsbA) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 849 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 2} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 850 | } |
| 851 | |
| 852 | func (m *HardwareFeatures_UsbA) XXX_Unmarshal(b []byte) error { |
| 853 | return xxx_messageInfo_HardwareFeatures_UsbA.Unmarshal(m, b) |
| 854 | } |
| 855 | func (m *HardwareFeatures_UsbA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 856 | return xxx_messageInfo_HardwareFeatures_UsbA.Marshal(b, m, deterministic) |
| 857 | } |
| 858 | func (m *HardwareFeatures_UsbA) XXX_Merge(src proto.Message) { |
| 859 | xxx_messageInfo_HardwareFeatures_UsbA.Merge(m, src) |
| 860 | } |
| 861 | func (m *HardwareFeatures_UsbA) XXX_Size() int { |
| 862 | return xxx_messageInfo_HardwareFeatures_UsbA.Size(m) |
| 863 | } |
| 864 | func (m *HardwareFeatures_UsbA) XXX_DiscardUnknown() { |
| 865 | xxx_messageInfo_HardwareFeatures_UsbA.DiscardUnknown(m) |
| 866 | } |
| 867 | |
| 868 | var xxx_messageInfo_HardwareFeatures_UsbA proto.InternalMessageInfo |
| 869 | |
| 870 | func (m *HardwareFeatures_UsbA) GetCount() *HardwareFeatures_Count { |
| 871 | if m != nil { |
| 872 | return m.Count |
| 873 | } |
| 874 | return nil |
| 875 | } |
| 876 | |
| 877 | type HardwareFeatures_Lte struct { |
| 878 | // If LTE is present on system |
| 879 | Present HardwareFeatures_Present `protobuf:"varint,1,opt,name=present,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"present,omitempty"` |
| 880 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 881 | XXX_unrecognized []byte `json:"-"` |
| 882 | XXX_sizecache int32 `json:"-"` |
| 883 | } |
| 884 | |
| 885 | func (m *HardwareFeatures_Lte) Reset() { *m = HardwareFeatures_Lte{} } |
| 886 | func (m *HardwareFeatures_Lte) String() string { return proto.CompactTextString(m) } |
| 887 | func (*HardwareFeatures_Lte) ProtoMessage() {} |
| 888 | func (*HardwareFeatures_Lte) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 889 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 3} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 890 | } |
| 891 | |
| 892 | func (m *HardwareFeatures_Lte) XXX_Unmarshal(b []byte) error { |
| 893 | return xxx_messageInfo_HardwareFeatures_Lte.Unmarshal(m, b) |
| 894 | } |
| 895 | func (m *HardwareFeatures_Lte) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 896 | return xxx_messageInfo_HardwareFeatures_Lte.Marshal(b, m, deterministic) |
| 897 | } |
| 898 | func (m *HardwareFeatures_Lte) XXX_Merge(src proto.Message) { |
| 899 | xxx_messageInfo_HardwareFeatures_Lte.Merge(m, src) |
| 900 | } |
| 901 | func (m *HardwareFeatures_Lte) XXX_Size() int { |
| 902 | return xxx_messageInfo_HardwareFeatures_Lte.Size(m) |
| 903 | } |
| 904 | func (m *HardwareFeatures_Lte) XXX_DiscardUnknown() { |
| 905 | xxx_messageInfo_HardwareFeatures_Lte.DiscardUnknown(m) |
| 906 | } |
| 907 | |
| 908 | var xxx_messageInfo_HardwareFeatures_Lte proto.InternalMessageInfo |
| 909 | |
| 910 | func (m *HardwareFeatures_Lte) GetPresent() HardwareFeatures_Present { |
| 911 | if m != nil { |
| 912 | return m.Present |
| 913 | } |
| 914 | return HardwareFeatures_PRESENT_UNKNOWN |
| 915 | } |
| 916 | |
| 917 | type HardwareFeatures_Hdmi struct { |
| 918 | // If native HDMI support is present on system. |
| 919 | Present HardwareFeatures_Present `protobuf:"varint,1,opt,name=present,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"present,omitempty"` |
| 920 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 921 | XXX_unrecognized []byte `json:"-"` |
| 922 | XXX_sizecache int32 `json:"-"` |
| 923 | } |
| 924 | |
| 925 | func (m *HardwareFeatures_Hdmi) Reset() { *m = HardwareFeatures_Hdmi{} } |
| 926 | func (m *HardwareFeatures_Hdmi) String() string { return proto.CompactTextString(m) } |
| 927 | func (*HardwareFeatures_Hdmi) ProtoMessage() {} |
| 928 | func (*HardwareFeatures_Hdmi) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 929 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 4} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 930 | } |
| 931 | |
| 932 | func (m *HardwareFeatures_Hdmi) XXX_Unmarshal(b []byte) error { |
| 933 | return xxx_messageInfo_HardwareFeatures_Hdmi.Unmarshal(m, b) |
| 934 | } |
| 935 | func (m *HardwareFeatures_Hdmi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 936 | return xxx_messageInfo_HardwareFeatures_Hdmi.Marshal(b, m, deterministic) |
| 937 | } |
| 938 | func (m *HardwareFeatures_Hdmi) XXX_Merge(src proto.Message) { |
| 939 | xxx_messageInfo_HardwareFeatures_Hdmi.Merge(m, src) |
| 940 | } |
| 941 | func (m *HardwareFeatures_Hdmi) XXX_Size() int { |
| 942 | return xxx_messageInfo_HardwareFeatures_Hdmi.Size(m) |
| 943 | } |
| 944 | func (m *HardwareFeatures_Hdmi) XXX_DiscardUnknown() { |
| 945 | xxx_messageInfo_HardwareFeatures_Hdmi.DiscardUnknown(m) |
| 946 | } |
| 947 | |
| 948 | var xxx_messageInfo_HardwareFeatures_Hdmi proto.InternalMessageInfo |
| 949 | |
| 950 | func (m *HardwareFeatures_Hdmi) GetPresent() HardwareFeatures_Present { |
| 951 | if m != nil { |
| 952 | return m.Present |
| 953 | } |
| 954 | return HardwareFeatures_PRESENT_UNKNOWN |
| 955 | } |
| 956 | |
| 957 | type HardwareFeatures_FirmwareConfiguration struct { |
Jett Rink | a6080a9 | 2020-03-03 08:39:00 -0700 | [diff] [blame] | 958 | // The firmware configuration value |
| 959 | Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` |
| 960 | // The mask of valid bits that could be used by above value |
| 961 | Mask uint32 `protobuf:"varint,2,opt,name=mask,proto3" json:"mask,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 962 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 963 | XXX_unrecognized []byte `json:"-"` |
| 964 | XXX_sizecache int32 `json:"-"` |
| 965 | } |
| 966 | |
| 967 | func (m *HardwareFeatures_FirmwareConfiguration) Reset() { |
| 968 | *m = HardwareFeatures_FirmwareConfiguration{} |
| 969 | } |
| 970 | func (m *HardwareFeatures_FirmwareConfiguration) String() string { return proto.CompactTextString(m) } |
| 971 | func (*HardwareFeatures_FirmwareConfiguration) ProtoMessage() {} |
| 972 | func (*HardwareFeatures_FirmwareConfiguration) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 973 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 5} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 974 | } |
| 975 | |
| 976 | func (m *HardwareFeatures_FirmwareConfiguration) XXX_Unmarshal(b []byte) error { |
| 977 | return xxx_messageInfo_HardwareFeatures_FirmwareConfiguration.Unmarshal(m, b) |
| 978 | } |
| 979 | func (m *HardwareFeatures_FirmwareConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 980 | return xxx_messageInfo_HardwareFeatures_FirmwareConfiguration.Marshal(b, m, deterministic) |
| 981 | } |
| 982 | func (m *HardwareFeatures_FirmwareConfiguration) XXX_Merge(src proto.Message) { |
| 983 | xxx_messageInfo_HardwareFeatures_FirmwareConfiguration.Merge(m, src) |
| 984 | } |
| 985 | func (m *HardwareFeatures_FirmwareConfiguration) XXX_Size() int { |
| 986 | return xxx_messageInfo_HardwareFeatures_FirmwareConfiguration.Size(m) |
| 987 | } |
| 988 | func (m *HardwareFeatures_FirmwareConfiguration) XXX_DiscardUnknown() { |
| 989 | xxx_messageInfo_HardwareFeatures_FirmwareConfiguration.DiscardUnknown(m) |
| 990 | } |
| 991 | |
| 992 | var xxx_messageInfo_HardwareFeatures_FirmwareConfiguration proto.InternalMessageInfo |
| 993 | |
| 994 | func (m *HardwareFeatures_FirmwareConfiguration) GetValue() uint32 { |
| 995 | if m != nil { |
| 996 | return m.Value |
| 997 | } |
| 998 | return 0 |
| 999 | } |
| 1000 | |
Jett Rink | a6080a9 | 2020-03-03 08:39:00 -0700 | [diff] [blame] | 1001 | func (m *HardwareFeatures_FirmwareConfiguration) GetMask() uint32 { |
| 1002 | if m != nil { |
| 1003 | return m.Mask |
| 1004 | } |
| 1005 | return 0 |
| 1006 | } |
| 1007 | |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1008 | type HardwareFeatures_Audio struct { |
Duncan Laurie | 6a174e4 | 2020-04-20 14:42:32 -0700 | [diff] [blame] | 1009 | // Which audio codec is in use (deprecated) |
| 1010 | AudioCodec HardwareFeatures_Audio_AudioCodec `protobuf:"varint,1,opt,name=audio_codec,json=audioCodec,proto3,enum=chromiumos.config.api.HardwareFeatures_Audio_AudioCodec" json:"audio_codec,omitempty"` |
| 1011 | // Which audio codec is in use for the speakers |
| 1012 | SpeakerAmp HardwareFeatures_Audio_AudioCodec `protobuf:"varint,2,opt,name=speaker_amp,json=speakerAmp,proto3,enum=chromiumos.config.api.HardwareFeatures_Audio_AudioCodec" json:"speaker_amp,omitempty"` |
| 1013 | // Which audio codec is in use for the headphones |
| 1014 | HeadphoneCodec HardwareFeatures_Audio_AudioCodec `protobuf:"varint,3,opt,name=headphone_codec,json=headphoneCodec,proto3,enum=chromiumos.config.api.HardwareFeatures_Audio_AudioCodec" json:"headphone_codec,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1015 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1016 | XXX_unrecognized []byte `json:"-"` |
| 1017 | XXX_sizecache int32 `json:"-"` |
| 1018 | } |
| 1019 | |
| 1020 | func (m *HardwareFeatures_Audio) Reset() { *m = HardwareFeatures_Audio{} } |
| 1021 | func (m *HardwareFeatures_Audio) String() string { return proto.CompactTextString(m) } |
| 1022 | func (*HardwareFeatures_Audio) ProtoMessage() {} |
| 1023 | func (*HardwareFeatures_Audio) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1024 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 6} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1025 | } |
| 1026 | |
| 1027 | func (m *HardwareFeatures_Audio) XXX_Unmarshal(b []byte) error { |
| 1028 | return xxx_messageInfo_HardwareFeatures_Audio.Unmarshal(m, b) |
| 1029 | } |
| 1030 | func (m *HardwareFeatures_Audio) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1031 | return xxx_messageInfo_HardwareFeatures_Audio.Marshal(b, m, deterministic) |
| 1032 | } |
| 1033 | func (m *HardwareFeatures_Audio) XXX_Merge(src proto.Message) { |
| 1034 | xxx_messageInfo_HardwareFeatures_Audio.Merge(m, src) |
| 1035 | } |
| 1036 | func (m *HardwareFeatures_Audio) XXX_Size() int { |
| 1037 | return xxx_messageInfo_HardwareFeatures_Audio.Size(m) |
| 1038 | } |
| 1039 | func (m *HardwareFeatures_Audio) XXX_DiscardUnknown() { |
| 1040 | xxx_messageInfo_HardwareFeatures_Audio.DiscardUnknown(m) |
| 1041 | } |
| 1042 | |
| 1043 | var xxx_messageInfo_HardwareFeatures_Audio proto.InternalMessageInfo |
| 1044 | |
| 1045 | func (m *HardwareFeatures_Audio) GetAudioCodec() HardwareFeatures_Audio_AudioCodec { |
| 1046 | if m != nil { |
| 1047 | return m.AudioCodec |
| 1048 | } |
| 1049 | return HardwareFeatures_Audio_AUDIO_CODEC_UNKNOWN |
| 1050 | } |
| 1051 | |
Duncan Laurie | 6a174e4 | 2020-04-20 14:42:32 -0700 | [diff] [blame] | 1052 | func (m *HardwareFeatures_Audio) GetSpeakerAmp() HardwareFeatures_Audio_AudioCodec { |
| 1053 | if m != nil { |
| 1054 | return m.SpeakerAmp |
| 1055 | } |
| 1056 | return HardwareFeatures_Audio_AUDIO_CODEC_UNKNOWN |
| 1057 | } |
| 1058 | |
| 1059 | func (m *HardwareFeatures_Audio) GetHeadphoneCodec() HardwareFeatures_Audio_AudioCodec { |
| 1060 | if m != nil { |
| 1061 | return m.HeadphoneCodec |
| 1062 | } |
| 1063 | return HardwareFeatures_Audio_AUDIO_CODEC_UNKNOWN |
| 1064 | } |
| 1065 | |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1066 | type HardwareFeatures_Camera struct { |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1067 | // If user facing camera (front camera) is present |
| 1068 | UserFacingCamera HardwareFeatures_Present `protobuf:"varint,1,opt,name=user_facing_camera,json=userFacingCamera,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"user_facing_camera,omitempty"` |
| 1069 | // If world facing camera (rear camera) is present |
| 1070 | WorldFacingCamera HardwareFeatures_Present `protobuf:"varint,2,opt,name=world_facing_camera,json=worldFacingCamera,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"world_facing_camera,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1071 | // Number of camera present on system |
| 1072 | Count *HardwareFeatures_Count `protobuf:"bytes,3,opt,name=count,proto3" json:"count,omitempty"` |
| 1073 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1074 | XXX_unrecognized []byte `json:"-"` |
| 1075 | XXX_sizecache int32 `json:"-"` |
| 1076 | } |
| 1077 | |
| 1078 | func (m *HardwareFeatures_Camera) Reset() { *m = HardwareFeatures_Camera{} } |
| 1079 | func (m *HardwareFeatures_Camera) String() string { return proto.CompactTextString(m) } |
| 1080 | func (*HardwareFeatures_Camera) ProtoMessage() {} |
| 1081 | func (*HardwareFeatures_Camera) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1082 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 7} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1083 | } |
| 1084 | |
| 1085 | func (m *HardwareFeatures_Camera) XXX_Unmarshal(b []byte) error { |
| 1086 | return xxx_messageInfo_HardwareFeatures_Camera.Unmarshal(m, b) |
| 1087 | } |
| 1088 | func (m *HardwareFeatures_Camera) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1089 | return xxx_messageInfo_HardwareFeatures_Camera.Marshal(b, m, deterministic) |
| 1090 | } |
| 1091 | func (m *HardwareFeatures_Camera) XXX_Merge(src proto.Message) { |
| 1092 | xxx_messageInfo_HardwareFeatures_Camera.Merge(m, src) |
| 1093 | } |
| 1094 | func (m *HardwareFeatures_Camera) XXX_Size() int { |
| 1095 | return xxx_messageInfo_HardwareFeatures_Camera.Size(m) |
| 1096 | } |
| 1097 | func (m *HardwareFeatures_Camera) XXX_DiscardUnknown() { |
| 1098 | xxx_messageInfo_HardwareFeatures_Camera.DiscardUnknown(m) |
| 1099 | } |
| 1100 | |
| 1101 | var xxx_messageInfo_HardwareFeatures_Camera proto.InternalMessageInfo |
| 1102 | |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1103 | func (m *HardwareFeatures_Camera) GetUserFacingCamera() HardwareFeatures_Present { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1104 | if m != nil { |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1105 | return m.UserFacingCamera |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1106 | } |
| 1107 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1108 | } |
| 1109 | |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1110 | func (m *HardwareFeatures_Camera) GetWorldFacingCamera() HardwareFeatures_Present { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1111 | if m != nil { |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1112 | return m.WorldFacingCamera |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1113 | } |
| 1114 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1115 | } |
| 1116 | |
| 1117 | func (m *HardwareFeatures_Camera) GetCount() *HardwareFeatures_Count { |
| 1118 | if m != nil { |
| 1119 | return m.Count |
| 1120 | } |
| 1121 | return nil |
| 1122 | } |
| 1123 | |
| 1124 | type HardwareFeatures_Accelerometer struct { |
| 1125 | // If lid accelerometer is present on system |
| 1126 | LidAccelerometer HardwareFeatures_Present `protobuf:"varint,1,opt,name=lid_accelerometer,json=lidAccelerometer,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"lid_accelerometer,omitempty"` |
| 1127 | // If base accelerometer is present on system |
| 1128 | BaseAccelerometer HardwareFeatures_Present `protobuf:"varint,2,opt,name=base_accelerometer,json=baseAccelerometer,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"base_accelerometer,omitempty"` |
| 1129 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1130 | XXX_unrecognized []byte `json:"-"` |
| 1131 | XXX_sizecache int32 `json:"-"` |
| 1132 | } |
| 1133 | |
| 1134 | func (m *HardwareFeatures_Accelerometer) Reset() { *m = HardwareFeatures_Accelerometer{} } |
| 1135 | func (m *HardwareFeatures_Accelerometer) String() string { return proto.CompactTextString(m) } |
| 1136 | func (*HardwareFeatures_Accelerometer) ProtoMessage() {} |
| 1137 | func (*HardwareFeatures_Accelerometer) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1138 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 8} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1139 | } |
| 1140 | |
| 1141 | func (m *HardwareFeatures_Accelerometer) XXX_Unmarshal(b []byte) error { |
| 1142 | return xxx_messageInfo_HardwareFeatures_Accelerometer.Unmarshal(m, b) |
| 1143 | } |
| 1144 | func (m *HardwareFeatures_Accelerometer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1145 | return xxx_messageInfo_HardwareFeatures_Accelerometer.Marshal(b, m, deterministic) |
| 1146 | } |
| 1147 | func (m *HardwareFeatures_Accelerometer) XXX_Merge(src proto.Message) { |
| 1148 | xxx_messageInfo_HardwareFeatures_Accelerometer.Merge(m, src) |
| 1149 | } |
| 1150 | func (m *HardwareFeatures_Accelerometer) XXX_Size() int { |
| 1151 | return xxx_messageInfo_HardwareFeatures_Accelerometer.Size(m) |
| 1152 | } |
| 1153 | func (m *HardwareFeatures_Accelerometer) XXX_DiscardUnknown() { |
| 1154 | xxx_messageInfo_HardwareFeatures_Accelerometer.DiscardUnknown(m) |
| 1155 | } |
| 1156 | |
| 1157 | var xxx_messageInfo_HardwareFeatures_Accelerometer proto.InternalMessageInfo |
| 1158 | |
| 1159 | func (m *HardwareFeatures_Accelerometer) GetLidAccelerometer() HardwareFeatures_Present { |
| 1160 | if m != nil { |
| 1161 | return m.LidAccelerometer |
| 1162 | } |
| 1163 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1164 | } |
| 1165 | |
| 1166 | func (m *HardwareFeatures_Accelerometer) GetBaseAccelerometer() HardwareFeatures_Present { |
| 1167 | if m != nil { |
| 1168 | return m.BaseAccelerometer |
| 1169 | } |
| 1170 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1171 | } |
| 1172 | |
| 1173 | type HardwareFeatures_Gyroscope struct { |
| 1174 | // If lid gyroscope is present on system |
Jett Rink | 67f6086 | 2020-04-09 13:20:42 -0600 | [diff] [blame] | 1175 | LidGyroscope HardwareFeatures_Present `protobuf:"varint,1,opt,name=lid_gyroscope,json=lidGyroscope,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"lid_gyroscope,omitempty"` |
| 1176 | // If base gyroscope is present on system |
| 1177 | BaseGyroscope HardwareFeatures_Present `protobuf:"varint,2,opt,name=base_gyroscope,json=baseGyroscope,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"base_gyroscope,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1178 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1179 | XXX_unrecognized []byte `json:"-"` |
| 1180 | XXX_sizecache int32 `json:"-"` |
| 1181 | } |
| 1182 | |
| 1183 | func (m *HardwareFeatures_Gyroscope) Reset() { *m = HardwareFeatures_Gyroscope{} } |
| 1184 | func (m *HardwareFeatures_Gyroscope) String() string { return proto.CompactTextString(m) } |
| 1185 | func (*HardwareFeatures_Gyroscope) ProtoMessage() {} |
| 1186 | func (*HardwareFeatures_Gyroscope) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1187 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 9} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1188 | } |
| 1189 | |
| 1190 | func (m *HardwareFeatures_Gyroscope) XXX_Unmarshal(b []byte) error { |
| 1191 | return xxx_messageInfo_HardwareFeatures_Gyroscope.Unmarshal(m, b) |
| 1192 | } |
| 1193 | func (m *HardwareFeatures_Gyroscope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1194 | return xxx_messageInfo_HardwareFeatures_Gyroscope.Marshal(b, m, deterministic) |
| 1195 | } |
| 1196 | func (m *HardwareFeatures_Gyroscope) XXX_Merge(src proto.Message) { |
| 1197 | xxx_messageInfo_HardwareFeatures_Gyroscope.Merge(m, src) |
| 1198 | } |
| 1199 | func (m *HardwareFeatures_Gyroscope) XXX_Size() int { |
| 1200 | return xxx_messageInfo_HardwareFeatures_Gyroscope.Size(m) |
| 1201 | } |
| 1202 | func (m *HardwareFeatures_Gyroscope) XXX_DiscardUnknown() { |
| 1203 | xxx_messageInfo_HardwareFeatures_Gyroscope.DiscardUnknown(m) |
| 1204 | } |
| 1205 | |
| 1206 | var xxx_messageInfo_HardwareFeatures_Gyroscope proto.InternalMessageInfo |
| 1207 | |
Jett Rink | 67f6086 | 2020-04-09 13:20:42 -0600 | [diff] [blame] | 1208 | func (m *HardwareFeatures_Gyroscope) GetLidGyroscope() HardwareFeatures_Present { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1209 | if m != nil { |
Jett Rink | 67f6086 | 2020-04-09 13:20:42 -0600 | [diff] [blame] | 1210 | return m.LidGyroscope |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1211 | } |
| 1212 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1213 | } |
| 1214 | |
Jett Rink | 67f6086 | 2020-04-09 13:20:42 -0600 | [diff] [blame] | 1215 | func (m *HardwareFeatures_Gyroscope) GetBaseGyroscope() HardwareFeatures_Present { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1216 | if m != nil { |
Jett Rink | 67f6086 | 2020-04-09 13:20:42 -0600 | [diff] [blame] | 1217 | return m.BaseGyroscope |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1218 | } |
| 1219 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1220 | } |
| 1221 | |
| 1222 | type HardwareFeatures_Magnetometer struct { |
| 1223 | // If lid magnometer is present on system |
| 1224 | LidMagnetometer HardwareFeatures_Present `protobuf:"varint,1,opt,name=lid_magnetometer,json=lidMagnetometer,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"lid_magnetometer,omitempty"` |
| 1225 | // If base magnometer is present on system |
| 1226 | BaseMagnetometer HardwareFeatures_Present `protobuf:"varint,2,opt,name=base_magnetometer,json=baseMagnetometer,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"base_magnetometer,omitempty"` |
| 1227 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1228 | XXX_unrecognized []byte `json:"-"` |
| 1229 | XXX_sizecache int32 `json:"-"` |
| 1230 | } |
| 1231 | |
| 1232 | func (m *HardwareFeatures_Magnetometer) Reset() { *m = HardwareFeatures_Magnetometer{} } |
| 1233 | func (m *HardwareFeatures_Magnetometer) String() string { return proto.CompactTextString(m) } |
| 1234 | func (*HardwareFeatures_Magnetometer) ProtoMessage() {} |
| 1235 | func (*HardwareFeatures_Magnetometer) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1236 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 10} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1237 | } |
| 1238 | |
| 1239 | func (m *HardwareFeatures_Magnetometer) XXX_Unmarshal(b []byte) error { |
| 1240 | return xxx_messageInfo_HardwareFeatures_Magnetometer.Unmarshal(m, b) |
| 1241 | } |
| 1242 | func (m *HardwareFeatures_Magnetometer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1243 | return xxx_messageInfo_HardwareFeatures_Magnetometer.Marshal(b, m, deterministic) |
| 1244 | } |
| 1245 | func (m *HardwareFeatures_Magnetometer) XXX_Merge(src proto.Message) { |
| 1246 | xxx_messageInfo_HardwareFeatures_Magnetometer.Merge(m, src) |
| 1247 | } |
| 1248 | func (m *HardwareFeatures_Magnetometer) XXX_Size() int { |
| 1249 | return xxx_messageInfo_HardwareFeatures_Magnetometer.Size(m) |
| 1250 | } |
| 1251 | func (m *HardwareFeatures_Magnetometer) XXX_DiscardUnknown() { |
| 1252 | xxx_messageInfo_HardwareFeatures_Magnetometer.DiscardUnknown(m) |
| 1253 | } |
| 1254 | |
| 1255 | var xxx_messageInfo_HardwareFeatures_Magnetometer proto.InternalMessageInfo |
| 1256 | |
| 1257 | func (m *HardwareFeatures_Magnetometer) GetLidMagnetometer() HardwareFeatures_Present { |
| 1258 | if m != nil { |
| 1259 | return m.LidMagnetometer |
| 1260 | } |
| 1261 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1262 | } |
| 1263 | |
| 1264 | func (m *HardwareFeatures_Magnetometer) GetBaseMagnetometer() HardwareFeatures_Present { |
| 1265 | if m != nil { |
| 1266 | return m.BaseMagnetometer |
| 1267 | } |
| 1268 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1269 | } |
| 1270 | |
| 1271 | type HardwareFeatures_LightSensor struct { |
Tatsuhisa Yamaguchi | 3fe0d4e | 2020-03-26 00:53:01 +0900 | [diff] [blame] | 1272 | // If lid light sensor is present on system |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1273 | LidLightsensor HardwareFeatures_Present `protobuf:"varint,1,opt,name=lid_lightsensor,json=lidLightsensor,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"lid_lightsensor,omitempty"` |
Tatsuhisa Yamaguchi | 3fe0d4e | 2020-03-26 00:53:01 +0900 | [diff] [blame] | 1274 | // If base light sensor is present on system |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1275 | BaseLightsensor HardwareFeatures_Present `protobuf:"varint,2,opt,name=base_lightsensor,json=baseLightsensor,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"base_lightsensor,omitempty"` |
| 1276 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1277 | XXX_unrecognized []byte `json:"-"` |
| 1278 | XXX_sizecache int32 `json:"-"` |
| 1279 | } |
| 1280 | |
| 1281 | func (m *HardwareFeatures_LightSensor) Reset() { *m = HardwareFeatures_LightSensor{} } |
| 1282 | func (m *HardwareFeatures_LightSensor) String() string { return proto.CompactTextString(m) } |
| 1283 | func (*HardwareFeatures_LightSensor) ProtoMessage() {} |
| 1284 | func (*HardwareFeatures_LightSensor) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1285 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 11} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1286 | } |
| 1287 | |
| 1288 | func (m *HardwareFeatures_LightSensor) XXX_Unmarshal(b []byte) error { |
| 1289 | return xxx_messageInfo_HardwareFeatures_LightSensor.Unmarshal(m, b) |
| 1290 | } |
| 1291 | func (m *HardwareFeatures_LightSensor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1292 | return xxx_messageInfo_HardwareFeatures_LightSensor.Marshal(b, m, deterministic) |
| 1293 | } |
| 1294 | func (m *HardwareFeatures_LightSensor) XXX_Merge(src proto.Message) { |
| 1295 | xxx_messageInfo_HardwareFeatures_LightSensor.Merge(m, src) |
| 1296 | } |
| 1297 | func (m *HardwareFeatures_LightSensor) XXX_Size() int { |
| 1298 | return xxx_messageInfo_HardwareFeatures_LightSensor.Size(m) |
| 1299 | } |
| 1300 | func (m *HardwareFeatures_LightSensor) XXX_DiscardUnknown() { |
| 1301 | xxx_messageInfo_HardwareFeatures_LightSensor.DiscardUnknown(m) |
| 1302 | } |
| 1303 | |
| 1304 | var xxx_messageInfo_HardwareFeatures_LightSensor proto.InternalMessageInfo |
| 1305 | |
| 1306 | func (m *HardwareFeatures_LightSensor) GetLidLightsensor() HardwareFeatures_Present { |
| 1307 | if m != nil { |
| 1308 | return m.LidLightsensor |
| 1309 | } |
| 1310 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1311 | } |
| 1312 | |
| 1313 | func (m *HardwareFeatures_LightSensor) GetBaseLightsensor() HardwareFeatures_Present { |
| 1314 | if m != nil { |
| 1315 | return m.BaseLightsensor |
| 1316 | } |
| 1317 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1318 | } |
| 1319 | |
| 1320 | type HardwareFeatures_Screen struct { |
C Shapiro | d236531 | 2020-05-18 14:46:48 -0500 | [diff] [blame] | 1321 | PanelProperties *Component_DisplayPanel_Properties `protobuf:"bytes,3,opt,name=panel_properties,json=panelProperties,proto3" json:"panel_properties,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1322 | // If touch support is present on system |
| 1323 | TouchSupport HardwareFeatures_Present `protobuf:"varint,2,opt,name=touch_support,json=touchSupport,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"touch_support,omitempty"` |
| 1324 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1325 | XXX_unrecognized []byte `json:"-"` |
| 1326 | XXX_sizecache int32 `json:"-"` |
| 1327 | } |
| 1328 | |
| 1329 | func (m *HardwareFeatures_Screen) Reset() { *m = HardwareFeatures_Screen{} } |
| 1330 | func (m *HardwareFeatures_Screen) String() string { return proto.CompactTextString(m) } |
| 1331 | func (*HardwareFeatures_Screen) ProtoMessage() {} |
| 1332 | func (*HardwareFeatures_Screen) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1333 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 12} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1334 | } |
| 1335 | |
| 1336 | func (m *HardwareFeatures_Screen) XXX_Unmarshal(b []byte) error { |
| 1337 | return xxx_messageInfo_HardwareFeatures_Screen.Unmarshal(m, b) |
| 1338 | } |
| 1339 | func (m *HardwareFeatures_Screen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1340 | return xxx_messageInfo_HardwareFeatures_Screen.Marshal(b, m, deterministic) |
| 1341 | } |
| 1342 | func (m *HardwareFeatures_Screen) XXX_Merge(src proto.Message) { |
| 1343 | xxx_messageInfo_HardwareFeatures_Screen.Merge(m, src) |
| 1344 | } |
| 1345 | func (m *HardwareFeatures_Screen) XXX_Size() int { |
| 1346 | return xxx_messageInfo_HardwareFeatures_Screen.Size(m) |
| 1347 | } |
| 1348 | func (m *HardwareFeatures_Screen) XXX_DiscardUnknown() { |
| 1349 | xxx_messageInfo_HardwareFeatures_Screen.DiscardUnknown(m) |
| 1350 | } |
| 1351 | |
| 1352 | var xxx_messageInfo_HardwareFeatures_Screen proto.InternalMessageInfo |
| 1353 | |
C Shapiro | d236531 | 2020-05-18 14:46:48 -0500 | [diff] [blame] | 1354 | func (m *HardwareFeatures_Screen) GetPanelProperties() *Component_DisplayPanel_Properties { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1355 | if m != nil { |
C Shapiro | d236531 | 2020-05-18 14:46:48 -0500 | [diff] [blame] | 1356 | return m.PanelProperties |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1357 | } |
| 1358 | return nil |
| 1359 | } |
| 1360 | |
| 1361 | func (m *HardwareFeatures_Screen) GetTouchSupport() HardwareFeatures_Present { |
| 1362 | if m != nil { |
| 1363 | return m.TouchSupport |
| 1364 | } |
| 1365 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1366 | } |
| 1367 | |
| 1368 | type HardwareFeatures_FormFactor struct { |
| 1369 | // Form factory of system |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 1370 | FormFactor HardwareFeatures_FormFactor_FormFactorType `protobuf:"varint,1,opt,name=form_factor,json=formFactor,proto3,enum=chromiumos.config.api.HardwareFeatures_FormFactor_FormFactorType" json:"form_factor,omitempty"` |
| 1371 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1372 | XXX_unrecognized []byte `json:"-"` |
| 1373 | XXX_sizecache int32 `json:"-"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1374 | } |
| 1375 | |
| 1376 | func (m *HardwareFeatures_FormFactor) Reset() { *m = HardwareFeatures_FormFactor{} } |
| 1377 | func (m *HardwareFeatures_FormFactor) String() string { return proto.CompactTextString(m) } |
| 1378 | func (*HardwareFeatures_FormFactor) ProtoMessage() {} |
| 1379 | func (*HardwareFeatures_FormFactor) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1380 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 13} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1381 | } |
| 1382 | |
| 1383 | func (m *HardwareFeatures_FormFactor) XXX_Unmarshal(b []byte) error { |
| 1384 | return xxx_messageInfo_HardwareFeatures_FormFactor.Unmarshal(m, b) |
| 1385 | } |
| 1386 | func (m *HardwareFeatures_FormFactor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1387 | return xxx_messageInfo_HardwareFeatures_FormFactor.Marshal(b, m, deterministic) |
| 1388 | } |
| 1389 | func (m *HardwareFeatures_FormFactor) XXX_Merge(src proto.Message) { |
| 1390 | xxx_messageInfo_HardwareFeatures_FormFactor.Merge(m, src) |
| 1391 | } |
| 1392 | func (m *HardwareFeatures_FormFactor) XXX_Size() int { |
| 1393 | return xxx_messageInfo_HardwareFeatures_FormFactor.Size(m) |
| 1394 | } |
| 1395 | func (m *HardwareFeatures_FormFactor) XXX_DiscardUnknown() { |
| 1396 | xxx_messageInfo_HardwareFeatures_FormFactor.DiscardUnknown(m) |
| 1397 | } |
| 1398 | |
| 1399 | var xxx_messageInfo_HardwareFeatures_FormFactor proto.InternalMessageInfo |
| 1400 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 1401 | func (m *HardwareFeatures_FormFactor) GetFormFactor() HardwareFeatures_FormFactor_FormFactorType { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1402 | if m != nil { |
| 1403 | return m.FormFactor |
| 1404 | } |
| 1405 | return HardwareFeatures_FormFactor_FORM_FACTOR_UNKNOWN |
| 1406 | } |
| 1407 | |
| 1408 | type HardwareFeatures_Stylus struct { |
| 1409 | // Type of stylus |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 1410 | Stylus HardwareFeatures_Stylus_StylusType `protobuf:"varint,1,opt,name=stylus,proto3,enum=chromiumos.config.api.HardwareFeatures_Stylus_StylusType" json:"stylus,omitempty"` |
| 1411 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1412 | XXX_unrecognized []byte `json:"-"` |
| 1413 | XXX_sizecache int32 `json:"-"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1414 | } |
| 1415 | |
| 1416 | func (m *HardwareFeatures_Stylus) Reset() { *m = HardwareFeatures_Stylus{} } |
| 1417 | func (m *HardwareFeatures_Stylus) String() string { return proto.CompactTextString(m) } |
| 1418 | func (*HardwareFeatures_Stylus) ProtoMessage() {} |
| 1419 | func (*HardwareFeatures_Stylus) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1420 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 14} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1421 | } |
| 1422 | |
| 1423 | func (m *HardwareFeatures_Stylus) XXX_Unmarshal(b []byte) error { |
| 1424 | return xxx_messageInfo_HardwareFeatures_Stylus.Unmarshal(m, b) |
| 1425 | } |
| 1426 | func (m *HardwareFeatures_Stylus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1427 | return xxx_messageInfo_HardwareFeatures_Stylus.Marshal(b, m, deterministic) |
| 1428 | } |
| 1429 | func (m *HardwareFeatures_Stylus) XXX_Merge(src proto.Message) { |
| 1430 | xxx_messageInfo_HardwareFeatures_Stylus.Merge(m, src) |
| 1431 | } |
| 1432 | func (m *HardwareFeatures_Stylus) XXX_Size() int { |
| 1433 | return xxx_messageInfo_HardwareFeatures_Stylus.Size(m) |
| 1434 | } |
| 1435 | func (m *HardwareFeatures_Stylus) XXX_DiscardUnknown() { |
| 1436 | xxx_messageInfo_HardwareFeatures_Stylus.DiscardUnknown(m) |
| 1437 | } |
| 1438 | |
| 1439 | var xxx_messageInfo_HardwareFeatures_Stylus proto.InternalMessageInfo |
| 1440 | |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 1441 | func (m *HardwareFeatures_Stylus) GetStylus() HardwareFeatures_Stylus_StylusType { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1442 | if m != nil { |
| 1443 | return m.Stylus |
| 1444 | } |
| 1445 | return HardwareFeatures_Stylus_STYLUS_UNKNOWN |
| 1446 | } |
| 1447 | |
| 1448 | type HardwareFeatures_Keyboard struct { |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 1449 | // Type of keyboard present on system |
| 1450 | KeyboardType HardwareFeatures_Keyboard_KeyboardType `protobuf:"varint,1,opt,name=keyboard_type,json=keyboardType,proto3,enum=chromiumos.config.api.HardwareFeatures_Keyboard_KeyboardType" json:"keyboard_type,omitempty"` |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1451 | // If keyboard backlight is present on system |
| 1452 | Backlight HardwareFeatures_Present `protobuf:"varint,2,opt,name=backlight,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"backlight,omitempty"` |
| 1453 | // If power button is present on keyboard |
| 1454 | PowerButton HardwareFeatures_Present `protobuf:"varint,3,opt,name=power_button,json=powerButton,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"power_button,omitempty"` |
| 1455 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1456 | XXX_unrecognized []byte `json:"-"` |
| 1457 | XXX_sizecache int32 `json:"-"` |
| 1458 | } |
| 1459 | |
| 1460 | func (m *HardwareFeatures_Keyboard) Reset() { *m = HardwareFeatures_Keyboard{} } |
| 1461 | func (m *HardwareFeatures_Keyboard) String() string { return proto.CompactTextString(m) } |
| 1462 | func (*HardwareFeatures_Keyboard) ProtoMessage() {} |
| 1463 | func (*HardwareFeatures_Keyboard) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1464 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 15} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1465 | } |
| 1466 | |
| 1467 | func (m *HardwareFeatures_Keyboard) XXX_Unmarshal(b []byte) error { |
| 1468 | return xxx_messageInfo_HardwareFeatures_Keyboard.Unmarshal(m, b) |
| 1469 | } |
| 1470 | func (m *HardwareFeatures_Keyboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1471 | return xxx_messageInfo_HardwareFeatures_Keyboard.Marshal(b, m, deterministic) |
| 1472 | } |
| 1473 | func (m *HardwareFeatures_Keyboard) XXX_Merge(src proto.Message) { |
| 1474 | xxx_messageInfo_HardwareFeatures_Keyboard.Merge(m, src) |
| 1475 | } |
| 1476 | func (m *HardwareFeatures_Keyboard) XXX_Size() int { |
| 1477 | return xxx_messageInfo_HardwareFeatures_Keyboard.Size(m) |
| 1478 | } |
| 1479 | func (m *HardwareFeatures_Keyboard) XXX_DiscardUnknown() { |
| 1480 | xxx_messageInfo_HardwareFeatures_Keyboard.DiscardUnknown(m) |
| 1481 | } |
| 1482 | |
| 1483 | var xxx_messageInfo_HardwareFeatures_Keyboard proto.InternalMessageInfo |
| 1484 | |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 1485 | func (m *HardwareFeatures_Keyboard) GetKeyboardType() HardwareFeatures_Keyboard_KeyboardType { |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1486 | if m != nil { |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 1487 | return m.KeyboardType |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1488 | } |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 1489 | return HardwareFeatures_Keyboard_KEYBOARD_TYPE_UNKNOWN |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1490 | } |
| 1491 | |
| 1492 | func (m *HardwareFeatures_Keyboard) GetBacklight() HardwareFeatures_Present { |
| 1493 | if m != nil { |
| 1494 | return m.Backlight |
| 1495 | } |
| 1496 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1497 | } |
| 1498 | |
| 1499 | func (m *HardwareFeatures_Keyboard) GetPowerButton() HardwareFeatures_Present { |
| 1500 | if m != nil { |
| 1501 | return m.PowerButton |
| 1502 | } |
| 1503 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1504 | } |
| 1505 | |
| 1506 | type HardwareFeatures_Memory struct { |
| 1507 | Profile *Component_Memory_Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` |
| 1508 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1509 | XXX_unrecognized []byte `json:"-"` |
| 1510 | XXX_sizecache int32 `json:"-"` |
| 1511 | } |
| 1512 | |
| 1513 | func (m *HardwareFeatures_Memory) Reset() { *m = HardwareFeatures_Memory{} } |
| 1514 | func (m *HardwareFeatures_Memory) String() string { return proto.CompactTextString(m) } |
| 1515 | func (*HardwareFeatures_Memory) ProtoMessage() {} |
| 1516 | func (*HardwareFeatures_Memory) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1517 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 16} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1518 | } |
| 1519 | |
| 1520 | func (m *HardwareFeatures_Memory) XXX_Unmarshal(b []byte) error { |
| 1521 | return xxx_messageInfo_HardwareFeatures_Memory.Unmarshal(m, b) |
| 1522 | } |
| 1523 | func (m *HardwareFeatures_Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1524 | return xxx_messageInfo_HardwareFeatures_Memory.Marshal(b, m, deterministic) |
| 1525 | } |
| 1526 | func (m *HardwareFeatures_Memory) XXX_Merge(src proto.Message) { |
| 1527 | xxx_messageInfo_HardwareFeatures_Memory.Merge(m, src) |
| 1528 | } |
| 1529 | func (m *HardwareFeatures_Memory) XXX_Size() int { |
| 1530 | return xxx_messageInfo_HardwareFeatures_Memory.Size(m) |
| 1531 | } |
| 1532 | func (m *HardwareFeatures_Memory) XXX_DiscardUnknown() { |
| 1533 | xxx_messageInfo_HardwareFeatures_Memory.DiscardUnknown(m) |
| 1534 | } |
| 1535 | |
| 1536 | var xxx_messageInfo_HardwareFeatures_Memory proto.InternalMessageInfo |
| 1537 | |
| 1538 | func (m *HardwareFeatures_Memory) GetProfile() *Component_Memory_Profile { |
| 1539 | if m != nil { |
| 1540 | return m.Profile |
| 1541 | } |
| 1542 | return nil |
| 1543 | } |
| 1544 | |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 1545 | type HardwareFeatures_Fingerprint struct { |
| 1546 | // Location of fingerprint sensor |
C Shapiro | df9dd93 | 2020-03-14 14:40:56 -0500 | [diff] [blame] | 1547 | Location HardwareFeatures_Fingerprint_Location `protobuf:"varint,1,opt,name=location,proto3,enum=chromiumos.config.api.HardwareFeatures_Fingerprint_Location" json:"location,omitempty"` |
| 1548 | // Fingerprint board used. |
Tom Hughes | dfc3540 | 2020-06-29 16:02:09 -0700 | [diff] [blame] | 1549 | Board string `protobuf:"bytes,2,opt,name=board,proto3" json:"board,omitempty"` |
| 1550 | // Read-only (RO) firmware version to use (empty means use default). |
| 1551 | RoVersion string `protobuf:"bytes,3,opt,name=ro_version,json=roVersion,proto3" json:"ro_version,omitempty"` |
C Shapiro | df9dd93 | 2020-03-14 14:40:56 -0500 | [diff] [blame] | 1552 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1553 | XXX_unrecognized []byte `json:"-"` |
| 1554 | XXX_sizecache int32 `json:"-"` |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 1555 | } |
| 1556 | |
| 1557 | func (m *HardwareFeatures_Fingerprint) Reset() { *m = HardwareFeatures_Fingerprint{} } |
| 1558 | func (m *HardwareFeatures_Fingerprint) String() string { return proto.CompactTextString(m) } |
| 1559 | func (*HardwareFeatures_Fingerprint) ProtoMessage() {} |
| 1560 | func (*HardwareFeatures_Fingerprint) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1561 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 17} |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 1562 | } |
| 1563 | |
| 1564 | func (m *HardwareFeatures_Fingerprint) XXX_Unmarshal(b []byte) error { |
| 1565 | return xxx_messageInfo_HardwareFeatures_Fingerprint.Unmarshal(m, b) |
| 1566 | } |
| 1567 | func (m *HardwareFeatures_Fingerprint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1568 | return xxx_messageInfo_HardwareFeatures_Fingerprint.Marshal(b, m, deterministic) |
| 1569 | } |
| 1570 | func (m *HardwareFeatures_Fingerprint) XXX_Merge(src proto.Message) { |
| 1571 | xxx_messageInfo_HardwareFeatures_Fingerprint.Merge(m, src) |
| 1572 | } |
| 1573 | func (m *HardwareFeatures_Fingerprint) XXX_Size() int { |
| 1574 | return xxx_messageInfo_HardwareFeatures_Fingerprint.Size(m) |
| 1575 | } |
| 1576 | func (m *HardwareFeatures_Fingerprint) XXX_DiscardUnknown() { |
| 1577 | xxx_messageInfo_HardwareFeatures_Fingerprint.DiscardUnknown(m) |
| 1578 | } |
| 1579 | |
| 1580 | var xxx_messageInfo_HardwareFeatures_Fingerprint proto.InternalMessageInfo |
| 1581 | |
| 1582 | func (m *HardwareFeatures_Fingerprint) GetLocation() HardwareFeatures_Fingerprint_Location { |
| 1583 | if m != nil { |
| 1584 | return m.Location |
| 1585 | } |
| 1586 | return HardwareFeatures_Fingerprint_LOCATION_UNKNOWN |
| 1587 | } |
| 1588 | |
C Shapiro | df9dd93 | 2020-03-14 14:40:56 -0500 | [diff] [blame] | 1589 | func (m *HardwareFeatures_Fingerprint) GetBoard() string { |
| 1590 | if m != nil { |
| 1591 | return m.Board |
| 1592 | } |
| 1593 | return "" |
| 1594 | } |
| 1595 | |
Tom Hughes | dfc3540 | 2020-06-29 16:02:09 -0700 | [diff] [blame] | 1596 | func (m *HardwareFeatures_Fingerprint) GetRoVersion() string { |
| 1597 | if m != nil { |
| 1598 | return m.RoVersion |
| 1599 | } |
| 1600 | return "" |
| 1601 | } |
| 1602 | |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1603 | type HardwareFeatures_Storage struct { |
Sean McAllister | a84b734 | 2020-06-23 18:08:48 -0600 | [diff] [blame] | 1604 | StorageType Component_Storage_StorageType `protobuf:"varint,1,opt,name=storage_type,json=storageType,proto3,enum=chromiumos.config.api.Component_Storage_StorageType" json:"storage_type,omitempty"` |
| 1605 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1606 | XXX_unrecognized []byte `json:"-"` |
| 1607 | XXX_sizecache int32 `json:"-"` |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1608 | } |
| 1609 | |
| 1610 | func (m *HardwareFeatures_Storage) Reset() { *m = HardwareFeatures_Storage{} } |
| 1611 | func (m *HardwareFeatures_Storage) String() string { return proto.CompactTextString(m) } |
| 1612 | func (*HardwareFeatures_Storage) ProtoMessage() {} |
| 1613 | func (*HardwareFeatures_Storage) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1614 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 18} |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1615 | } |
| 1616 | |
| 1617 | func (m *HardwareFeatures_Storage) XXX_Unmarshal(b []byte) error { |
| 1618 | return xxx_messageInfo_HardwareFeatures_Storage.Unmarshal(m, b) |
| 1619 | } |
| 1620 | func (m *HardwareFeatures_Storage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1621 | return xxx_messageInfo_HardwareFeatures_Storage.Marshal(b, m, deterministic) |
| 1622 | } |
| 1623 | func (m *HardwareFeatures_Storage) XXX_Merge(src proto.Message) { |
| 1624 | xxx_messageInfo_HardwareFeatures_Storage.Merge(m, src) |
| 1625 | } |
| 1626 | func (m *HardwareFeatures_Storage) XXX_Size() int { |
| 1627 | return xxx_messageInfo_HardwareFeatures_Storage.Size(m) |
| 1628 | } |
| 1629 | func (m *HardwareFeatures_Storage) XXX_DiscardUnknown() { |
| 1630 | xxx_messageInfo_HardwareFeatures_Storage.DiscardUnknown(m) |
| 1631 | } |
| 1632 | |
| 1633 | var xxx_messageInfo_HardwareFeatures_Storage proto.InternalMessageInfo |
| 1634 | |
Sean McAllister | a84b734 | 2020-06-23 18:08:48 -0600 | [diff] [blame] | 1635 | func (m *HardwareFeatures_Storage) GetStorageType() Component_Storage_StorageType { |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1636 | if m != nil { |
| 1637 | return m.StorageType |
| 1638 | } |
Sean McAllister | a84b734 | 2020-06-23 18:08:48 -0600 | [diff] [blame] | 1639 | return Component_Storage_STORAGE_TYPE_UNKNOWN |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1640 | } |
| 1641 | |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 1642 | type HardwareFeatures_Bluetooth struct { |
| 1643 | // Defines the specific bt component used in the design config |
| 1644 | Component *Component_Bluetooth `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` |
| 1645 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1646 | XXX_unrecognized []byte `json:"-"` |
| 1647 | XXX_sizecache int32 `json:"-"` |
| 1648 | } |
| 1649 | |
| 1650 | func (m *HardwareFeatures_Bluetooth) Reset() { *m = HardwareFeatures_Bluetooth{} } |
| 1651 | func (m *HardwareFeatures_Bluetooth) String() string { return proto.CompactTextString(m) } |
| 1652 | func (*HardwareFeatures_Bluetooth) ProtoMessage() {} |
| 1653 | func (*HardwareFeatures_Bluetooth) Descriptor() ([]byte, []int) { |
| 1654 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 19} |
| 1655 | } |
| 1656 | |
| 1657 | func (m *HardwareFeatures_Bluetooth) XXX_Unmarshal(b []byte) error { |
| 1658 | return xxx_messageInfo_HardwareFeatures_Bluetooth.Unmarshal(m, b) |
| 1659 | } |
| 1660 | func (m *HardwareFeatures_Bluetooth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1661 | return xxx_messageInfo_HardwareFeatures_Bluetooth.Marshal(b, m, deterministic) |
| 1662 | } |
| 1663 | func (m *HardwareFeatures_Bluetooth) XXX_Merge(src proto.Message) { |
| 1664 | xxx_messageInfo_HardwareFeatures_Bluetooth.Merge(m, src) |
| 1665 | } |
| 1666 | func (m *HardwareFeatures_Bluetooth) XXX_Size() int { |
| 1667 | return xxx_messageInfo_HardwareFeatures_Bluetooth.Size(m) |
| 1668 | } |
| 1669 | func (m *HardwareFeatures_Bluetooth) XXX_DiscardUnknown() { |
| 1670 | xxx_messageInfo_HardwareFeatures_Bluetooth.DiscardUnknown(m) |
| 1671 | } |
| 1672 | |
| 1673 | var xxx_messageInfo_HardwareFeatures_Bluetooth proto.InternalMessageInfo |
| 1674 | |
| 1675 | func (m *HardwareFeatures_Bluetooth) GetComponent() *Component_Bluetooth { |
| 1676 | if m != nil { |
| 1677 | return m.Component |
| 1678 | } |
| 1679 | return nil |
| 1680 | } |
| 1681 | |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 1682 | type HardwareFeatures_BarrelJack struct { |
| 1683 | // If BarrelJack support is present on system. |
| 1684 | Present HardwareFeatures_Present `protobuf:"varint,1,opt,name=present,proto3,enum=chromiumos.config.api.HardwareFeatures_Present" json:"present,omitempty"` |
| 1685 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1686 | XXX_unrecognized []byte `json:"-"` |
| 1687 | XXX_sizecache int32 `json:"-"` |
| 1688 | } |
| 1689 | |
| 1690 | func (m *HardwareFeatures_BarrelJack) Reset() { *m = HardwareFeatures_BarrelJack{} } |
| 1691 | func (m *HardwareFeatures_BarrelJack) String() string { return proto.CompactTextString(m) } |
| 1692 | func (*HardwareFeatures_BarrelJack) ProtoMessage() {} |
| 1693 | func (*HardwareFeatures_BarrelJack) Descriptor() ([]byte, []int) { |
| 1694 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 20} |
| 1695 | } |
| 1696 | |
| 1697 | func (m *HardwareFeatures_BarrelJack) XXX_Unmarshal(b []byte) error { |
| 1698 | return xxx_messageInfo_HardwareFeatures_BarrelJack.Unmarshal(m, b) |
| 1699 | } |
| 1700 | func (m *HardwareFeatures_BarrelJack) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1701 | return xxx_messageInfo_HardwareFeatures_BarrelJack.Marshal(b, m, deterministic) |
| 1702 | } |
| 1703 | func (m *HardwareFeatures_BarrelJack) XXX_Merge(src proto.Message) { |
| 1704 | xxx_messageInfo_HardwareFeatures_BarrelJack.Merge(m, src) |
| 1705 | } |
| 1706 | func (m *HardwareFeatures_BarrelJack) XXX_Size() int { |
| 1707 | return xxx_messageInfo_HardwareFeatures_BarrelJack.Size(m) |
| 1708 | } |
| 1709 | func (m *HardwareFeatures_BarrelJack) XXX_DiscardUnknown() { |
| 1710 | xxx_messageInfo_HardwareFeatures_BarrelJack.DiscardUnknown(m) |
| 1711 | } |
| 1712 | |
| 1713 | var xxx_messageInfo_HardwareFeatures_BarrelJack proto.InternalMessageInfo |
| 1714 | |
| 1715 | func (m *HardwareFeatures_BarrelJack) GetPresent() HardwareFeatures_Present { |
| 1716 | if m != nil { |
| 1717 | return m.Present |
| 1718 | } |
| 1719 | return HardwareFeatures_PRESENT_UNKNOWN |
| 1720 | } |
| 1721 | |
Prathmesh Prabhu | 5b4cfca | 2020-06-04 10:32:51 -0700 | [diff] [blame] | 1722 | // Wifi properties |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 1723 | // NEXT TAG: 3 |
Prathmesh Prabhu | 5b4cfca | 2020-06-04 10:32:51 -0700 | [diff] [blame] | 1724 | type HardwareFeatures_Wifi struct { |
| 1725 | // WLAN protocols supported by the Wifi chipset(s). |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 1726 | SupportedWlanProtocols []Component_Wifi_WLANProtocol `protobuf:"varint,1,rep,packed,name=supported_wlan_protocols,json=supportedWlanProtocols,proto3,enum=chromiumos.config.api.Component_Wifi_WLANProtocol" json:"supported_wlan_protocols,omitempty"` |
| 1727 | WifiChips []HardwareFeatures_Wifi_WifiChip `protobuf:"varint,2,rep,packed,name=wifi_chips,json=wifiChips,proto3,enum=chromiumos.config.api.HardwareFeatures_Wifi_WifiChip" json:"wifi_chips,omitempty"` |
| 1728 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1729 | XXX_unrecognized []byte `json:"-"` |
| 1730 | XXX_sizecache int32 `json:"-"` |
Prathmesh Prabhu | 5b4cfca | 2020-06-04 10:32:51 -0700 | [diff] [blame] | 1731 | } |
| 1732 | |
| 1733 | func (m *HardwareFeatures_Wifi) Reset() { *m = HardwareFeatures_Wifi{} } |
| 1734 | func (m *HardwareFeatures_Wifi) String() string { return proto.CompactTextString(m) } |
| 1735 | func (*HardwareFeatures_Wifi) ProtoMessage() {} |
| 1736 | func (*HardwareFeatures_Wifi) Descriptor() ([]byte, []int) { |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 1737 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 21} |
Prathmesh Prabhu | 5b4cfca | 2020-06-04 10:32:51 -0700 | [diff] [blame] | 1738 | } |
| 1739 | |
| 1740 | func (m *HardwareFeatures_Wifi) XXX_Unmarshal(b []byte) error { |
| 1741 | return xxx_messageInfo_HardwareFeatures_Wifi.Unmarshal(m, b) |
| 1742 | } |
| 1743 | func (m *HardwareFeatures_Wifi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1744 | return xxx_messageInfo_HardwareFeatures_Wifi.Marshal(b, m, deterministic) |
| 1745 | } |
| 1746 | func (m *HardwareFeatures_Wifi) XXX_Merge(src proto.Message) { |
| 1747 | xxx_messageInfo_HardwareFeatures_Wifi.Merge(m, src) |
| 1748 | } |
| 1749 | func (m *HardwareFeatures_Wifi) XXX_Size() int { |
| 1750 | return xxx_messageInfo_HardwareFeatures_Wifi.Size(m) |
| 1751 | } |
| 1752 | func (m *HardwareFeatures_Wifi) XXX_DiscardUnknown() { |
| 1753 | xxx_messageInfo_HardwareFeatures_Wifi.DiscardUnknown(m) |
| 1754 | } |
| 1755 | |
| 1756 | var xxx_messageInfo_HardwareFeatures_Wifi proto.InternalMessageInfo |
| 1757 | |
| 1758 | func (m *HardwareFeatures_Wifi) GetSupportedWlanProtocols() []Component_Wifi_WLANProtocol { |
| 1759 | if m != nil { |
| 1760 | return m.SupportedWlanProtocols |
| 1761 | } |
| 1762 | return nil |
| 1763 | } |
| 1764 | |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 1765 | func (m *HardwareFeatures_Wifi) GetWifiChips() []HardwareFeatures_Wifi_WifiChip { |
| 1766 | if m != nil { |
| 1767 | return m.WifiChips |
| 1768 | } |
| 1769 | return nil |
| 1770 | } |
| 1771 | |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 1772 | type HardwareFeatures_Button struct { |
| 1773 | Region HardwareFeatures_Button_Region `protobuf:"varint,1,opt,name=region,proto3,enum=chromiumos.config.api.HardwareFeatures_Button_Region" json:"region,omitempty"` |
| 1774 | Edge HardwareFeatures_Button_Edge `protobuf:"varint,2,opt,name=edge,proto3,enum=chromiumos.config.api.HardwareFeatures_Button_Edge" json:"edge,omitempty"` |
| 1775 | // The percentage for button center position to the display's width/height |
| 1776 | // in primary landscape screen orientation. If Edge is LEFT or RIGHT, |
| 1777 | // specifies the button's center position as a fraction of the Region's |
| 1778 | // height relative to the top of the Region. For TOP and BOTTOM, specifies |
| 1779 | // the position as a fraction of the Region's width relative to the left |
| 1780 | // side of the Region. |
| 1781 | Position float32 `protobuf:"fixed32,3,opt,name=position,proto3" json:"position,omitempty"` |
| 1782 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1783 | XXX_unrecognized []byte `json:"-"` |
| 1784 | XXX_sizecache int32 `json:"-"` |
| 1785 | } |
| 1786 | |
| 1787 | func (m *HardwareFeatures_Button) Reset() { *m = HardwareFeatures_Button{} } |
| 1788 | func (m *HardwareFeatures_Button) String() string { return proto.CompactTextString(m) } |
| 1789 | func (*HardwareFeatures_Button) ProtoMessage() {} |
| 1790 | func (*HardwareFeatures_Button) Descriptor() ([]byte, []int) { |
| 1791 | return fileDescriptor_9bdbf9c393c85c5f, []int{1, 22} |
| 1792 | } |
| 1793 | |
| 1794 | func (m *HardwareFeatures_Button) XXX_Unmarshal(b []byte) error { |
| 1795 | return xxx_messageInfo_HardwareFeatures_Button.Unmarshal(m, b) |
| 1796 | } |
| 1797 | func (m *HardwareFeatures_Button) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1798 | return xxx_messageInfo_HardwareFeatures_Button.Marshal(b, m, deterministic) |
| 1799 | } |
| 1800 | func (m *HardwareFeatures_Button) XXX_Merge(src proto.Message) { |
| 1801 | xxx_messageInfo_HardwareFeatures_Button.Merge(m, src) |
| 1802 | } |
| 1803 | func (m *HardwareFeatures_Button) XXX_Size() int { |
| 1804 | return xxx_messageInfo_HardwareFeatures_Button.Size(m) |
| 1805 | } |
| 1806 | func (m *HardwareFeatures_Button) XXX_DiscardUnknown() { |
| 1807 | xxx_messageInfo_HardwareFeatures_Button.DiscardUnknown(m) |
| 1808 | } |
| 1809 | |
| 1810 | var xxx_messageInfo_HardwareFeatures_Button proto.InternalMessageInfo |
| 1811 | |
| 1812 | func (m *HardwareFeatures_Button) GetRegion() HardwareFeatures_Button_Region { |
| 1813 | if m != nil { |
| 1814 | return m.Region |
| 1815 | } |
| 1816 | return HardwareFeatures_Button_REGION_UNKNOWN |
| 1817 | } |
| 1818 | |
| 1819 | func (m *HardwareFeatures_Button) GetEdge() HardwareFeatures_Button_Edge { |
| 1820 | if m != nil { |
| 1821 | return m.Edge |
| 1822 | } |
| 1823 | return HardwareFeatures_Button_EDGE_UNKNOWN |
| 1824 | } |
| 1825 | |
| 1826 | func (m *HardwareFeatures_Button) GetPosition() float32 { |
| 1827 | if m != nil { |
| 1828 | return m.Position |
| 1829 | } |
| 1830 | return 0 |
| 1831 | } |
| 1832 | |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1833 | func init() { |
| 1834 | proto.RegisterEnum("chromiumos.config.api.Topology_Type", Topology_Type_name, Topology_Type_value) |
| 1835 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Present", HardwareFeatures_Present_name, HardwareFeatures_Present_value) |
| 1836 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Audio_AudioCodec", HardwareFeatures_Audio_AudioCodec_name, HardwareFeatures_Audio_AudioCodec_value) |
Andrew Lamb | a27b69c | 2020-03-17 09:42:25 -0600 | [diff] [blame] | 1837 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_FormFactor_FormFactorType", HardwareFeatures_FormFactor_FormFactorType_name, HardwareFeatures_FormFactor_FormFactorType_value) |
| 1838 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Stylus_StylusType", HardwareFeatures_Stylus_StylusType_name, HardwareFeatures_Stylus_StylusType_value) |
Jett Rink | 0858d22 | 2020-03-19 11:27:54 -0600 | [diff] [blame] | 1839 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Keyboard_KeyboardType", HardwareFeatures_Keyboard_KeyboardType_name, HardwareFeatures_Keyboard_KeyboardType_value) |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 1840 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Fingerprint_Location", HardwareFeatures_Fingerprint_Location_name, HardwareFeatures_Fingerprint_Location_value) |
Jason Kusuma | e95694b | 2020-07-13 18:03:51 -0700 | [diff] [blame] | 1841 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Wifi_WifiChip", HardwareFeatures_Wifi_WifiChip_name, HardwareFeatures_Wifi_WifiChip_value) |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 1842 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Button_Region", HardwareFeatures_Button_Region_name, HardwareFeatures_Button_Region_value) |
| 1843 | proto.RegisterEnum("chromiumos.config.api.HardwareFeatures_Button_Edge", HardwareFeatures_Button_Edge_name, HardwareFeatures_Button_Edge_value) |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1844 | proto.RegisterType((*Topology)(nil), "chromiumos.config.api.Topology") |
| 1845 | proto.RegisterMapType((map[string]string)(nil), "chromiumos.config.api.Topology.DescriptionEntry") |
| 1846 | proto.RegisterType((*HardwareFeatures)(nil), "chromiumos.config.api.HardwareFeatures") |
| 1847 | proto.RegisterType((*HardwareFeatures_Count)(nil), "chromiumos.config.api.HardwareFeatures.Count") |
| 1848 | proto.RegisterType((*HardwareFeatures_UsbC)(nil), "chromiumos.config.api.HardwareFeatures.UsbC") |
| 1849 | proto.RegisterType((*HardwareFeatures_UsbA)(nil), "chromiumos.config.api.HardwareFeatures.UsbA") |
| 1850 | proto.RegisterType((*HardwareFeatures_Lte)(nil), "chromiumos.config.api.HardwareFeatures.Lte") |
| 1851 | proto.RegisterType((*HardwareFeatures_Hdmi)(nil), "chromiumos.config.api.HardwareFeatures.Hdmi") |
| 1852 | proto.RegisterType((*HardwareFeatures_FirmwareConfiguration)(nil), "chromiumos.config.api.HardwareFeatures.FirmwareConfiguration") |
| 1853 | proto.RegisterType((*HardwareFeatures_Audio)(nil), "chromiumos.config.api.HardwareFeatures.Audio") |
| 1854 | proto.RegisterType((*HardwareFeatures_Camera)(nil), "chromiumos.config.api.HardwareFeatures.Camera") |
| 1855 | proto.RegisterType((*HardwareFeatures_Accelerometer)(nil), "chromiumos.config.api.HardwareFeatures.Accelerometer") |
| 1856 | proto.RegisterType((*HardwareFeatures_Gyroscope)(nil), "chromiumos.config.api.HardwareFeatures.Gyroscope") |
| 1857 | proto.RegisterType((*HardwareFeatures_Magnetometer)(nil), "chromiumos.config.api.HardwareFeatures.Magnetometer") |
| 1858 | proto.RegisterType((*HardwareFeatures_LightSensor)(nil), "chromiumos.config.api.HardwareFeatures.LightSensor") |
| 1859 | proto.RegisterType((*HardwareFeatures_Screen)(nil), "chromiumos.config.api.HardwareFeatures.Screen") |
| 1860 | proto.RegisterType((*HardwareFeatures_FormFactor)(nil), "chromiumos.config.api.HardwareFeatures.FormFactor") |
| 1861 | proto.RegisterType((*HardwareFeatures_Stylus)(nil), "chromiumos.config.api.HardwareFeatures.Stylus") |
| 1862 | proto.RegisterType((*HardwareFeatures_Keyboard)(nil), "chromiumos.config.api.HardwareFeatures.Keyboard") |
| 1863 | proto.RegisterType((*HardwareFeatures_Memory)(nil), "chromiumos.config.api.HardwareFeatures.Memory") |
Jett Rink | 82da31e | 2020-03-13 11:46:26 -0600 | [diff] [blame] | 1864 | proto.RegisterType((*HardwareFeatures_Fingerprint)(nil), "chromiumos.config.api.HardwareFeatures.Fingerprint") |
Jett Rink | e27c705 | 2020-03-19 11:42:05 -0600 | [diff] [blame] | 1865 | proto.RegisterType((*HardwareFeatures_Storage)(nil), "chromiumos.config.api.HardwareFeatures.Storage") |
C Shapiro | a681fad | 2020-04-15 17:05:03 -0500 | [diff] [blame] | 1866 | proto.RegisterType((*HardwareFeatures_Bluetooth)(nil), "chromiumos.config.api.HardwareFeatures.Bluetooth") |
Josie Nordrum | 206be1b | 2020-06-04 12:20:16 -0600 | [diff] [blame] | 1867 | proto.RegisterType((*HardwareFeatures_BarrelJack)(nil), "chromiumos.config.api.HardwareFeatures.BarrelJack") |
Prathmesh Prabhu | 5b4cfca | 2020-06-04 10:32:51 -0700 | [diff] [blame] | 1868 | proto.RegisterType((*HardwareFeatures_Wifi)(nil), "chromiumos.config.api.HardwareFeatures.Wifi") |
Andrew Lamb | b44fb03 | 2020-06-17 11:39:02 -0600 | [diff] [blame] | 1869 | proto.RegisterType((*HardwareFeatures_Button)(nil), "chromiumos.config.api.HardwareFeatures.Button") |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1870 | } |
| 1871 | |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1872 | func init() { |
| 1873 | proto.RegisterFile("chromiumos/config/api/topology.proto", fileDescriptor_9bdbf9c393c85c5f) |
| 1874 | } |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1875 | |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame] | 1876 | var fileDescriptor_9bdbf9c393c85c5f = []byte{ |
YH Lin | bbe7d3f | 2020-07-29 10:26:16 -0700 | [diff] [blame] | 1877 | // 2301 bytes of a gzipped FileDescriptorProto |
| 1878 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x99, 0x4d, 0x73, 0xe3, 0x48, |
| 1879 | 0x19, 0xc7, 0xb1, 0xfc, 0x12, 0xfb, 0xf1, 0x4b, 0x3a, 0x9d, 0x64, 0x57, 0x6b, 0x6a, 0xab, 0xa6, |
| 1880 | 0x5c, 0x4b, 0x91, 0x5a, 0xc0, 0x99, 0xc9, 0x6c, 0x66, 0x33, 0xd4, 0x0e, 0x85, 0x2c, 0xcb, 0x89, |
| 1881 | 0x27, 0xb2, 0xe5, 0x69, 0x2b, 0x6f, 0xc3, 0x82, 0x4a, 0xb6, 0x15, 0x47, 0x44, 0xb6, 0x54, 0x92, |
| 1882 | 0x3c, 0xa9, 0x7c, 0x06, 0x0a, 0xce, 0x14, 0x57, 0x3e, 0x01, 0x17, 0x0a, 0x8a, 0x23, 0x17, 0x38, |
| 1883 | 0xc0, 0x8d, 0x6f, 0xc0, 0xc7, 0xe0, 0x40, 0x75, 0xab, 0x6d, 0xcb, 0xd9, 0x99, 0x1a, 0xdb, 0x33, |
| 1884 | 0x97, 0x44, 0x4f, 0xab, 0xff, 0xbf, 0x7e, 0x7d, 0xd4, 0xcf, 0xd3, 0x86, 0x2f, 0xfa, 0x37, 0xbe, |
| 1885 | 0x3b, 0xb2, 0x27, 0x23, 0x37, 0xd8, 0xef, 0xbb, 0xe3, 0x6b, 0x7b, 0xb8, 0x6f, 0x7a, 0xf6, 0x7e, |
| 1886 | 0xe8, 0x7a, 0xae, 0xe3, 0x0e, 0xef, 0xab, 0x9e, 0xef, 0x86, 0x2e, 0xde, 0x9d, 0xd7, 0xaa, 0x46, |
| 1887 | 0xb5, 0xaa, 0xa6, 0x67, 0x97, 0x7f, 0xf0, 0x76, 0x71, 0xdf, 0x1d, 0x79, 0xee, 0xd8, 0x1a, 0x87, |
| 1888 | 0x91, 0xba, 0xf2, 0xb7, 0x34, 0x64, 0x75, 0x0e, 0xc4, 0x25, 0x10, 0xec, 0x81, 0x98, 0x78, 0x94, |
| 1889 | 0xd8, 0xcb, 0x11, 0xc1, 0x1e, 0xe0, 0x23, 0x48, 0x85, 0xf7, 0x9e, 0x25, 0x0a, 0x8f, 0x12, 0x7b, |
| 1890 | 0xa5, 0x83, 0x2f, 0xaa, 0x6f, 0x6d, 0xa9, 0x3a, 0x95, 0x57, 0xf5, 0x7b, 0xcf, 0x22, 0x4c, 0x81, |
| 1891 | 0x09, 0xe4, 0x07, 0x56, 0xd0, 0xf7, 0x6d, 0x2f, 0xb4, 0xdd, 0xb1, 0x98, 0x7c, 0x94, 0xdc, 0xcb, |
| 1892 | 0x1f, 0x3c, 0x7e, 0x1f, 0xa0, 0x3e, 0x97, 0x28, 0xe3, 0xd0, 0xbf, 0x27, 0x71, 0x08, 0x26, 0x80, |
| 1893 | 0x6e, 0x4c, 0x7f, 0x70, 0x67, 0xfa, 0x96, 0x71, 0x6d, 0x99, 0xe1, 0xc4, 0xb7, 0xc4, 0xd4, 0xa3, |
| 1894 | 0xc4, 0x5e, 0xfe, 0xe0, 0x87, 0xef, 0x00, 0x9f, 0xf0, 0xea, 0x8d, 0xa8, 0x76, 0x40, 0x36, 0x6f, |
| 1895 | 0x16, 0x4b, 0xca, 0x3f, 0x03, 0xf4, 0xb0, 0x51, 0x8c, 0x20, 0x79, 0x6b, 0xdd, 0xf3, 0x69, 0xa0, |
| 1896 | 0x8f, 0x78, 0x07, 0xd2, 0x6f, 0x4c, 0x67, 0x12, 0x4d, 0x44, 0x8e, 0x44, 0xc6, 0x4f, 0x85, 0xa3, |
| 1897 | 0x44, 0xe5, 0x7f, 0x02, 0xa4, 0xe8, 0xb0, 0x31, 0x82, 0x82, 0x7e, 0xd5, 0x51, 0x8c, 0xb3, 0xf6, |
| 1898 | 0x69, 0x5b, 0xbb, 0x68, 0xa3, 0xef, 0x61, 0x80, 0x4c, 0x57, 0x26, 0x8a, 0xd2, 0x46, 0x09, 0xbc, |
| 1899 | 0x09, 0xf9, 0x86, 0x46, 0x5a, 0x46, 0x43, 0x92, 0x75, 0x8d, 0x20, 0x01, 0xe7, 0x20, 0x2d, 0x9d, |
| 1900 | 0xd5, 0x9b, 0x1a, 0x4a, 0xb2, 0x7a, 0xfa, 0x95, 0x7a, 0xd6, 0x45, 0x29, 0x5c, 0x80, 0xec, 0xa9, |
| 1901 | 0x72, 0x55, 0xd3, 0x24, 0x52, 0x47, 0x69, 0x9c, 0x87, 0x0d, 0xfd, 0x44, 0x21, 0x2d, 0x49, 0x45, |
| 1902 | 0x19, 0x5a, 0x4d, 0x96, 0x5a, 0x0a, 0x91, 0xd0, 0x06, 0xde, 0x83, 0x2f, 0x24, 0x59, 0x56, 0x54, |
| 1903 | 0x85, 0x68, 0x2d, 0x45, 0x57, 0x88, 0x71, 0x7c, 0x45, 0xb4, 0xae, 0xac, 0x75, 0x14, 0xa3, 0x25, |
| 1904 | 0x1d, 0xb7, 0x15, 0x3d, 0x2a, 0x46, 0x59, 0xd6, 0x70, 0xb3, 0x7d, 0xac, 0x90, 0x0e, 0x69, 0xb6, |
| 1905 | 0x75, 0x94, 0xc3, 0x3b, 0x80, 0x3a, 0x44, 0xbb, 0x6c, 0xb6, 0x9a, 0xfa, 0x95, 0xd1, 0x55, 0xda, |
| 1906 | 0x5d, 0x8d, 0x20, 0xc0, 0x18, 0x4a, 0x75, 0xe9, 0xec, 0xf8, 0x84, 0xb2, 0xa2, 0xd6, 0xf3, 0x58, |
| 1907 | 0x84, 0x9d, 0xb6, 0xd6, 0x36, 0xce, 0x35, 0x55, 0xd2, 0x9b, 0xaa, 0x62, 0x74, 0x75, 0x8d, 0x48, |
| 1908 | 0xc7, 0x0a, 0x2a, 0xe0, 0x0d, 0x48, 0x12, 0xa9, 0x85, 0x8a, 0x38, 0x0b, 0xa9, 0x8b, 0x66, 0xa3, |
| 1909 | 0x89, 0x4a, 0xb8, 0x08, 0x39, 0x55, 0x57, 0xb8, 0x76, 0x93, 0x9a, 0xdd, 0xba, 0x41, 0x14, 0xa9, |
| 1910 | 0xae, 0x10, 0x84, 0xf0, 0x36, 0x6c, 0xb6, 0x34, 0x3a, 0x14, 0xf6, 0xde, 0x38, 0xeb, 0xd6, 0xd0, |
| 1911 | 0x16, 0xad, 0x53, 0x53, 0xcf, 0x14, 0x5d, 0xd3, 0xf4, 0x13, 0x84, 0x71, 0x09, 0xa0, 0x26, 0x11, |
| 1912 | 0xa2, 0xa8, 0x2f, 0x25, 0xf9, 0x14, 0x6d, 0xd3, 0x09, 0xed, 0x68, 0x17, 0xb4, 0x3f, 0x67, 0xba, |
| 1913 | 0xae, 0xb5, 0xd1, 0x0e, 0xde, 0x82, 0xe2, 0xb9, 0xa6, 0x9e, 0xb5, 0x94, 0x69, 0xd1, 0x6e, 0xe5, |
| 1914 | 0xdf, 0xfb, 0x80, 0x1e, 0x2e, 0x32, 0x96, 0x20, 0x3d, 0x09, 0x7a, 0x46, 0x9f, 0xad, 0x60, 0xfe, |
| 1915 | 0xe0, 0xc7, 0x4b, 0x6e, 0x8e, 0xea, 0x59, 0xd0, 0x93, 0x49, 0x6a, 0x12, 0xf4, 0xe4, 0x29, 0xc2, |
| 1916 | 0x64, 0x0b, 0xbe, 0x1a, 0x42, 0x62, 0x08, 0x09, 0xbf, 0x80, 0xa4, 0x13, 0x5a, 0x62, 0x92, 0x01, |
| 1917 | 0x7e, 0xb4, 0x2c, 0x40, 0x0d, 0x2d, 0x42, 0x75, 0xf8, 0xe7, 0x90, 0xba, 0x19, 0x8c, 0x6c, 0xbe, |
| 1918 | 0xc1, 0x97, 0xee, 0xc0, 0xc9, 0x60, 0x64, 0x13, 0xa6, 0xc4, 0xaf, 0x21, 0x77, 0x7d, 0x67, 0x44, |
| 1919 | 0x95, 0xc5, 0x34, 0xc3, 0xbc, 0x58, 0x16, 0xd3, 0xb0, 0xfd, 0x11, 0x2d, 0x90, 0x59, 0x9d, 0x89, |
| 1920 | 0x6f, 0x52, 0xef, 0x20, 0xd9, 0xeb, 0xbb, 0xa8, 0x00, 0xcb, 0x90, 0x36, 0x27, 0x03, 0xdb, 0x15, |
| 1921 | 0x33, 0x8c, 0xfb, 0x93, 0x65, 0xb9, 0x12, 0x15, 0x91, 0x48, 0x8b, 0x1b, 0x90, 0xe9, 0x9b, 0x23, |
| 1922 | 0xcb, 0x37, 0xc5, 0x0d, 0x46, 0xa9, 0x2e, 0x4b, 0x91, 0x99, 0x8a, 0x70, 0x35, 0xfe, 0x05, 0x14, |
| 1923 | 0xcd, 0x7e, 0xdf, 0x72, 0x2c, 0xdf, 0x1d, 0x59, 0xa1, 0xe5, 0x8b, 0x59, 0x86, 0x3b, 0x5c, 0xba, |
| 1924 | 0x53, 0x71, 0x31, 0x59, 0x64, 0x61, 0x0d, 0x72, 0xc3, 0x7b, 0xdf, 0x0d, 0xfa, 0xae, 0x67, 0x89, |
| 1925 | 0x39, 0x06, 0x7e, 0xb2, 0x2c, 0xf8, 0x78, 0x2a, 0x24, 0x73, 0x06, 0xbe, 0x84, 0xc2, 0xc8, 0x1c, |
| 1926 | 0x8e, 0xad, 0x90, 0x77, 0x16, 0x18, 0xf3, 0xab, 0x65, 0x99, 0xad, 0x98, 0x96, 0x2c, 0x90, 0xf0, |
| 1927 | 0x39, 0x14, 0x1c, 0x7b, 0x78, 0x13, 0x1a, 0x81, 0x35, 0x0e, 0x5c, 0x5f, 0xcc, 0x33, 0xf2, 0xd3, |
| 1928 | 0xa5, 0xb7, 0x1e, 0xd5, 0x76, 0x99, 0x94, 0xe4, 0x9d, 0xb9, 0x41, 0xd7, 0x29, 0xe8, 0xfb, 0x96, |
| 1929 | 0x35, 0x16, 0x0b, 0xab, 0xad, 0x53, 0x97, 0xa9, 0x08, 0x57, 0xe3, 0x2e, 0xe4, 0xaf, 0x5d, 0x7f, |
| 1930 | 0x64, 0x5c, 0x9b, 0xfd, 0xd0, 0xf5, 0xc5, 0x22, 0x83, 0x1d, 0x2c, 0xbd, 0x25, 0x5d, 0x7f, 0xd4, |
| 1931 | 0x60, 0x4a, 0x02, 0xd7, 0xb3, 0x67, 0xd6, 0xb9, 0xf0, 0xde, 0x99, 0x04, 0x62, 0x69, 0xc5, 0xce, |
| 1932 | 0x31, 0x15, 0xe1, 0x6a, 0xac, 0x42, 0xf6, 0xd6, 0xba, 0xef, 0xb9, 0xa6, 0x3f, 0x10, 0x37, 0x19, |
| 1933 | 0xe9, 0xf1, 0xb2, 0xa4, 0x53, 0xae, 0x23, 0x33, 0x02, 0xed, 0xd5, 0xc8, 0x1a, 0xb9, 0xfe, 0xbd, |
| 1934 | 0x88, 0x56, 0xeb, 0x55, 0x8b, 0xa9, 0x08, 0x57, 0xe3, 0x33, 0xc8, 0x5f, 0xdb, 0xe3, 0xa1, 0xe5, |
| 1935 | 0x7b, 0xbe, 0x3d, 0x0e, 0xc5, 0xad, 0xd5, 0x56, 0xb4, 0x31, 0x97, 0x92, 0x38, 0x07, 0x37, 0x61, |
| 1936 | 0x23, 0x08, 0x5d, 0xdf, 0x1c, 0x5a, 0x22, 0x66, 0xc8, 0xfd, 0xe5, 0x67, 0x8d, 0xc9, 0xc8, 0x54, |
| 1937 | 0x4f, 0xfd, 0xa3, 0xe7, 0x4c, 0xac, 0xd0, 0x75, 0xc3, 0x1b, 0x71, 0x7b, 0x35, 0xff, 0xa8, 0x4d, |
| 1938 | 0x85, 0x64, 0xce, 0xc0, 0x04, 0xa0, 0x67, 0xfa, 0xbe, 0xe5, 0xfc, 0xda, 0xec, 0xdf, 0x8a, 0x3b, |
| 1939 | 0xab, 0x6d, 0x92, 0x1a, 0x53, 0xbe, 0x34, 0xfb, 0xb7, 0x24, 0x46, 0xa1, 0x1f, 0xd3, 0x3b, 0xfb, |
| 1940 | 0xda, 0x16, 0x3f, 0x5d, 0xed, 0x63, 0x7a, 0x61, 0x5f, 0xdb, 0x84, 0x29, 0xf1, 0x2b, 0x28, 0x78, |
| 1941 | 0xee, 0x9d, 0xe5, 0x1b, 0xbd, 0x49, 0x18, 0xba, 0x63, 0x71, 0x77, 0xb5, 0x65, 0xad, 0x31, 0x15, |
| 1942 | 0xc9, 0x33, 0x46, 0x64, 0xe0, 0x2e, 0x14, 0xdf, 0xb8, 0xce, 0x64, 0x64, 0x4d, 0x99, 0x9f, 0xac, |
| 1943 | 0xc5, 0x2c, 0x44, 0x90, 0xc8, 0x2a, 0x7f, 0x0e, 0x69, 0xd9, 0x9d, 0x8c, 0xc3, 0x79, 0xc8, 0x42, |
| 1944 | 0x0f, 0xc1, 0x22, 0x0f, 0x59, 0xca, 0xa7, 0x90, 0xa2, 0xa7, 0x1c, 0xfd, 0x7e, 0xf7, 0x69, 0x35, |
| 1945 | 0x7e, 0x44, 0x2e, 0xfd, 0xfd, 0x66, 0x6c, 0x12, 0x69, 0x39, 0x4c, 0xfa, 0x38, 0xb0, 0x0e, 0x24, |
| 1946 | 0xd5, 0xd0, 0xa2, 0x3b, 0xd3, 0xf3, 0xad, 0xc0, 0xe2, 0xb4, 0xd2, 0xf2, 0x3b, 0xb3, 0x13, 0xc9, |
| 1947 | 0xc8, 0x54, 0x5f, 0x7e, 0x05, 0x29, 0x7a, 0x1a, 0x7e, 0x4c, 0xa4, 0x04, 0xbb, 0x6f, 0x3d, 0x19, |
| 1948 | 0xdf, 0x3e, 0xdb, 0x18, 0x43, 0x6a, 0x64, 0x06, 0xb7, 0x2c, 0x88, 0x28, 0x12, 0xf6, 0x5c, 0xfe, |
| 1949 | 0x53, 0x12, 0xd2, 0xec, 0x14, 0xc4, 0x57, 0x90, 0x67, 0xe7, 0xa0, 0xd1, 0x77, 0x07, 0x56, 0x9f, |
| 1950 | 0xf7, 0xed, 0x68, 0xa5, 0x93, 0x34, 0xfa, 0x2b, 0x53, 0x3d, 0x01, 0x73, 0xf6, 0x4c, 0xd1, 0x81, |
| 1951 | 0x67, 0x99, 0xb7, 0x96, 0x6f, 0x98, 0x23, 0x8f, 0x87, 0xef, 0x1f, 0x80, 0xe6, 0x30, 0x69, 0xe4, |
| 1952 | 0x61, 0x13, 0x36, 0x6f, 0x2c, 0x73, 0xe0, 0xdd, 0xb8, 0x63, 0x8b, 0xf7, 0x3c, 0xf9, 0x81, 0xf8, |
| 1953 | 0xd2, 0x0c, 0xc8, 0xec, 0xca, 0xef, 0x12, 0x00, 0xf3, 0xd7, 0xf8, 0x53, 0xd8, 0x66, 0xa1, 0xb2, |
| 1954 | 0x21, 0x6b, 0x75, 0x45, 0x5e, 0x0c, 0xb0, 0x89, 0x7e, 0xf8, 0xec, 0xe8, 0x00, 0x25, 0x68, 0xe0, |
| 1955 | 0x2c, 0xa9, 0x32, 0x35, 0x9a, 0x48, 0xa0, 0x81, 0x33, 0xb7, 0x50, 0x92, 0xbe, 0x6a, 0x49, 0x97, |
| 1956 | 0xcf, 0x8f, 0x9e, 0x1e, 0x7e, 0x1d, 0x45, 0xd8, 0x91, 0xf5, 0xf5, 0x53, 0x94, 0x9e, 0x5b, 0xcf, |
| 1957 | 0x1e, 0x47, 0x21, 0x36, 0xd1, 0x9f, 0x3c, 0x7e, 0x72, 0x88, 0x36, 0xe8, 0x73, 0x5d, 0xfa, 0xfa, |
| 1958 | 0xe0, 0xc9, 0x73, 0x94, 0x2d, 0xff, 0x56, 0x80, 0x4c, 0x14, 0x73, 0xe0, 0x5f, 0x02, 0x9e, 0x04, |
| 1959 | 0x96, 0x4f, 0xcf, 0x30, 0x7b, 0x3c, 0x34, 0x78, 0xfc, 0xb2, 0xe6, 0xbe, 0x42, 0x14, 0xd5, 0x60, |
| 1960 | 0x24, 0x8e, 0x37, 0x60, 0xfb, 0xce, 0xf5, 0x9d, 0xc1, 0x03, 0xbe, 0xb0, 0x1e, 0x7f, 0x8b, 0xb1, |
| 1961 | 0x16, 0x1a, 0x98, 0xf9, 0x6a, 0xf2, 0x03, 0x7c, 0xf5, 0x5f, 0x09, 0x28, 0x2e, 0x04, 0x4d, 0xf8, |
| 1962 | 0x5b, 0xd8, 0x72, 0xec, 0x81, 0xb1, 0x18, 0x86, 0xad, 0x3b, 0x2b, 0x8e, 0x3d, 0x58, 0xa4, 0xff, |
| 1963 | 0x0a, 0x70, 0xcf, 0x0c, 0xac, 0x07, 0xf8, 0x75, 0x27, 0x85, 0xa2, 0x16, 0xf8, 0xe5, 0xbf, 0x26, |
| 1964 | 0x20, 0x37, 0x8b, 0xd5, 0xb0, 0x0e, 0x45, 0x3a, 0x96, 0x79, 0xd4, 0xb7, 0xe6, 0x38, 0x0a, 0x8e, |
| 1965 | 0x3d, 0x98, 0x53, 0xcf, 0xa1, 0xc4, 0xc6, 0x30, 0xc7, 0xae, 0xd9, 0xff, 0x22, 0xc5, 0xcc, 0xb8, |
| 1966 | 0xe5, 0x7f, 0x24, 0xa0, 0x10, 0x8f, 0x09, 0xf1, 0x6b, 0xa0, 0x13, 0x68, 0x2c, 0xc4, 0x98, 0x6b, |
| 1967 | 0x8e, 0x60, 0xd3, 0xb1, 0x07, 0x0b, 0xec, 0x6f, 0x81, 0xcd, 0xde, 0x22, 0x7c, 0xcd, 0x71, 0x20, |
| 1968 | 0x4a, 0x8a, 0xd3, 0xcb, 0x7f, 0x4f, 0x40, 0x3e, 0x16, 0x84, 0xe2, 0x4b, 0xa0, 0x1d, 0x30, 0x58, |
| 1969 | 0x28, 0xca, 0x43, 0xda, 0x35, 0x07, 0x52, 0x72, 0xec, 0x81, 0x3a, 0xc7, 0xd0, 0x39, 0x62, 0xe3, |
| 1970 | 0x88, 0xa3, 0xd7, 0x1c, 0xc6, 0x26, 0x05, 0xc5, 0xd8, 0xe5, 0x7f, 0x26, 0x20, 0x13, 0x05, 0xbe, |
| 1971 | 0xb8, 0x0f, 0xc8, 0x33, 0xc7, 0x96, 0x63, 0x78, 0xbe, 0xeb, 0x59, 0x7e, 0x68, 0x5b, 0x01, 0xf7, |
| 1972 | 0xbb, 0x77, 0x7d, 0x2c, 0xe5, 0xd9, 0xed, 0x4c, 0xdd, 0x0e, 0x3c, 0xc7, 0xbc, 0xef, 0x50, 0x7d, |
| 1973 | 0xb5, 0x33, 0xd3, 0x93, 0x4d, 0x46, 0x9c, 0x17, 0xd0, 0xed, 0x1a, 0xba, 0x93, 0xfe, 0x8d, 0x11, |
| 1974 | 0x4c, 0x3c, 0xcf, 0xf5, 0xc3, 0x75, 0x07, 0x52, 0x60, 0x94, 0x6e, 0x04, 0x79, 0x99, 0xca, 0x26, |
| 1975 | 0x90, 0x50, 0xfe, 0x8d, 0x00, 0x30, 0x8f, 0xbb, 0x71, 0x6f, 0x31, 0x80, 0x8f, 0x16, 0x43, 0x5a, |
| 1976 | 0x3d, 0x80, 0x8f, 0x3d, 0xb2, 0x2b, 0xa3, 0x58, 0x3c, 0x5f, 0xf9, 0x7d, 0x02, 0x4a, 0x8b, 0xaf, |
| 1977 | 0xe9, 0x01, 0x10, 0xbb, 0x3c, 0x89, 0x1d, 0x00, 0x45, 0xc8, 0xc9, 0xaa, 0xd4, 0xea, 0x9e, 0x28, |
| 1978 | 0xaa, 0x1a, 0x5d, 0xb2, 0xc8, 0x5a, 0xfb, 0x5c, 0x21, 0x7a, 0xb3, 0xa6, 0x2a, 0x48, 0xc0, 0x25, |
| 1979 | 0x80, 0xba, 0xa2, 0x4b, 0xf2, 0x89, 0x44, 0xed, 0x24, 0xb5, 0xe5, 0x13, 0xa2, 0xb5, 0x94, 0x9a, |
| 1980 | 0xd4, 0x55, 0x50, 0x8a, 0xe9, 0x23, 0x5b, 0xbb, 0x44, 0xe9, 0x98, 0xd9, 0xd4, 0x51, 0x86, 0xe1, |
| 1981 | 0x98, 0xd9, 0x55, 0x25, 0x5d, 0x41, 0x1b, 0xe5, 0x3f, 0xd2, 0x95, 0x8d, 0xb2, 0x85, 0x57, 0xb3, |
| 1982 | 0xac, 0x23, 0x9a, 0x84, 0xe7, 0xab, 0x65, 0x1d, 0xfc, 0x1f, 0x1b, 0x3c, 0x07, 0x55, 0x1a, 0x00, |
| 1983 | 0xf3, 0x52, 0x8c, 0xa1, 0x14, 0x5d, 0x0a, 0xc5, 0x86, 0x9b, 0x85, 0x54, 0x5b, 0x6b, 0x2b, 0xd1, |
| 1984 | 0x69, 0xd7, 0x6c, 0xeb, 0x0a, 0x69, 0x4b, 0x2a, 0x12, 0xa8, 0xa5, 0x5c, 0x72, 0x2b, 0x59, 0xfe, |
| 1985 | 0xaf, 0x00, 0xd9, 0x69, 0x46, 0x82, 0x7b, 0x50, 0x9c, 0xe6, 0x24, 0x06, 0xbb, 0xc9, 0x8b, 0xba, |
| 1986 | 0xfb, 0x62, 0xd5, 0xd4, 0x66, 0xf6, 0xc0, 0xba, 0x5c, 0xb8, 0x8d, 0x59, 0xb8, 0x05, 0xb9, 0x9e, |
| 1987 | 0xd9, 0xbf, 0x65, 0xbe, 0xb4, 0xee, 0xe6, 0x9b, 0x13, 0x30, 0x79, 0x10, 0x69, 0x27, 0xd7, 0x23, |
| 1988 | 0xc6, 0x43, 0xed, 0xca, 0x2b, 0x28, 0xc4, 0x07, 0x80, 0x3f, 0x83, 0xdd, 0xe9, 0x35, 0x9b, 0xf1, |
| 1989 | 0xe0, 0xd6, 0x2e, 0x3e, 0xb5, 0x89, 0xd9, 0x94, 0x7f, 0x67, 0x2f, 0x95, 0xbb, 0x90, 0x89, 0x72, |
| 1990 | 0xb5, 0x28, 0xbe, 0x74, 0xaf, 0x6d, 0xc7, 0xe2, 0x01, 0xf0, 0xfe, 0x7b, 0x9d, 0x3b, 0x52, 0x52, |
| 1991 | 0xb7, 0xa6, 0x32, 0x32, 0xd5, 0x97, 0xff, 0x23, 0x40, 0x3e, 0x96, 0xb4, 0xe1, 0x4b, 0xc8, 0x3a, |
| 1992 | 0x6e, 0x9f, 0x85, 0x98, 0x7c, 0xe5, 0xbe, 0x59, 0x23, 0xf7, 0xab, 0xaa, 0x9c, 0x41, 0x66, 0x34, |
| 1993 | 0x1a, 0xb0, 0x46, 0xb9, 0x2e, 0xbf, 0xd1, 0x8c, 0xb6, 0xcb, 0xe7, 0x00, 0xbe, 0x6b, 0xbc, 0xb1, |
| 1994 | 0xfc, 0xc0, 0xe6, 0x33, 0x9f, 0x23, 0x39, 0xdf, 0x3d, 0x8f, 0x0a, 0x2a, 0x7f, 0x4e, 0x40, 0x56, |
| 1995 | 0x9d, 0x13, 0x90, 0xaa, 0xc9, 0x92, 0xde, 0xd4, 0xda, 0xb1, 0xe9, 0xfb, 0x0c, 0x76, 0xe3, 0xb7, |
| 1996 | 0x76, 0x86, 0xae, 0x75, 0x0c, 0x55, 0x69, 0xe8, 0x28, 0x81, 0x45, 0xd8, 0x99, 0x4d, 0x7a, 0x4d, |
| 1997 | 0xd3, 0x75, 0xad, 0x15, 0xbd, 0x11, 0x16, 0x96, 0x83, 0xbf, 0x21, 0xcd, 0xe3, 0x13, 0x1d, 0x25, |
| 1998 | 0xf1, 0x27, 0x80, 0xe7, 0x2b, 0xa5, 0x75, 0x78, 0x79, 0x8a, 0x3a, 0x67, 0x5b, 0xd3, 0x8d, 0x0e, |
| 1999 | 0x51, 0xba, 0x4a, 0x5b, 0x47, 0x69, 0xfc, 0x7d, 0xf8, 0x74, 0xa1, 0xe1, 0x6e, 0xb3, 0xae, 0xf0, |
| 2000 | 0xda, 0x99, 0x72, 0x0f, 0x36, 0x78, 0xe2, 0x8a, 0x2f, 0xa0, 0xc0, 0x53, 0xd7, 0xb8, 0x43, 0x7c, |
| 2001 | 0xf5, 0xde, 0x25, 0xe3, 0xfa, 0xe9, 0x7f, 0xe6, 0x07, 0xf9, 0x60, 0x6e, 0x94, 0xcf, 0x20, 0x37, |
| 2002 | 0xcb, 0x67, 0xf1, 0x09, 0xe4, 0x66, 0x17, 0xed, 0x7c, 0x57, 0x7c, 0xf9, 0xde, 0x26, 0x62, 0xe9, |
| 2003 | 0xf0, 0x4c, 0x5c, 0xbe, 0x00, 0x98, 0x27, 0xb5, 0x1f, 0x33, 0x97, 0xf9, 0x83, 0x00, 0x29, 0x9a, |
| 2004 | 0xe0, 0x62, 0x07, 0x44, 0x7e, 0x74, 0x58, 0x03, 0xe3, 0xce, 0x31, 0xc7, 0x06, 0xfb, 0x65, 0xa0, |
| 2005 | 0xef, 0x3a, 0xf4, 0xeb, 0x96, 0xdc, 0x2b, 0xbd, 0x33, 0xfd, 0x9e, 0x77, 0x9d, 0x82, 0xaa, 0x17, |
| 2006 | 0xaa, 0xd4, 0xee, 0x70, 0x29, 0xf9, 0x64, 0xc6, 0xbc, 0x70, 0xcc, 0xf1, 0xb4, 0x98, 0x1e, 0x57, |
| 2007 | 0x40, 0x13, 0x6a, 0xa3, 0x7f, 0x63, 0x7b, 0x81, 0x28, 0x30, 0xfe, 0xe1, 0x2a, 0x09, 0x39, 0xfb, |
| 2008 | 0x23, 0xdf, 0xd8, 0x1e, 0xc9, 0xdd, 0xf1, 0xa7, 0xa0, 0xd2, 0x86, 0xec, 0xb4, 0x18, 0xef, 0xc2, |
| 2009 | 0xd6, 0x45, 0xb3, 0xd1, 0x34, 0xe4, 0x93, 0x66, 0x27, 0xb6, 0x33, 0x59, 0x31, 0x51, 0x54, 0xa5, |
| 2010 | 0xdb, 0x35, 0x8e, 0x9e, 0x29, 0xf5, 0xa3, 0xc7, 0x4f, 0xea, 0x28, 0x41, 0xb7, 0xf1, 0xac, 0x98, |
| 2011 | 0x28, 0x92, 0xaa, 0x2b, 0xa7, 0x48, 0x28, 0xff, 0x45, 0x80, 0x0c, 0x4f, 0xd3, 0x5b, 0x90, 0xf1, |
| 2012 | 0xad, 0xe1, 0xdc, 0x03, 0x0f, 0x57, 0xcb, 0xcf, 0xab, 0x84, 0x89, 0x09, 0x87, 0xe0, 0x63, 0x48, |
| 2013 | 0x59, 0x83, 0xe1, 0x34, 0xfa, 0x7b, 0xba, 0x22, 0x4c, 0x19, 0x0c, 0x2d, 0xc2, 0x00, 0xb8, 0x0c, |
| 2014 | 0x59, 0xcf, 0x0d, 0xec, 0x70, 0xea, 0xa9, 0x02, 0x99, 0xd9, 0x95, 0x67, 0x90, 0x89, 0x9a, 0xa5, |
| 2015 | 0xe7, 0x08, 0x51, 0x8e, 0x17, 0x7d, 0x34, 0xfe, 0xc3, 0x44, 0xfc, 0x07, 0x07, 0xa1, 0x52, 0x83, |
| 2016 | 0x14, 0x6d, 0x01, 0x23, 0x28, 0x28, 0xf5, 0x63, 0x65, 0xf1, 0xec, 0xe1, 0x6e, 0x9c, 0x83, 0x74, |
| 2017 | 0xe4, 0x56, 0x02, 0xde, 0x80, 0xa4, 0xae, 0x75, 0xa2, 0x9f, 0x30, 0x22, 0xbf, 0x45, 0xa9, 0xca, |
| 2018 | 0x37, 0xb0, 0xc1, 0xf7, 0x1a, 0xde, 0x86, 0x4d, 0xee, 0xa0, 0x31, 0x52, 0x1e, 0x36, 0xa6, 0x5e, |
| 2019 | 0x9b, 0x78, 0xe8, 0xc6, 0x42, 0xed, 0xcb, 0xd7, 0x7b, 0x43, 0x77, 0x36, 0x29, 0x55, 0xd7, 0x1f, |
| 2020 | 0xee, 0x7f, 0xf7, 0x77, 0xac, 0xa1, 0xbb, 0x6f, 0x7a, 0x76, 0x2f, 0xc3, 0xf6, 0xe9, 0xd3, 0xff, |
| 2021 | 0x07, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x87, 0xbc, 0x4b, 0x27, 0x1b, 0x00, 0x00, |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 2022 | } |