blob: d9e16180d3e76c2d13b774e81e559d4958c0abd5 [file]
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: build_config.proto
from google.protobuf import descriptor as _descriptor
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.FileDescriptor(
name='build_config.proto',
package='build_config',
syntax='proto2',
serialized_options=None,
serialized_pb=b'\n\x12\x62uild_config.proto\x12\x0c\x62uild_config\"\xb1\x02\n\x08OtaBuild\x12\x14\n\x0c\x62uild_target\x18\x01 \x01(\t\x12\x0f\n\x07product\x18\x02 \x01(\t\x12\x0f\n\x07variant\x18\x03 \x01(\t\x12\x10\n\x08platform\x18\x04 \x01(\t\x12\x16\n\x0epartner_bucket\x18\x05 \x03(\t\x12\x37\n\x0c\x63\x61pabilities\x18\x06 \x03(\x0e\x32!.build_config.OtaBuild.Capability\x12\x13\n\x04test\x18\x07 \x01(\x08:\x05\x66\x61lse\"u\n\nCapability\x12\x08\n\x04NONE\x10\x00\x12\r\n\tASSISTANT\x10\x01\x12\x17\n\x13\x43\x41ST_VIDEO_RECEIVER\x10\x02\x12\x17\n\x13\x43\x41ST_AUDIO_RECEIVER\x10\x03\x12\r\n\tWIFI_2GHZ\x10\x04\x12\r\n\tWIFI_5GHZ\x10\x05\"\x92\x01\n\x0b\x42uildConfig\x12:\n\tota_build\x18\x01 \x03(\x0b\x32\'.build_config.BuildConfig.OtaBuildEntry\x1aG\n\rOtaBuildEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.build_config.OtaBuild:\x02\x38\x01'
)
_OTABUILD_CAPABILITY = _descriptor.EnumDescriptor(
name='Capability',
full_name='build_config.OtaBuild.Capability',
filename=None,
file=DESCRIPTOR,
values=[
_descriptor.EnumValueDescriptor(
name='NONE', index=0, number=0,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='ASSISTANT', index=1, number=1,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='CAST_VIDEO_RECEIVER', index=2, number=2,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='CAST_AUDIO_RECEIVER', index=3, number=3,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='WIFI_2GHZ', index=4, number=4,
serialized_options=None,
type=None),
_descriptor.EnumValueDescriptor(
name='WIFI_5GHZ', index=5, number=5,
serialized_options=None,
type=None),
],
containing_type=None,
serialized_options=None,
serialized_start=225,
serialized_end=342,
)
_sym_db.RegisterEnumDescriptor(_OTABUILD_CAPABILITY)
_OTABUILD = _descriptor.Descriptor(
name='OtaBuild',
full_name='build_config.OtaBuild',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='build_target', full_name='build_config.OtaBuild.build_target', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='product', full_name='build_config.OtaBuild.product', index=1,
number=2, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='variant', full_name='build_config.OtaBuild.variant', index=2,
number=3, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='platform', full_name='build_config.OtaBuild.platform', index=3,
number=4, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='partner_bucket', full_name='build_config.OtaBuild.partner_bucket', index=4,
number=5, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='capabilities', full_name='build_config.OtaBuild.capabilities', index=5,
number=6, type=14, cpp_type=8, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='test', full_name='build_config.OtaBuild.test', index=6,
number=7, type=8, cpp_type=7, label=1,
has_default_value=True, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
_OTABUILD_CAPABILITY,
],
serialized_options=None,
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=37,
serialized_end=342,
)
_BUILDCONFIG_OTABUILDENTRY = _descriptor.Descriptor(
name='OtaBuildEntry',
full_name='build_config.BuildConfig.OtaBuildEntry',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='key', full_name='build_config.BuildConfig.OtaBuildEntry.key', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='value', full_name='build_config.BuildConfig.OtaBuildEntry.value', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=b'8\001',
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=420,
serialized_end=491,
)
_BUILDCONFIG = _descriptor.Descriptor(
name='BuildConfig',
full_name='build_config.BuildConfig',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='ota_build', full_name='build_config.BuildConfig.ota_build', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[_BUILDCONFIG_OTABUILDENTRY, ],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto2',
extension_ranges=[],
oneofs=[
],
serialized_start=345,
serialized_end=491,
)
_OTABUILD.fields_by_name['capabilities'].enum_type = _OTABUILD_CAPABILITY
_OTABUILD_CAPABILITY.containing_type = _OTABUILD
_BUILDCONFIG_OTABUILDENTRY.fields_by_name['value'].message_type = _OTABUILD
_BUILDCONFIG_OTABUILDENTRY.containing_type = _BUILDCONFIG
_BUILDCONFIG.fields_by_name['ota_build'].message_type = _BUILDCONFIG_OTABUILDENTRY
DESCRIPTOR.message_types_by_name['OtaBuild'] = _OTABUILD
DESCRIPTOR.message_types_by_name['BuildConfig'] = _BUILDCONFIG
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
OtaBuild = _reflection.GeneratedProtocolMessageType('OtaBuild', (_message.Message,), {
'DESCRIPTOR' : _OTABUILD,
'__module__' : 'build_config_pb2'
# @@protoc_insertion_point(class_scope:build_config.OtaBuild)
})
_sym_db.RegisterMessage(OtaBuild)
BuildConfig = _reflection.GeneratedProtocolMessageType('BuildConfig', (_message.Message,), {
'OtaBuildEntry' : _reflection.GeneratedProtocolMessageType('OtaBuildEntry', (_message.Message,), {
'DESCRIPTOR' : _BUILDCONFIG_OTABUILDENTRY,
'__module__' : 'build_config_pb2'
# @@protoc_insertion_point(class_scope:build_config.BuildConfig.OtaBuildEntry)
})
,
'DESCRIPTOR' : _BUILDCONFIG,
'__module__' : 'build_config_pb2'
# @@protoc_insertion_point(class_scope:build_config.BuildConfig)
})
_sym_db.RegisterMessage(BuildConfig)
_sym_db.RegisterMessage(BuildConfig.OtaBuildEntry)
_BUILDCONFIG_OTABUILDENTRY._options = None
# @@protoc_insertion_point(module_scope)