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/component.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 Component_Soc_Architecture int32 |
| 24 | |
| 25 | const ( |
| 26 | Component_Soc_ARCHITECTURE_UNDEFINED Component_Soc_Architecture = 0 |
| 27 | Component_Soc_X86 Component_Soc_Architecture = 1 |
| 28 | Component_Soc_X86_64 Component_Soc_Architecture = 2 |
| 29 | Component_Soc_ARM Component_Soc_Architecture = 3 |
| 30 | Component_Soc_ARM64 Component_Soc_Architecture = 4 |
| 31 | ) |
| 32 | |
| 33 | var Component_Soc_Architecture_name = map[int32]string{ |
| 34 | 0: "ARCHITECTURE_UNDEFINED", |
| 35 | 1: "X86", |
| 36 | 2: "X86_64", |
| 37 | 3: "ARM", |
| 38 | 4: "ARM64", |
| 39 | } |
| 40 | |
| 41 | var Component_Soc_Architecture_value = map[string]int32{ |
| 42 | "ARCHITECTURE_UNDEFINED": 0, |
| 43 | "X86": 1, |
| 44 | "X86_64": 2, |
| 45 | "ARM": 3, |
| 46 | "ARM64": 4, |
| 47 | } |
| 48 | |
| 49 | func (x Component_Soc_Architecture) String() string { |
| 50 | return proto.EnumName(Component_Soc_Architecture_name, int32(x)) |
| 51 | } |
| 52 | |
| 53 | func (Component_Soc_Architecture) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 54 | return fileDescriptor_c6bb55af29234765, []int{0, 0, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 55 | } |
| 56 | |
| 57 | type Component_Memory_Type int32 |
| 58 | |
| 59 | const ( |
| 60 | Component_Memory_TYPE_UNDEFINED Component_Memory_Type = 0 |
| 61 | Component_Memory_DDR Component_Memory_Type = 1 |
| 62 | Component_Memory_DDR2 Component_Memory_Type = 2 |
| 63 | Component_Memory_DDR3 Component_Memory_Type = 3 |
| 64 | Component_Memory_DDR4 Component_Memory_Type = 4 |
| 65 | Component_Memory_LP_DDR3 Component_Memory_Type = 5 |
| 66 | Component_Memory_LP_DDR4 Component_Memory_Type = 6 |
| 67 | ) |
| 68 | |
| 69 | var Component_Memory_Type_name = map[int32]string{ |
| 70 | 0: "TYPE_UNDEFINED", |
| 71 | 1: "DDR", |
| 72 | 2: "DDR2", |
| 73 | 3: "DDR3", |
| 74 | 4: "DDR4", |
| 75 | 5: "LP_DDR3", |
| 76 | 6: "LP_DDR4", |
| 77 | } |
| 78 | |
| 79 | var Component_Memory_Type_value = map[string]int32{ |
| 80 | "TYPE_UNDEFINED": 0, |
| 81 | "DDR": 1, |
| 82 | "DDR2": 2, |
| 83 | "DDR3": 3, |
| 84 | "DDR4": 4, |
| 85 | "LP_DDR3": 5, |
| 86 | "LP_DDR4": 6, |
| 87 | } |
| 88 | |
| 89 | func (x Component_Memory_Type) String() string { |
| 90 | return proto.EnumName(Component_Memory_Type_name, int32(x)) |
| 91 | } |
| 92 | |
| 93 | func (Component_Memory_Type) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 94 | return fileDescriptor_c6bb55af29234765, []int{0, 1, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 95 | } |
| 96 | |
| 97 | type Component_Camera_Feature int32 |
| 98 | |
| 99 | const ( |
| 100 | Component_Camera_FEATURE_UNKNOWN Component_Camera_Feature = 0 |
| 101 | Component_Camera_ACTIVITY_LED Component_Camera_Feature = 1 |
| 102 | ) |
| 103 | |
| 104 | var Component_Camera_Feature_name = map[int32]string{ |
| 105 | 0: "FEATURE_UNKNOWN", |
| 106 | 1: "ACTIVITY_LED", |
| 107 | } |
| 108 | |
| 109 | var Component_Camera_Feature_value = map[string]int32{ |
| 110 | "FEATURE_UNKNOWN": 0, |
| 111 | "ACTIVITY_LED": 1, |
| 112 | } |
| 113 | |
| 114 | func (x Component_Camera_Feature) String() string { |
| 115 | return proto.EnumName(Component_Camera_Feature_name, int32(x)) |
| 116 | } |
| 117 | |
| 118 | func (Component_Camera_Feature) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 119 | return fileDescriptor_c6bb55af29234765, []int{0, 3, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 120 | } |
| 121 | |
| 122 | type Component_Camera_ClockType int32 |
| 123 | |
| 124 | const ( |
| 125 | Component_Camera_CLOCK_TYPE_UNDEFINED Component_Camera_ClockType = 0 |
| 126 | Component_Camera_MONOTONIC Component_Camera_ClockType = 1 |
| 127 | Component_Camera_BOOTTIME Component_Camera_ClockType = 2 |
| 128 | ) |
| 129 | |
| 130 | var Component_Camera_ClockType_name = map[int32]string{ |
| 131 | 0: "CLOCK_TYPE_UNDEFINED", |
| 132 | 1: "MONOTONIC", |
| 133 | 2: "BOOTTIME", |
| 134 | } |
| 135 | |
| 136 | var Component_Camera_ClockType_value = map[string]int32{ |
| 137 | "CLOCK_TYPE_UNDEFINED": 0, |
| 138 | "MONOTONIC": 1, |
| 139 | "BOOTTIME": 2, |
| 140 | } |
| 141 | |
| 142 | func (x Component_Camera_ClockType) String() string { |
| 143 | return proto.EnumName(Component_Camera_ClockType_name, int32(x)) |
| 144 | } |
| 145 | |
| 146 | func (Component_Camera_ClockType) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 147 | return fileDescriptor_c6bb55af29234765, []int{0, 3, 1} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 148 | } |
| 149 | |
| 150 | type Component_Qualification_Status int32 |
| 151 | |
| 152 | const ( |
| 153 | Component_Qualification_STATUS_UNKNOWN Component_Qualification_Status = 0 |
| 154 | Component_Qualification_REQUESTED Component_Qualification_Status = 1 |
| 155 | Component_Qualification_TECHNICALLY_QUALIFIED Component_Qualification_Status = 2 |
| 156 | Component_Qualification_QUALIFIED Component_Qualification_Status = 3 |
| 157 | ) |
| 158 | |
| 159 | var Component_Qualification_Status_name = map[int32]string{ |
| 160 | 0: "STATUS_UNKNOWN", |
| 161 | 1: "REQUESTED", |
| 162 | 2: "TECHNICALLY_QUALIFIED", |
| 163 | 3: "QUALIFIED", |
| 164 | } |
| 165 | |
| 166 | var Component_Qualification_Status_value = map[string]int32{ |
| 167 | "STATUS_UNKNOWN": 0, |
| 168 | "REQUESTED": 1, |
| 169 | "TECHNICALLY_QUALIFIED": 2, |
| 170 | "QUALIFIED": 3, |
| 171 | } |
| 172 | |
| 173 | func (x Component_Qualification_Status) String() string { |
| 174 | return proto.EnumName(Component_Qualification_Status_name, int32(x)) |
| 175 | } |
| 176 | |
| 177 | func (Component_Qualification_Status) EnumDescriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 178 | return fileDescriptor_c6bb55af29234765, []int{0, 5, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 179 | } |
| 180 | |
| 181 | type Component struct { |
| 182 | // Globally unique component identifier. |
| 183 | Id *ComponentId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 184 | // Types that are valid to be assigned to Type: |
| 185 | // *Component_Soc_ |
| 186 | // *Component_Memory_ |
| 187 | // *Component_Bluetooth_ |
| 188 | // *Component_Camera_ |
| 189 | // *Component_Touchscreen_ |
| 190 | Type isComponent_Type `protobuf_oneof:"type"` |
| 191 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 192 | XXX_unrecognized []byte `json:"-"` |
| 193 | XXX_sizecache int32 `json:"-"` |
| 194 | } |
| 195 | |
| 196 | func (m *Component) Reset() { *m = Component{} } |
| 197 | func (m *Component) String() string { return proto.CompactTextString(m) } |
| 198 | func (*Component) ProtoMessage() {} |
| 199 | func (*Component) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 200 | return fileDescriptor_c6bb55af29234765, []int{0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 201 | } |
| 202 | |
| 203 | func (m *Component) XXX_Unmarshal(b []byte) error { |
| 204 | return xxx_messageInfo_Component.Unmarshal(m, b) |
| 205 | } |
| 206 | func (m *Component) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 207 | return xxx_messageInfo_Component.Marshal(b, m, deterministic) |
| 208 | } |
| 209 | func (m *Component) XXX_Merge(src proto.Message) { |
| 210 | xxx_messageInfo_Component.Merge(m, src) |
| 211 | } |
| 212 | func (m *Component) XXX_Size() int { |
| 213 | return xxx_messageInfo_Component.Size(m) |
| 214 | } |
| 215 | func (m *Component) XXX_DiscardUnknown() { |
| 216 | xxx_messageInfo_Component.DiscardUnknown(m) |
| 217 | } |
| 218 | |
| 219 | var xxx_messageInfo_Component proto.InternalMessageInfo |
| 220 | |
| 221 | func (m *Component) GetId() *ComponentId { |
| 222 | if m != nil { |
| 223 | return m.Id |
| 224 | } |
| 225 | return nil |
| 226 | } |
| 227 | |
| 228 | type isComponent_Type interface { |
| 229 | isComponent_Type() |
| 230 | } |
| 231 | |
| 232 | type Component_Soc_ struct { |
| 233 | Soc *Component_Soc `protobuf:"bytes,2,opt,name=soc,proto3,oneof"` |
| 234 | } |
| 235 | |
| 236 | type Component_Memory_ struct { |
| 237 | Memory *Component_Memory `protobuf:"bytes,3,opt,name=memory,proto3,oneof"` |
| 238 | } |
| 239 | |
| 240 | type Component_Bluetooth_ struct { |
| 241 | Bluetooth *Component_Bluetooth `protobuf:"bytes,4,opt,name=bluetooth,proto3,oneof"` |
| 242 | } |
| 243 | |
| 244 | type Component_Camera_ struct { |
| 245 | Camera *Component_Camera `protobuf:"bytes,5,opt,name=camera,proto3,oneof"` |
| 246 | } |
| 247 | |
| 248 | type Component_Touchscreen_ struct { |
| 249 | Touchscreen *Component_Touchscreen `protobuf:"bytes,6,opt,name=touchscreen,proto3,oneof"` |
| 250 | } |
| 251 | |
| 252 | func (*Component_Soc_) isComponent_Type() {} |
| 253 | |
| 254 | func (*Component_Memory_) isComponent_Type() {} |
| 255 | |
| 256 | func (*Component_Bluetooth_) isComponent_Type() {} |
| 257 | |
| 258 | func (*Component_Camera_) isComponent_Type() {} |
| 259 | |
| 260 | func (*Component_Touchscreen_) isComponent_Type() {} |
| 261 | |
| 262 | func (m *Component) GetType() isComponent_Type { |
| 263 | if m != nil { |
| 264 | return m.Type |
| 265 | } |
| 266 | return nil |
| 267 | } |
| 268 | |
| 269 | func (m *Component) GetSoc() *Component_Soc { |
| 270 | if x, ok := m.GetType().(*Component_Soc_); ok { |
| 271 | return x.Soc |
| 272 | } |
| 273 | return nil |
| 274 | } |
| 275 | |
| 276 | func (m *Component) GetMemory() *Component_Memory { |
| 277 | if x, ok := m.GetType().(*Component_Memory_); ok { |
| 278 | return x.Memory |
| 279 | } |
| 280 | return nil |
| 281 | } |
| 282 | |
| 283 | func (m *Component) GetBluetooth() *Component_Bluetooth { |
| 284 | if x, ok := m.GetType().(*Component_Bluetooth_); ok { |
| 285 | return x.Bluetooth |
| 286 | } |
| 287 | return nil |
| 288 | } |
| 289 | |
| 290 | func (m *Component) GetCamera() *Component_Camera { |
| 291 | if x, ok := m.GetType().(*Component_Camera_); ok { |
| 292 | return x.Camera |
| 293 | } |
| 294 | return nil |
| 295 | } |
| 296 | |
| 297 | func (m *Component) GetTouchscreen() *Component_Touchscreen { |
| 298 | if x, ok := m.GetType().(*Component_Touchscreen_); ok { |
| 299 | return x.Touchscreen |
| 300 | } |
| 301 | return nil |
| 302 | } |
| 303 | |
| 304 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 305 | func (*Component) XXX_OneofWrappers() []interface{} { |
| 306 | return []interface{}{ |
| 307 | (*Component_Soc_)(nil), |
| 308 | (*Component_Memory_)(nil), |
| 309 | (*Component_Bluetooth_)(nil), |
| 310 | (*Component_Camera_)(nil), |
| 311 | (*Component_Touchscreen_)(nil), |
| 312 | } |
| 313 | } |
| 314 | |
| 315 | type Component_Soc struct { |
| 316 | Family *Component_Soc_Family `protobuf:"bytes,1,opt,name=family,proto3" json:"family,omitempty"` |
| 317 | // Unique model name returned from cpu_id instruction |
| 318 | Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` |
| 319 | // Number of cores present on the SoC model |
| 320 | Cores int32 `protobuf:"varint,3,opt,name=cores,proto3" json:"cores,omitempty"` |
| 321 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 322 | XXX_unrecognized []byte `json:"-"` |
| 323 | XXX_sizecache int32 `json:"-"` |
| 324 | } |
| 325 | |
| 326 | func (m *Component_Soc) Reset() { *m = Component_Soc{} } |
| 327 | func (m *Component_Soc) String() string { return proto.CompactTextString(m) } |
| 328 | func (*Component_Soc) ProtoMessage() {} |
| 329 | func (*Component_Soc) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 330 | return fileDescriptor_c6bb55af29234765, []int{0, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 331 | } |
| 332 | |
| 333 | func (m *Component_Soc) XXX_Unmarshal(b []byte) error { |
| 334 | return xxx_messageInfo_Component_Soc.Unmarshal(m, b) |
| 335 | } |
| 336 | func (m *Component_Soc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 337 | return xxx_messageInfo_Component_Soc.Marshal(b, m, deterministic) |
| 338 | } |
| 339 | func (m *Component_Soc) XXX_Merge(src proto.Message) { |
| 340 | xxx_messageInfo_Component_Soc.Merge(m, src) |
| 341 | } |
| 342 | func (m *Component_Soc) XXX_Size() int { |
| 343 | return xxx_messageInfo_Component_Soc.Size(m) |
| 344 | } |
| 345 | func (m *Component_Soc) XXX_DiscardUnknown() { |
| 346 | xxx_messageInfo_Component_Soc.DiscardUnknown(m) |
| 347 | } |
| 348 | |
| 349 | var xxx_messageInfo_Component_Soc proto.InternalMessageInfo |
| 350 | |
| 351 | func (m *Component_Soc) GetFamily() *Component_Soc_Family { |
| 352 | if m != nil { |
| 353 | return m.Family |
| 354 | } |
| 355 | return nil |
| 356 | } |
| 357 | |
| 358 | func (m *Component_Soc) GetModel() string { |
| 359 | if m != nil { |
| 360 | return m.Model |
| 361 | } |
| 362 | return "" |
| 363 | } |
| 364 | |
| 365 | func (m *Component_Soc) GetCores() int32 { |
| 366 | if m != nil { |
| 367 | return m.Cores |
| 368 | } |
| 369 | return 0 |
| 370 | } |
| 371 | |
| 372 | type Component_Soc_Family struct { |
| 373 | Arch Component_Soc_Architecture `protobuf:"varint,1,opt,name=arch,proto3,enum=chromiumos.config.api.Component_Soc_Architecture" json:"arch,omitempty"` |
| 374 | // Common name (human friendly) for the family |
| 375 | Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` |
| 376 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 377 | XXX_unrecognized []byte `json:"-"` |
| 378 | XXX_sizecache int32 `json:"-"` |
| 379 | } |
| 380 | |
| 381 | func (m *Component_Soc_Family) Reset() { *m = Component_Soc_Family{} } |
| 382 | func (m *Component_Soc_Family) String() string { return proto.CompactTextString(m) } |
| 383 | func (*Component_Soc_Family) ProtoMessage() {} |
| 384 | func (*Component_Soc_Family) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 385 | return fileDescriptor_c6bb55af29234765, []int{0, 0, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 386 | } |
| 387 | |
| 388 | func (m *Component_Soc_Family) XXX_Unmarshal(b []byte) error { |
| 389 | return xxx_messageInfo_Component_Soc_Family.Unmarshal(m, b) |
| 390 | } |
| 391 | func (m *Component_Soc_Family) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 392 | return xxx_messageInfo_Component_Soc_Family.Marshal(b, m, deterministic) |
| 393 | } |
| 394 | func (m *Component_Soc_Family) XXX_Merge(src proto.Message) { |
| 395 | xxx_messageInfo_Component_Soc_Family.Merge(m, src) |
| 396 | } |
| 397 | func (m *Component_Soc_Family) XXX_Size() int { |
| 398 | return xxx_messageInfo_Component_Soc_Family.Size(m) |
| 399 | } |
| 400 | func (m *Component_Soc_Family) XXX_DiscardUnknown() { |
| 401 | xxx_messageInfo_Component_Soc_Family.DiscardUnknown(m) |
| 402 | } |
| 403 | |
| 404 | var xxx_messageInfo_Component_Soc_Family proto.InternalMessageInfo |
| 405 | |
| 406 | func (m *Component_Soc_Family) GetArch() Component_Soc_Architecture { |
| 407 | if m != nil { |
| 408 | return m.Arch |
| 409 | } |
| 410 | return Component_Soc_ARCHITECTURE_UNDEFINED |
| 411 | } |
| 412 | |
| 413 | func (m *Component_Soc_Family) GetName() string { |
| 414 | if m != nil { |
| 415 | return m.Name |
| 416 | } |
| 417 | return "" |
| 418 | } |
| 419 | |
| 420 | type Component_Memory struct { |
| 421 | Profile *Component_Memory_Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` |
| 422 | PartNumber string `protobuf:"bytes,2,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"` |
| 423 | ManufacturerId *PartnerId `protobuf:"bytes,3,opt,name=manufacturer_id,json=manufacturerId,proto3" json:"manufacturer_id,omitempty"` |
| 424 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 425 | XXX_unrecognized []byte `json:"-"` |
| 426 | XXX_sizecache int32 `json:"-"` |
| 427 | } |
| 428 | |
| 429 | func (m *Component_Memory) Reset() { *m = Component_Memory{} } |
| 430 | func (m *Component_Memory) String() string { return proto.CompactTextString(m) } |
| 431 | func (*Component_Memory) ProtoMessage() {} |
| 432 | func (*Component_Memory) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 433 | return fileDescriptor_c6bb55af29234765, []int{0, 1} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 434 | } |
| 435 | |
| 436 | func (m *Component_Memory) XXX_Unmarshal(b []byte) error { |
| 437 | return xxx_messageInfo_Component_Memory.Unmarshal(m, b) |
| 438 | } |
| 439 | func (m *Component_Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 440 | return xxx_messageInfo_Component_Memory.Marshal(b, m, deterministic) |
| 441 | } |
| 442 | func (m *Component_Memory) XXX_Merge(src proto.Message) { |
| 443 | xxx_messageInfo_Component_Memory.Merge(m, src) |
| 444 | } |
| 445 | func (m *Component_Memory) XXX_Size() int { |
| 446 | return xxx_messageInfo_Component_Memory.Size(m) |
| 447 | } |
| 448 | func (m *Component_Memory) XXX_DiscardUnknown() { |
| 449 | xxx_messageInfo_Component_Memory.DiscardUnknown(m) |
| 450 | } |
| 451 | |
| 452 | var xxx_messageInfo_Component_Memory proto.InternalMessageInfo |
| 453 | |
| 454 | func (m *Component_Memory) GetProfile() *Component_Memory_Profile { |
| 455 | if m != nil { |
| 456 | return m.Profile |
| 457 | } |
| 458 | return nil |
| 459 | } |
| 460 | |
| 461 | func (m *Component_Memory) GetPartNumber() string { |
| 462 | if m != nil { |
| 463 | return m.PartNumber |
| 464 | } |
| 465 | return "" |
| 466 | } |
| 467 | |
| 468 | func (m *Component_Memory) GetManufacturerId() *PartnerId { |
| 469 | if m != nil { |
| 470 | return m.ManufacturerId |
| 471 | } |
| 472 | return nil |
| 473 | } |
| 474 | |
| 475 | type Component_Memory_Profile struct { |
| 476 | Type Component_Memory_Type `protobuf:"varint,1,opt,name=type,proto3,enum=chromiumos.config.api.Component_Memory_Type" json:"type,omitempty"` |
| 477 | SpeedMhz int32 `protobuf:"varint,2,opt,name=speed_mhz,json=speedMhz,proto3" json:"speed_mhz,omitempty"` |
| 478 | SizeMegabytes int32 `protobuf:"varint,3,opt,name=size_megabytes,json=sizeMegabytes,proto3" json:"size_megabytes,omitempty"` |
| 479 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 480 | XXX_unrecognized []byte `json:"-"` |
| 481 | XXX_sizecache int32 `json:"-"` |
| 482 | } |
| 483 | |
| 484 | func (m *Component_Memory_Profile) Reset() { *m = Component_Memory_Profile{} } |
| 485 | func (m *Component_Memory_Profile) String() string { return proto.CompactTextString(m) } |
| 486 | func (*Component_Memory_Profile) ProtoMessage() {} |
| 487 | func (*Component_Memory_Profile) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 488 | return fileDescriptor_c6bb55af29234765, []int{0, 1, 0} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 489 | } |
| 490 | |
| 491 | func (m *Component_Memory_Profile) XXX_Unmarshal(b []byte) error { |
| 492 | return xxx_messageInfo_Component_Memory_Profile.Unmarshal(m, b) |
| 493 | } |
| 494 | func (m *Component_Memory_Profile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 495 | return xxx_messageInfo_Component_Memory_Profile.Marshal(b, m, deterministic) |
| 496 | } |
| 497 | func (m *Component_Memory_Profile) XXX_Merge(src proto.Message) { |
| 498 | xxx_messageInfo_Component_Memory_Profile.Merge(m, src) |
| 499 | } |
| 500 | func (m *Component_Memory_Profile) XXX_Size() int { |
| 501 | return xxx_messageInfo_Component_Memory_Profile.Size(m) |
| 502 | } |
| 503 | func (m *Component_Memory_Profile) XXX_DiscardUnknown() { |
| 504 | xxx_messageInfo_Component_Memory_Profile.DiscardUnknown(m) |
| 505 | } |
| 506 | |
| 507 | var xxx_messageInfo_Component_Memory_Profile proto.InternalMessageInfo |
| 508 | |
| 509 | func (m *Component_Memory_Profile) GetType() Component_Memory_Type { |
| 510 | if m != nil { |
| 511 | return m.Type |
| 512 | } |
| 513 | return Component_Memory_TYPE_UNDEFINED |
| 514 | } |
| 515 | |
| 516 | func (m *Component_Memory_Profile) GetSpeedMhz() int32 { |
| 517 | if m != nil { |
| 518 | return m.SpeedMhz |
| 519 | } |
| 520 | return 0 |
| 521 | } |
| 522 | |
| 523 | func (m *Component_Memory_Profile) GetSizeMegabytes() int32 { |
| 524 | if m != nil { |
| 525 | return m.SizeMegabytes |
| 526 | } |
| 527 | return 0 |
| 528 | } |
| 529 | |
| 530 | type Component_Bluetooth struct { |
| 531 | // 4-digit hex |
| 532 | VendorId string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"` |
| 533 | // 4-digit hex |
| 534 | ProductId string `protobuf:"bytes,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"` |
| 535 | // 4-digit hex |
| 536 | BcdDevice string `protobuf:"bytes,3,opt,name=bcd_device,json=bcdDevice,proto3" json:"bcd_device,omitempty"` |
| 537 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 538 | XXX_unrecognized []byte `json:"-"` |
| 539 | XXX_sizecache int32 `json:"-"` |
| 540 | } |
| 541 | |
| 542 | func (m *Component_Bluetooth) Reset() { *m = Component_Bluetooth{} } |
| 543 | func (m *Component_Bluetooth) String() string { return proto.CompactTextString(m) } |
| 544 | func (*Component_Bluetooth) ProtoMessage() {} |
| 545 | func (*Component_Bluetooth) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 546 | return fileDescriptor_c6bb55af29234765, []int{0, 2} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 547 | } |
| 548 | |
| 549 | func (m *Component_Bluetooth) XXX_Unmarshal(b []byte) error { |
| 550 | return xxx_messageInfo_Component_Bluetooth.Unmarshal(m, b) |
| 551 | } |
| 552 | func (m *Component_Bluetooth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 553 | return xxx_messageInfo_Component_Bluetooth.Marshal(b, m, deterministic) |
| 554 | } |
| 555 | func (m *Component_Bluetooth) XXX_Merge(src proto.Message) { |
| 556 | xxx_messageInfo_Component_Bluetooth.Merge(m, src) |
| 557 | } |
| 558 | func (m *Component_Bluetooth) XXX_Size() int { |
| 559 | return xxx_messageInfo_Component_Bluetooth.Size(m) |
| 560 | } |
| 561 | func (m *Component_Bluetooth) XXX_DiscardUnknown() { |
| 562 | xxx_messageInfo_Component_Bluetooth.DiscardUnknown(m) |
| 563 | } |
| 564 | |
| 565 | var xxx_messageInfo_Component_Bluetooth proto.InternalMessageInfo |
| 566 | |
| 567 | func (m *Component_Bluetooth) GetVendorId() string { |
| 568 | if m != nil { |
| 569 | return m.VendorId |
| 570 | } |
| 571 | return "" |
| 572 | } |
| 573 | |
| 574 | func (m *Component_Bluetooth) GetProductId() string { |
| 575 | if m != nil { |
| 576 | return m.ProductId |
| 577 | } |
| 578 | return "" |
| 579 | } |
| 580 | |
| 581 | func (m *Component_Bluetooth) GetBcdDevice() string { |
| 582 | if m != nil { |
| 583 | return m.BcdDevice |
| 584 | } |
| 585 | return "" |
| 586 | } |
| 587 | |
| 588 | type Component_Camera struct { |
| 589 | Features []Component_Camera_Feature `protobuf:"varint,1,rep,packed,name=features,proto3,enum=chromiumos.config.api.Component_Camera_Feature" json:"features,omitempty"` |
| 590 | ClockType Component_Camera_ClockType `protobuf:"varint,2,opt,name=clock_type,json=clockType,proto3,enum=chromiumos.config.api.Component_Camera_ClockType" json:"clock_type,omitempty"` |
| 591 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 592 | XXX_unrecognized []byte `json:"-"` |
| 593 | XXX_sizecache int32 `json:"-"` |
| 594 | } |
| 595 | |
| 596 | func (m *Component_Camera) Reset() { *m = Component_Camera{} } |
| 597 | func (m *Component_Camera) String() string { return proto.CompactTextString(m) } |
| 598 | func (*Component_Camera) ProtoMessage() {} |
| 599 | func (*Component_Camera) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 600 | return fileDescriptor_c6bb55af29234765, []int{0, 3} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 601 | } |
| 602 | |
| 603 | func (m *Component_Camera) XXX_Unmarshal(b []byte) error { |
| 604 | return xxx_messageInfo_Component_Camera.Unmarshal(m, b) |
| 605 | } |
| 606 | func (m *Component_Camera) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 607 | return xxx_messageInfo_Component_Camera.Marshal(b, m, deterministic) |
| 608 | } |
| 609 | func (m *Component_Camera) XXX_Merge(src proto.Message) { |
| 610 | xxx_messageInfo_Component_Camera.Merge(m, src) |
| 611 | } |
| 612 | func (m *Component_Camera) XXX_Size() int { |
| 613 | return xxx_messageInfo_Component_Camera.Size(m) |
| 614 | } |
| 615 | func (m *Component_Camera) XXX_DiscardUnknown() { |
| 616 | xxx_messageInfo_Component_Camera.DiscardUnknown(m) |
| 617 | } |
| 618 | |
| 619 | var xxx_messageInfo_Component_Camera proto.InternalMessageInfo |
| 620 | |
| 621 | func (m *Component_Camera) GetFeatures() []Component_Camera_Feature { |
| 622 | if m != nil { |
| 623 | return m.Features |
| 624 | } |
| 625 | return nil |
| 626 | } |
| 627 | |
| 628 | func (m *Component_Camera) GetClockType() Component_Camera_ClockType { |
| 629 | if m != nil { |
| 630 | return m.ClockType |
| 631 | } |
| 632 | return Component_Camera_CLOCK_TYPE_UNDEFINED |
| 633 | } |
| 634 | |
| 635 | type Component_Touchscreen struct { |
| 636 | // 4-digit hex |
| 637 | VendorId string `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"` |
| 638 | // 4-digit hex |
| 639 | ProductId string `protobuf:"bytes,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"` |
| 640 | // 4-digit hex |
| 641 | FwVersion string `protobuf:"bytes,3,opt,name=fw_version,json=fwVersion,proto3" json:"fw_version,omitempty"` |
| 642 | // Relative path to the touch firmware binary |
| 643 | // that will be installed when a given |
| 644 | // component vendor/product is detected. |
| 645 | FwPath string `protobuf:"bytes,4,opt,name=fw_path,json=fwPath,proto3" json:"fw_path,omitempty"` |
| 646 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 647 | XXX_unrecognized []byte `json:"-"` |
| 648 | XXX_sizecache int32 `json:"-"` |
| 649 | } |
| 650 | |
| 651 | func (m *Component_Touchscreen) Reset() { *m = Component_Touchscreen{} } |
| 652 | func (m *Component_Touchscreen) String() string { return proto.CompactTextString(m) } |
| 653 | func (*Component_Touchscreen) ProtoMessage() {} |
| 654 | func (*Component_Touchscreen) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 655 | return fileDescriptor_c6bb55af29234765, []int{0, 4} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 656 | } |
| 657 | |
| 658 | func (m *Component_Touchscreen) XXX_Unmarshal(b []byte) error { |
| 659 | return xxx_messageInfo_Component_Touchscreen.Unmarshal(m, b) |
| 660 | } |
| 661 | func (m *Component_Touchscreen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 662 | return xxx_messageInfo_Component_Touchscreen.Marshal(b, m, deterministic) |
| 663 | } |
| 664 | func (m *Component_Touchscreen) XXX_Merge(src proto.Message) { |
| 665 | xxx_messageInfo_Component_Touchscreen.Merge(m, src) |
| 666 | } |
| 667 | func (m *Component_Touchscreen) XXX_Size() int { |
| 668 | return xxx_messageInfo_Component_Touchscreen.Size(m) |
| 669 | } |
| 670 | func (m *Component_Touchscreen) XXX_DiscardUnknown() { |
| 671 | xxx_messageInfo_Component_Touchscreen.DiscardUnknown(m) |
| 672 | } |
| 673 | |
| 674 | var xxx_messageInfo_Component_Touchscreen proto.InternalMessageInfo |
| 675 | |
| 676 | func (m *Component_Touchscreen) GetVendorId() string { |
| 677 | if m != nil { |
| 678 | return m.VendorId |
| 679 | } |
| 680 | return "" |
| 681 | } |
| 682 | |
| 683 | func (m *Component_Touchscreen) GetProductId() string { |
| 684 | if m != nil { |
| 685 | return m.ProductId |
| 686 | } |
| 687 | return "" |
| 688 | } |
| 689 | |
| 690 | func (m *Component_Touchscreen) GetFwVersion() string { |
| 691 | if m != nil { |
| 692 | return m.FwVersion |
| 693 | } |
| 694 | return "" |
| 695 | } |
| 696 | |
| 697 | func (m *Component_Touchscreen) GetFwPath() string { |
| 698 | if m != nil { |
| 699 | return m.FwPath |
| 700 | } |
| 701 | return "" |
| 702 | } |
| 703 | |
| 704 | // Record of a component level qualification and the corresponding status. |
| 705 | type Component_Qualification struct { |
| 706 | ComponentId *ComponentId `protobuf:"bytes,1,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"` |
| 707 | Status Component_Qualification_Status `protobuf:"varint,2,opt,name=status,proto3,enum=chromiumos.config.api.Component_Qualification_Status" json:"status,omitempty"` |
| 708 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 709 | XXX_unrecognized []byte `json:"-"` |
| 710 | XXX_sizecache int32 `json:"-"` |
| 711 | } |
| 712 | |
| 713 | func (m *Component_Qualification) Reset() { *m = Component_Qualification{} } |
| 714 | func (m *Component_Qualification) String() string { return proto.CompactTextString(m) } |
| 715 | func (*Component_Qualification) ProtoMessage() {} |
| 716 | func (*Component_Qualification) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 717 | return fileDescriptor_c6bb55af29234765, []int{0, 5} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 718 | } |
| 719 | |
| 720 | func (m *Component_Qualification) XXX_Unmarshal(b []byte) error { |
| 721 | return xxx_messageInfo_Component_Qualification.Unmarshal(m, b) |
| 722 | } |
| 723 | func (m *Component_Qualification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 724 | return xxx_messageInfo_Component_Qualification.Marshal(b, m, deterministic) |
| 725 | } |
| 726 | func (m *Component_Qualification) XXX_Merge(src proto.Message) { |
| 727 | xxx_messageInfo_Component_Qualification.Merge(m, src) |
| 728 | } |
| 729 | func (m *Component_Qualification) XXX_Size() int { |
| 730 | return xxx_messageInfo_Component_Qualification.Size(m) |
| 731 | } |
| 732 | func (m *Component_Qualification) XXX_DiscardUnknown() { |
| 733 | xxx_messageInfo_Component_Qualification.DiscardUnknown(m) |
| 734 | } |
| 735 | |
| 736 | var xxx_messageInfo_Component_Qualification proto.InternalMessageInfo |
| 737 | |
| 738 | func (m *Component_Qualification) GetComponentId() *ComponentId { |
| 739 | if m != nil { |
| 740 | return m.ComponentId |
| 741 | } |
| 742 | return nil |
| 743 | } |
| 744 | |
| 745 | func (m *Component_Qualification) GetStatus() Component_Qualification_Status { |
| 746 | if m != nil { |
| 747 | return m.Status |
| 748 | } |
| 749 | return Component_Qualification_STATUS_UNKNOWN |
| 750 | } |
| 751 | |
| 752 | type ComponentList struct { |
| 753 | Value []*Component `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` |
| 754 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 755 | XXX_unrecognized []byte `json:"-"` |
| 756 | XXX_sizecache int32 `json:"-"` |
| 757 | } |
| 758 | |
| 759 | func (m *ComponentList) Reset() { *m = ComponentList{} } |
| 760 | func (m *ComponentList) String() string { return proto.CompactTextString(m) } |
| 761 | func (*ComponentList) ProtoMessage() {} |
| 762 | func (*ComponentList) Descriptor() ([]byte, []int) { |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 763 | return fileDescriptor_c6bb55af29234765, []int{1} |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 764 | } |
| 765 | |
| 766 | func (m *ComponentList) XXX_Unmarshal(b []byte) error { |
| 767 | return xxx_messageInfo_ComponentList.Unmarshal(m, b) |
| 768 | } |
| 769 | func (m *ComponentList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 770 | return xxx_messageInfo_ComponentList.Marshal(b, m, deterministic) |
| 771 | } |
| 772 | func (m *ComponentList) XXX_Merge(src proto.Message) { |
| 773 | xxx_messageInfo_ComponentList.Merge(m, src) |
| 774 | } |
| 775 | func (m *ComponentList) XXX_Size() int { |
| 776 | return xxx_messageInfo_ComponentList.Size(m) |
| 777 | } |
| 778 | func (m *ComponentList) XXX_DiscardUnknown() { |
| 779 | xxx_messageInfo_ComponentList.DiscardUnknown(m) |
| 780 | } |
| 781 | |
| 782 | var xxx_messageInfo_ComponentList proto.InternalMessageInfo |
| 783 | |
| 784 | func (m *ComponentList) GetValue() []*Component { |
| 785 | if m != nil { |
| 786 | return m.Value |
| 787 | } |
| 788 | return nil |
| 789 | } |
| 790 | |
| 791 | func init() { |
| 792 | proto.RegisterEnum("chromiumos.config.api.Component_Soc_Architecture", Component_Soc_Architecture_name, Component_Soc_Architecture_value) |
| 793 | proto.RegisterEnum("chromiumos.config.api.Component_Memory_Type", Component_Memory_Type_name, Component_Memory_Type_value) |
| 794 | proto.RegisterEnum("chromiumos.config.api.Component_Camera_Feature", Component_Camera_Feature_name, Component_Camera_Feature_value) |
| 795 | proto.RegisterEnum("chromiumos.config.api.Component_Camera_ClockType", Component_Camera_ClockType_name, Component_Camera_ClockType_value) |
| 796 | proto.RegisterEnum("chromiumos.config.api.Component_Qualification_Status", Component_Qualification_Status_name, Component_Qualification_Status_value) |
| 797 | proto.RegisterType((*Component)(nil), "chromiumos.config.api.Component") |
| 798 | proto.RegisterType((*Component_Soc)(nil), "chromiumos.config.api.Component.Soc") |
| 799 | proto.RegisterType((*Component_Soc_Family)(nil), "chromiumos.config.api.Component.Soc.Family") |
| 800 | proto.RegisterType((*Component_Memory)(nil), "chromiumos.config.api.Component.Memory") |
| 801 | proto.RegisterType((*Component_Memory_Profile)(nil), "chromiumos.config.api.Component.Memory.Profile") |
| 802 | proto.RegisterType((*Component_Bluetooth)(nil), "chromiumos.config.api.Component.Bluetooth") |
| 803 | proto.RegisterType((*Component_Camera)(nil), "chromiumos.config.api.Component.Camera") |
| 804 | proto.RegisterType((*Component_Touchscreen)(nil), "chromiumos.config.api.Component.Touchscreen") |
| 805 | proto.RegisterType((*Component_Qualification)(nil), "chromiumos.config.api.Component.Qualification") |
| 806 | proto.RegisterType((*ComponentList)(nil), "chromiumos.config.api.ComponentList") |
| 807 | } |
| 808 | |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 809 | func init() { |
| 810 | proto.RegisterFile("chromiumos/config/api/component.proto", fileDescriptor_c6bb55af29234765) |
| 811 | } |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 812 | |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 813 | var fileDescriptor_c6bb55af29234765 = []byte{ |
| 814 | // 983 bytes of a gzipped FileDescriptorProto |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 815 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0x5b, 0x6f, 0xe3, 0x44, |
Prathmesh Prabhu | 72f8a00 | 2020-04-10 09:57:53 -0700 | [diff] [blame^] | 816 | 0x14, 0xc7, 0xe3, 0x5c, 0x9c, 0xfa, 0xa4, 0x17, 0x6b, 0xd8, 0x85, 0x60, 0x84, 0xa8, 0x22, 0x16, |
| 817 | 0xaa, 0x65, 0xe5, 0x42, 0xb7, 0x54, 0x7d, 0x24, 0x75, 0x5c, 0x62, 0x9a, 0x5b, 0x27, 0xce, 0xb2, |
| 818 | 0x85, 0x07, 0xcb, 0x19, 0x8f, 0x1b, 0x8b, 0xd8, 0x63, 0xf9, 0xd2, 0xaa, 0x7d, 0xe3, 0x13, 0xf0, |
| 819 | 0xc2, 0x2b, 0x5f, 0x01, 0xf1, 0x01, 0x79, 0x40, 0x1e, 0x3b, 0x17, 0xd4, 0x5d, 0x25, 0x88, 0xb7, |
| 820 | 0x99, 0x7f, 0xce, 0xef, 0xcc, 0xf1, 0xfc, 0xe7, 0x4c, 0x06, 0x5e, 0x90, 0x59, 0xc4, 0x7c, 0x2f, |
| 821 | 0xf5, 0x59, 0x7c, 0x4c, 0x58, 0xe0, 0x7a, 0xb7, 0xc7, 0x76, 0xe8, 0x1d, 0x13, 0xe6, 0x87, 0x2c, |
| 822 | 0xa0, 0x41, 0xa2, 0x86, 0x11, 0x4b, 0x18, 0x7a, 0xbe, 0x0a, 0x53, 0xf3, 0x30, 0xd5, 0x0e, 0x3d, |
| 823 | 0xe5, 0x68, 0x03, 0x6d, 0x79, 0x4e, 0x9e, 0x40, 0xf9, 0xe2, 0xdd, 0x91, 0xa1, 0x1d, 0x25, 0x01, |
| 824 | 0x8d, 0x96, 0x71, 0xad, 0xdf, 0x0f, 0x40, 0xd2, 0x16, 0x38, 0x3a, 0x81, 0xb2, 0xe7, 0x34, 0x85, |
| 825 | 0x43, 0xe1, 0xa8, 0x71, 0xd2, 0x52, 0xdf, 0x59, 0x83, 0xba, 0x8c, 0x36, 0x1c, 0x5c, 0xf6, 0x1c, |
| 826 | 0x74, 0x0e, 0x95, 0x98, 0x91, 0x66, 0x99, 0x43, 0x9f, 0x6f, 0x82, 0xd4, 0x31, 0x23, 0xdd, 0x12, |
| 827 | 0xce, 0x10, 0xd4, 0x06, 0xd1, 0xa7, 0x3e, 0x8b, 0x1e, 0x9a, 0x15, 0x0e, 0x7f, 0xb9, 0x11, 0xee, |
| 828 | 0xf3, 0xf0, 0x6e, 0x09, 0x17, 0x20, 0xfa, 0x01, 0xa4, 0xe9, 0x3c, 0xa5, 0x09, 0x63, 0xc9, 0xac, |
| 829 | 0x59, 0xe5, 0x59, 0x5e, 0x6e, 0xcc, 0x72, 0xb1, 0x20, 0xba, 0x25, 0xbc, 0xc2, 0xb3, 0x72, 0x88, |
| 830 | 0xed, 0xd3, 0xc8, 0x6e, 0xd6, 0xb6, 0x2c, 0x47, 0xe3, 0xe1, 0x59, 0x39, 0x39, 0x88, 0x46, 0xd0, |
| 831 | 0x48, 0x58, 0x4a, 0x66, 0x31, 0x89, 0x28, 0x0d, 0x9a, 0x22, 0xcf, 0xf3, 0x6a, 0x63, 0x1e, 0x73, |
| 832 | 0xc5, 0x74, 0x4b, 0x78, 0x3d, 0x85, 0xf2, 0x57, 0x19, 0x2a, 0x63, 0x46, 0x90, 0x06, 0xa2, 0x6b, |
| 833 | 0xfb, 0xde, 0xfc, 0xa1, 0x70, 0xe7, 0xab, 0x6d, 0x36, 0x5a, 0xbd, 0xe4, 0x08, 0x2e, 0x50, 0xf4, |
| 834 | 0x0c, 0x6a, 0x3e, 0x73, 0xe8, 0x9c, 0x9b, 0x25, 0xe1, 0x7c, 0x92, 0xa9, 0x84, 0x45, 0x34, 0xe6, |
| 835 | 0x2e, 0xd4, 0x70, 0x3e, 0x51, 0x08, 0x88, 0x39, 0x8d, 0x74, 0xa8, 0xda, 0x11, 0x99, 0xf1, 0x85, |
| 836 | 0xf7, 0x4f, 0xbe, 0xd9, 0x6a, 0xe1, 0x76, 0x44, 0x66, 0x5e, 0x42, 0x49, 0x92, 0x46, 0x14, 0x73, |
| 837 | 0x1c, 0x21, 0xa8, 0x06, 0xb6, 0x4f, 0x8b, 0xb5, 0xf9, 0xb8, 0x35, 0x86, 0xdd, 0xf5, 0x48, 0xa4, |
| 838 | 0xc0, 0x87, 0x6d, 0xac, 0x75, 0x0d, 0x53, 0xd7, 0xcc, 0x09, 0xd6, 0xad, 0xc9, 0xa0, 0xa3, 0x5f, |
| 839 | 0x1a, 0x03, 0xbd, 0x23, 0x97, 0x50, 0x1d, 0x2a, 0x6f, 0xcf, 0xcf, 0x64, 0x01, 0x01, 0x88, 0x6f, |
| 840 | 0xcf, 0xcf, 0xac, 0xb3, 0x53, 0xb9, 0x9c, 0x89, 0x6d, 0xdc, 0x97, 0x2b, 0x48, 0x82, 0x5a, 0x1b, |
| 841 | 0xf7, 0xcf, 0x4e, 0xe5, 0xaa, 0xf2, 0x67, 0x05, 0xc4, 0xfc, 0xa0, 0x20, 0x03, 0xea, 0x61, 0xc4, |
| 842 | 0x5c, 0x6f, 0x4e, 0x8b, 0x6d, 0x3b, 0xde, 0xf2, 0x88, 0xa9, 0xa3, 0x1c, 0xc3, 0x0b, 0x1e, 0x7d, |
| 843 | 0x06, 0x8d, 0xac, 0x79, 0xac, 0x20, 0xf5, 0xa7, 0x34, 0x2a, 0xbe, 0x02, 0x32, 0x69, 0xc0, 0x15, |
| 844 | 0x64, 0xc0, 0x81, 0x6f, 0x07, 0xa9, 0x6b, 0xf3, 0x4f, 0xc9, 0x5a, 0xac, 0x38, 0xd6, 0x87, 0xef, |
| 845 | 0x59, 0x73, 0x94, 0xf7, 0xa2, 0xe1, 0xe0, 0xfd, 0x75, 0xd0, 0x70, 0x94, 0xdf, 0x04, 0xa8, 0x17, |
| 846 | 0x05, 0xa0, 0xef, 0xa0, 0x9a, 0x3c, 0x84, 0xb4, 0xd8, 0xfd, 0x57, 0xdb, 0xd6, 0x6f, 0x3e, 0x84, |
| 847 | 0x14, 0x73, 0x12, 0x7d, 0x02, 0x52, 0x1c, 0x52, 0xea, 0x58, 0xfe, 0xec, 0x91, 0xd7, 0x5d, 0xc3, |
| 848 | 0x3b, 0x5c, 0xe8, 0xcf, 0x1e, 0xd1, 0x0b, 0xd8, 0x8f, 0xbd, 0x47, 0x6a, 0xf9, 0xf4, 0xd6, 0x9e, |
| 849 | 0x3e, 0x24, 0xcb, 0x53, 0xb0, 0x97, 0xa9, 0xfd, 0x85, 0xd8, 0xfa, 0x19, 0xaa, 0x59, 0x46, 0x84, |
| 850 | 0x60, 0xdf, 0xbc, 0x19, 0x3d, 0x31, 0xa6, 0xd3, 0xc1, 0xb2, 0x80, 0x76, 0xa0, 0xda, 0xe9, 0xe0, |
| 851 | 0x13, 0xb9, 0x5c, 0x8c, 0x5e, 0xcb, 0x95, 0x62, 0x74, 0x2a, 0x57, 0x51, 0x03, 0xea, 0xbd, 0x91, |
| 852 | 0xc5, 0xe5, 0xda, 0x6a, 0x72, 0x2a, 0x8b, 0x8a, 0x0b, 0xd2, 0xb2, 0x25, 0xb3, 0x6a, 0xef, 0x68, |
| 853 | 0xe0, 0x30, 0xbe, 0x81, 0x02, 0xdf, 0xe5, 0x9d, 0x5c, 0x30, 0x1c, 0xf4, 0x29, 0x40, 0x18, 0x31, |
| 854 | 0x27, 0x25, 0xd9, 0x4d, 0x57, 0x78, 0x20, 0x15, 0x4a, 0xfe, 0xf3, 0x94, 0x38, 0x96, 0x43, 0xef, |
| 855 | 0x3c, 0x42, 0xf9, 0x87, 0x48, 0x58, 0x9a, 0x12, 0xa7, 0xc3, 0x05, 0xe5, 0x8f, 0x32, 0x88, 0x79, |
| 856 | 0xcb, 0xa2, 0x2b, 0xd8, 0x71, 0xa9, 0x9d, 0xed, 0x77, 0xdc, 0x14, 0x0e, 0x2b, 0x47, 0xfb, 0x5b, |
| 857 | 0x9c, 0x8c, 0x1c, 0x55, 0x2f, 0x73, 0x0e, 0x2f, 0x13, 0xa0, 0x11, 0x00, 0x99, 0x33, 0xf2, 0x8b, |
| 858 | 0xc5, 0x8d, 0x2a, 0x6f, 0xd9, 0x26, 0x45, 0x3a, 0x2d, 0x23, 0xb9, 0x5b, 0x12, 0x59, 0x0c, 0x5b, |
| 859 | 0x5f, 0x43, 0xbd, 0x58, 0x06, 0x7d, 0x00, 0x07, 0x97, 0x7a, 0xbb, 0xe8, 0x86, 0xab, 0xc1, 0xf0, |
| 860 | 0xc7, 0x81, 0x5c, 0x42, 0x32, 0xec, 0xb6, 0x35, 0xd3, 0x78, 0x63, 0x98, 0x37, 0x56, 0x4f, 0xef, |
| 861 | 0xc8, 0x42, 0xeb, 0x02, 0xa4, 0x65, 0x26, 0xd4, 0x84, 0x67, 0x5a, 0x6f, 0xa8, 0x5d, 0x59, 0x4f, |
| 862 | 0xbc, 0xda, 0x03, 0xa9, 0x3f, 0x1c, 0x0c, 0xcd, 0xe1, 0xc0, 0xd0, 0x64, 0x01, 0xed, 0xc2, 0xce, |
| 863 | 0xc5, 0x70, 0x68, 0x9a, 0x46, 0x5f, 0x97, 0xcb, 0xca, 0xaf, 0x02, 0x34, 0xd6, 0xae, 0xa2, 0xff, |
| 864 | 0x6b, 0x85, 0x7b, 0x6f, 0xdd, 0xd1, 0x28, 0xf6, 0x58, 0xb0, 0xb0, 0xc2, 0xbd, 0x7f, 0x93, 0x0b, |
| 865 | 0xe8, 0x23, 0xa8, 0xbb, 0xf7, 0x56, 0x68, 0x17, 0xb7, 0xb6, 0x84, 0x45, 0xf7, 0x7e, 0x64, 0x27, |
| 866 | 0x33, 0xe5, 0x6f, 0x01, 0xf6, 0xae, 0x53, 0x7b, 0xee, 0xb9, 0x1e, 0xb1, 0x93, 0x2c, 0x54, 0x87, |
| 867 | 0xdd, 0xf5, 0xff, 0xb7, 0xff, 0xf0, 0xef, 0xd4, 0x20, 0xab, 0x09, 0xea, 0x83, 0x18, 0x27, 0x76, |
| 868 | 0x92, 0xc6, 0x85, 0x41, 0xdf, 0x6e, 0x34, 0xe8, 0x5f, 0x65, 0xa8, 0x63, 0x0e, 0xe3, 0x22, 0x49, |
| 869 | 0x6b, 0x02, 0x62, 0xae, 0x64, 0x2d, 0x31, 0x36, 0xdb, 0xe6, 0x64, 0xbc, 0xe6, 0xcf, 0x1e, 0x48, |
| 870 | 0x58, 0xbf, 0x9e, 0xe8, 0x63, 0x33, 0x33, 0x07, 0x7d, 0x0c, 0xcf, 0x4d, 0x5d, 0xeb, 0x0e, 0x0c, |
| 871 | 0xad, 0xdd, 0xeb, 0xdd, 0x58, 0xd7, 0x93, 0x76, 0xcf, 0xb8, 0x34, 0xf4, 0x8e, 0x5c, 0xce, 0x22, |
| 872 | 0x57, 0xd3, 0xca, 0x85, 0x98, 0x77, 0x7b, 0xeb, 0x7b, 0xd8, 0x5b, 0x16, 0xd2, 0xf3, 0xe2, 0x04, |
| 873 | 0x9d, 0x41, 0xed, 0xce, 0x9e, 0xa7, 0x94, 0x9f, 0xd6, 0xf7, 0xdf, 0x29, 0x4b, 0x08, 0xe7, 0xe1, |
| 874 | 0x17, 0x2f, 0x7f, 0x3a, 0xba, 0x65, 0xcb, 0x60, 0x95, 0x45, 0xb7, 0xc7, 0x4f, 0x5f, 0x06, 0xb7, |
| 875 | 0x2c, 0x7b, 0x1c, 0x4c, 0x45, 0xfe, 0x24, 0x78, 0xfd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x39, |
| 876 | 0x12, 0xc5, 0x91, 0xa4, 0x08, 0x00, 0x00, |
Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 877 | } |