carriersettings-extractor: Update to 12
Import proto files from tools/carrier_settings 0a2c3b9ec4337283b67391971613cd06690a2d34 packages/providers/TelephonyProvider e9b03419e34ed174e239453f958aac0f042bf072 Change-Id: Ied7c51623dc6d14352fbc30db4632311ba455a0e
This commit is contained in:
committed by
Michael Bestas
parent
33f9e8630b
commit
5b27a24f3e
54
carriersettings-extractor/carrier_list_pb2.py
Normal file
54
carriersettings-extractor/carrier_list_pb2.py
Normal file
@@ -0,0 +1,54 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: carrier_list.proto
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12\x63\x61rrier_list.proto\x12\x12\x63om.google.carrier\"^\n\tCarrierId\x12\x0f\n\x07mcc_mnc\x18\x01 \x01(\t\x12\r\n\x03spn\x18\x02 \x01(\tH\x00\x12\x0e\n\x04imsi\x18\x03 \x01(\tH\x00\x12\x0e\n\x04gid1\x18\x04 \x01(\tH\x00\x42\x0b\n\tmvno_dataJ\x04\x08\x05\x10\x06\"]\n\nCarrierMap\x12\x16\n\x0e\x63\x61nonical_name\x18\x01 \x01(\t\x12\x31\n\ncarrier_id\x18\x02 \x03(\x0b\x32\x1d.com.google.carrier.CarrierIdJ\x04\x08\x03\x10\x04\"M\n\x0b\x43\x61rrierList\x12-\n\x05\x65ntry\x18\x01 \x03(\x0b\x32\x1e.com.google.carrier.CarrierMap\x12\x0f\n\x07version\x18\x02 \x01(\x03')
|
||||
|
||||
|
||||
|
||||
_CARRIERID = DESCRIPTOR.message_types_by_name['CarrierId']
|
||||
_CARRIERMAP = DESCRIPTOR.message_types_by_name['CarrierMap']
|
||||
_CARRIERLIST = DESCRIPTOR.message_types_by_name['CarrierList']
|
||||
CarrierId = _reflection.GeneratedProtocolMessageType('CarrierId', (_message.Message,), {
|
||||
'DESCRIPTOR' : _CARRIERID,
|
||||
'__module__' : 'carrier_list_pb2'
|
||||
# @@protoc_insertion_point(class_scope:com.google.carrier.CarrierId)
|
||||
})
|
||||
_sym_db.RegisterMessage(CarrierId)
|
||||
|
||||
CarrierMap = _reflection.GeneratedProtocolMessageType('CarrierMap', (_message.Message,), {
|
||||
'DESCRIPTOR' : _CARRIERMAP,
|
||||
'__module__' : 'carrier_list_pb2'
|
||||
# @@protoc_insertion_point(class_scope:com.google.carrier.CarrierMap)
|
||||
})
|
||||
_sym_db.RegisterMessage(CarrierMap)
|
||||
|
||||
CarrierList = _reflection.GeneratedProtocolMessageType('CarrierList', (_message.Message,), {
|
||||
'DESCRIPTOR' : _CARRIERLIST,
|
||||
'__module__' : 'carrier_list_pb2'
|
||||
# @@protoc_insertion_point(class_scope:com.google.carrier.CarrierList)
|
||||
})
|
||||
_sym_db.RegisterMessage(CarrierList)
|
||||
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
_CARRIERID._serialized_start=42
|
||||
_CARRIERID._serialized_end=136
|
||||
_CARRIERMAP._serialized_start=138
|
||||
_CARRIERMAP._serialized_end=231
|
||||
_CARRIERLIST._serialized_start=233
|
||||
_CARRIERLIST._serialized_end=310
|
||||
# @@protoc_insertion_point(module_scope)
|
||||
Reference in New Issue
Block a user