Andrew Lamb | bc029d3 | 2020-02-24 12:42:50 -0700 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: api/hardware_topology.proto |
| 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 | // Contains hardware related system features that are tracked by Google to |
| 24 | // differentiate distinct hardware build configurations. Generally these |
| 25 | // hardware-related system features are not easily probe-able at run time. |
| 26 | // |
| 27 | // This SHOULD NOT be used to track second sourced components that are drop in |
| 28 | // replacements. |
| 29 | // |
| 30 | // Note the types here are Topology values instead of enums. The individual |
| 31 | // Design repos should check that any CL landing has acceptable Topology values. |
| 32 | // Most values are effectively stringly typed enums. |
| 33 | type HardwareTopology struct { |
| 34 | // Specify hardware screen topology hardware. |
| 35 | // See ./hardware_topology.md#screen for more information. |
| 36 | Screen *Topology `protobuf:"bytes,1,opt,name=screen,proto3" json:"screen,omitempty"` |
| 37 | // Specify functional form factor type of hardware. |
| 38 | // See ./hardware_topology.md#form-factor for more information. |
| 39 | FormFactor *Topology `protobuf:"bytes,2,opt,name=form_factor,json=formFactor,proto3" json:"form_factor,omitempty"` |
| 40 | // Specify the audio codec topology. |
| 41 | // See ./hardware_topology.md#audio for more information |
| 42 | Audio *Topology `protobuf:"bytes,3,opt,name=audio,proto3" json:"audio,omitempty"` |
| 43 | // Specify the stylus topology. |
| 44 | // See ./hardware_topology.md#stylus for more information. |
| 45 | Stylus *Topology `protobuf:"bytes,4,opt,name=stylus,proto3" json:"stylus,omitempty"` |
| 46 | // Specify the internal keyboard topology. |
| 47 | // See ./hardware_topology.md#keyboard for more information. |
| 48 | Keyboard *Topology `protobuf:"bytes,5,opt,name=keyboard,proto3" json:"keyboard,omitempty"` |
| 49 | // Specify which thermal topology. |
| 50 | // See ./hardware_topology.md#thermal for more information. |
| 51 | Thermal *Topology `protobuf:"bytes,6,opt,name=thermal,proto3" json:"thermal,omitempty"` |
| 52 | // Specify the camera topology. |
| 53 | // See ./hardware_topology.md#camera for more information. |
| 54 | Camera *Topology `protobuf:"bytes,7,opt,name=camera,proto3" json:"camera,omitempty"` |
| 55 | // Specify the accelerometer/gyroscope/magetometer topology. |
| 56 | // See ./hardware_topology.md#sensor for more information. |
| 57 | AccelerometerGyroscopeMagnetometer *Topology `protobuf:"bytes,8,opt,name=accelerometer_gyroscope_magnetometer,json=accelerometerGyroscopeMagnetometer,proto3" json:"accelerometer_gyroscope_magnetometer,omitempty"` |
| 58 | // Specify the fingerprint sensor topology. |
| 59 | // See ./hardware_topology.md#fingerprint-sensor for more information. |
| 60 | Fingerprint *Topology `protobuf:"bytes,9,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` |
| 61 | // Specify the proximity sensor topology. |
| 62 | // See ./hardware_topology.md#sensor for more information. |
| 63 | ProximitySensor *Topology `protobuf:"bytes,10,opt,name=proximity_sensor,json=proximitySensor,proto3" json:"proximity_sensor,omitempty"` |
| 64 | // Specify the daugher board topology. |
| 65 | // See ./hardware_topology.md#daughter-board for more information. |
| 66 | DaughterBoard *Topology `protobuf:"bytes,11,opt,name=daughter_board,json=daughterBoard,proto3" json:"daughter_board,omitempty"` |
| 67 | // Specify the non-volatile storage topology. |
| 68 | // See ./hardware_topology.md#non_volatile-storage for more information. |
| 69 | NonVolatileStorage *Topology `protobuf:"bytes,12,opt,name=non_volatile_storage,json=nonVolatileStorage,proto3" json:"non_volatile_storage,omitempty"` |
| 70 | // Specify the ram topology. |
| 71 | // See ./hardware_topology.md#ram for more information. |
| 72 | Ram *Topology `protobuf:"bytes,13,opt,name=ram,proto3" json:"ram,omitempty"` |
| 73 | // Specify the wifi topology. |
| 74 | // See ./hardware_topology.md#wifi for more information. |
| 75 | Wifi *Topology `protobuf:"bytes,14,opt,name=wifi,proto3" json:"wifi,omitempty"` |
| 76 | // Specify the LTE sub-board topology. |
| 77 | // See ./hardware_topology.md#lte-board for more information. |
| 78 | LteBoard *Topology `protobuf:"bytes,15,opt,name=lte_board,json=lteBoard,proto3" json:"lte_board,omitempty"` |
| 79 | // Specify the SD card reader topology. |
| 80 | // See ./hardware_topology.md#sd-reader for more information. |
| 81 | SdReader *Topology `protobuf:"bytes,16,opt,name=sd_reader,json=sdReader,proto3" json:"sd_reader,omitempty"` |
| 82 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 83 | XXX_unrecognized []byte `json:"-"` |
| 84 | XXX_sizecache int32 `json:"-"` |
| 85 | } |
| 86 | |
| 87 | func (m *HardwareTopology) Reset() { *m = HardwareTopology{} } |
| 88 | func (m *HardwareTopology) String() string { return proto.CompactTextString(m) } |
| 89 | func (*HardwareTopology) ProtoMessage() {} |
| 90 | func (*HardwareTopology) Descriptor() ([]byte, []int) { |
| 91 | return fileDescriptor_9b3edb686c39425b, []int{0} |
| 92 | } |
| 93 | |
| 94 | func (m *HardwareTopology) XXX_Unmarshal(b []byte) error { |
| 95 | return xxx_messageInfo_HardwareTopology.Unmarshal(m, b) |
| 96 | } |
| 97 | func (m *HardwareTopology) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 98 | return xxx_messageInfo_HardwareTopology.Marshal(b, m, deterministic) |
| 99 | } |
| 100 | func (m *HardwareTopology) XXX_Merge(src proto.Message) { |
| 101 | xxx_messageInfo_HardwareTopology.Merge(m, src) |
| 102 | } |
| 103 | func (m *HardwareTopology) XXX_Size() int { |
| 104 | return xxx_messageInfo_HardwareTopology.Size(m) |
| 105 | } |
| 106 | func (m *HardwareTopology) XXX_DiscardUnknown() { |
| 107 | xxx_messageInfo_HardwareTopology.DiscardUnknown(m) |
| 108 | } |
| 109 | |
| 110 | var xxx_messageInfo_HardwareTopology proto.InternalMessageInfo |
| 111 | |
| 112 | func (m *HardwareTopology) GetScreen() *Topology { |
| 113 | if m != nil { |
| 114 | return m.Screen |
| 115 | } |
| 116 | return nil |
| 117 | } |
| 118 | |
| 119 | func (m *HardwareTopology) GetFormFactor() *Topology { |
| 120 | if m != nil { |
| 121 | return m.FormFactor |
| 122 | } |
| 123 | return nil |
| 124 | } |
| 125 | |
| 126 | func (m *HardwareTopology) GetAudio() *Topology { |
| 127 | if m != nil { |
| 128 | return m.Audio |
| 129 | } |
| 130 | return nil |
| 131 | } |
| 132 | |
| 133 | func (m *HardwareTopology) GetStylus() *Topology { |
| 134 | if m != nil { |
| 135 | return m.Stylus |
| 136 | } |
| 137 | return nil |
| 138 | } |
| 139 | |
| 140 | func (m *HardwareTopology) GetKeyboard() *Topology { |
| 141 | if m != nil { |
| 142 | return m.Keyboard |
| 143 | } |
| 144 | return nil |
| 145 | } |
| 146 | |
| 147 | func (m *HardwareTopology) GetThermal() *Topology { |
| 148 | if m != nil { |
| 149 | return m.Thermal |
| 150 | } |
| 151 | return nil |
| 152 | } |
| 153 | |
| 154 | func (m *HardwareTopology) GetCamera() *Topology { |
| 155 | if m != nil { |
| 156 | return m.Camera |
| 157 | } |
| 158 | return nil |
| 159 | } |
| 160 | |
| 161 | func (m *HardwareTopology) GetAccelerometerGyroscopeMagnetometer() *Topology { |
| 162 | if m != nil { |
| 163 | return m.AccelerometerGyroscopeMagnetometer |
| 164 | } |
| 165 | return nil |
| 166 | } |
| 167 | |
| 168 | func (m *HardwareTopology) GetFingerprint() *Topology { |
| 169 | if m != nil { |
| 170 | return m.Fingerprint |
| 171 | } |
| 172 | return nil |
| 173 | } |
| 174 | |
| 175 | func (m *HardwareTopology) GetProximitySensor() *Topology { |
| 176 | if m != nil { |
| 177 | return m.ProximitySensor |
| 178 | } |
| 179 | return nil |
| 180 | } |
| 181 | |
| 182 | func (m *HardwareTopology) GetDaughterBoard() *Topology { |
| 183 | if m != nil { |
| 184 | return m.DaughterBoard |
| 185 | } |
| 186 | return nil |
| 187 | } |
| 188 | |
| 189 | func (m *HardwareTopology) GetNonVolatileStorage() *Topology { |
| 190 | if m != nil { |
| 191 | return m.NonVolatileStorage |
| 192 | } |
| 193 | return nil |
| 194 | } |
| 195 | |
| 196 | func (m *HardwareTopology) GetRam() *Topology { |
| 197 | if m != nil { |
| 198 | return m.Ram |
| 199 | } |
| 200 | return nil |
| 201 | } |
| 202 | |
| 203 | func (m *HardwareTopology) GetWifi() *Topology { |
| 204 | if m != nil { |
| 205 | return m.Wifi |
| 206 | } |
| 207 | return nil |
| 208 | } |
| 209 | |
| 210 | func (m *HardwareTopology) GetLteBoard() *Topology { |
| 211 | if m != nil { |
| 212 | return m.LteBoard |
| 213 | } |
| 214 | return nil |
| 215 | } |
| 216 | |
| 217 | func (m *HardwareTopology) GetSdReader() *Topology { |
| 218 | if m != nil { |
| 219 | return m.SdReader |
| 220 | } |
| 221 | return nil |
| 222 | } |
| 223 | |
| 224 | func init() { |
| 225 | proto.RegisterType((*HardwareTopology)(nil), "chromiumos.config.api.HardwareTopology") |
| 226 | } |
| 227 | |
| 228 | func init() { proto.RegisterFile("api/hardware_topology.proto", fileDescriptor_9b3edb686c39425b) } |
| 229 | |
| 230 | var fileDescriptor_9b3edb686c39425b = []byte{ |
| 231 | // 433 bytes of a gzipped FileDescriptorProto |
| 232 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xd4, 0xcf, 0x6b, 0xd4, 0x40, |
| 233 | 0x14, 0x07, 0x70, 0x6a, 0xdb, 0xed, 0xee, 0x5b, 0xdb, 0x2e, 0x83, 0xc2, 0xa0, 0x07, 0xa5, 0x78, |
| 234 | 0x28, 0x1e, 0x12, 0xb4, 0x88, 0x88, 0x3d, 0x68, 0x0f, 0x55, 0x04, 0x0f, 0xb6, 0xe2, 0xc1, 0x4b, |
| 235 | 0x78, 0x4d, 0x5e, 0x66, 0x07, 0x93, 0x79, 0xf1, 0xcd, 0xac, 0x35, 0x7f, 0x95, 0xff, 0xa2, 0xe4, |
| 236 | 0xc7, 0xae, 0x5d, 0xf0, 0x30, 0xd7, 0xe4, 0xfb, 0xf9, 0xf2, 0x1e, 0x2f, 0x04, 0x1e, 0x63, 0x63, |
| 237 | 0xd3, 0x25, 0x4a, 0x71, 0x8b, 0x42, 0x59, 0xe0, 0x86, 0x2b, 0x36, 0x6d, 0xd2, 0x08, 0x07, 0x56, |
| 238 | 0x0f, 0xf3, 0xa5, 0x70, 0x6d, 0x57, 0x35, 0xfb, 0x24, 0x67, 0x57, 0x5a, 0x93, 0x60, 0x63, 0x1f, |
| 239 | 0xa9, 0xce, 0x6c, 0x47, 0x4f, 0xfe, 0x4c, 0x61, 0xf1, 0x71, 0xac, 0xf9, 0x3a, 0xbe, 0x52, 0xaf, |
| 240 | 0x61, 0xe2, 0x73, 0x21, 0x72, 0x7a, 0xe7, 0xe9, 0xce, 0xe9, 0xfc, 0xe5, 0x93, 0xe4, 0xbf, 0x85, |
| 241 | 0xc9, 0x1a, 0x5c, 0x8d, 0x71, 0xf5, 0x0e, 0xe6, 0x25, 0x4b, 0x9d, 0x95, 0x98, 0x07, 0x16, 0x7d, |
| 242 | 0x2f, 0x4e, 0x43, 0x67, 0x2e, 0x7b, 0xa2, 0x5e, 0xc1, 0x3e, 0xae, 0x0a, 0xcb, 0x7a, 0x37, 0xce, |
| 243 | 0x0e, 0xe9, 0x7e, 0xe2, 0xd0, 0x56, 0x2b, 0xaf, 0xf7, 0x62, 0x27, 0xee, 0xe3, 0xea, 0x2d, 0x4c, |
| 244 | 0x7f, 0x50, 0x7b, 0xc3, 0x28, 0x85, 0xde, 0x8f, 0xa3, 0x1b, 0xa0, 0xde, 0xc0, 0x41, 0x58, 0x92, |
| 245 | 0xd4, 0x58, 0xe9, 0x49, 0x9c, 0x5d, 0xe7, 0xbb, 0x81, 0x73, 0xac, 0x49, 0x50, 0x1f, 0x44, 0x0e, |
| 246 | 0x3c, 0xc4, 0xd5, 0x4f, 0x78, 0x86, 0x79, 0x4e, 0x15, 0x09, 0xd7, 0x14, 0x48, 0x32, 0xd3, 0x0a, |
| 247 | 0xfb, 0x9c, 0x1b, 0xca, 0x6a, 0x34, 0x8e, 0xc2, 0xf0, 0x58, 0x4f, 0xe3, 0x6a, 0x4f, 0xb6, 0xca, |
| 248 | 0x3e, 0xac, 0xbb, 0x3e, 0xdf, 0xa9, 0x52, 0xef, 0x61, 0x5e, 0x5a, 0x67, 0x48, 0x1a, 0xb1, 0x2e, |
| 249 | 0xe8, 0x59, 0x5c, 0xf3, 0x5d, 0xa3, 0x3e, 0xc1, 0xa2, 0x11, 0xfe, 0x6d, 0x6b, 0x1b, 0xda, 0xcc, |
| 250 | 0x93, 0xf3, 0x2c, 0x1a, 0xe2, 0x7a, 0x8e, 0x37, 0xf0, 0xba, 0x77, 0xea, 0x12, 0x8e, 0x0a, 0x5c, |
| 251 | 0x99, 0x65, 0xb7, 0xfc, 0x70, 0xb8, 0x79, 0x5c, 0xd3, 0xe1, 0x9a, 0x5d, 0xf4, 0xd7, 0xfb, 0x02, |
| 252 | 0x0f, 0x1c, 0xbb, 0xec, 0x17, 0x57, 0x18, 0x6c, 0x45, 0x99, 0x0f, 0x2c, 0x68, 0x48, 0xdf, 0x8f, |
| 253 | 0x6b, 0x53, 0x8e, 0xdd, 0xb7, 0xd1, 0x5e, 0x0f, 0x54, 0xbd, 0x80, 0x5d, 0xc1, 0x5a, 0x1f, 0xc6, |
| 254 | 0x35, 0x74, 0x59, 0x75, 0x06, 0x7b, 0xb7, 0xb6, 0xb4, 0xfa, 0x28, 0xce, 0xf4, 0x61, 0x75, 0x0e, |
| 255 | 0xb3, 0x2a, 0xd0, 0xb8, 0xfd, 0x71, 0xe4, 0x67, 0x5b, 0x05, 0x1a, 0x16, 0x3f, 0x87, 0x99, 0x2f, |
| 256 | 0x32, 0x21, 0x2c, 0x48, 0xf4, 0x22, 0x52, 0xfb, 0xe2, 0xaa, 0x07, 0x17, 0xcf, 0xbf, 0x9f, 0x1a, |
| 257 | 0xde, 0xc4, 0x13, 0x16, 0x93, 0xfe, 0xb3, 0xe9, 0x60, 0x53, 0xc3, 0x29, 0x36, 0xf6, 0x66, 0xd2, |
| 258 | 0xff, 0x64, 0xce, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xc7, 0x46, 0x8c, 0xae, 0x04, 0x00, |
| 259 | 0x00, |
| 260 | } |