|
|
@@ -1,11 +1,22 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+# NO CHECKED-IN PROTOBUF GENCODE
|
|
|
# source: files.proto
|
|
|
+# Protobuf Python Version: 6.33.0
|
|
|
"""Generated protocol buffer code."""
|
|
|
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 descriptor_pool as _descriptor_pool
|
|
|
+from google.protobuf import runtime_version as _runtime_version
|
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
|
+from google.protobuf.internal import builder as _builder
|
|
|
+_runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
+ _runtime_version.Domain.PUBLIC,
|
|
|
+ 6,
|
|
|
+ 33,
|
|
|
+ 0,
|
|
|
+ '',
|
|
|
+ 'files.proto'
|
|
|
+)
|
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
@@ -14,294 +25,24 @@ _sym_db = _symbol_database.Default()
|
|
|
from . import targeting_pb2 as targeting__pb2
|
|
|
|
|
|
|
|
|
-DESCRIPTOR = _descriptor.FileDescriptor(
|
|
|
- name='files.proto',
|
|
|
- package='android.bundle',
|
|
|
- syntax='proto3',
|
|
|
- serialized_options=b'\n\022com.android.bundle',
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- serialized_pb=b'\n\x0b\x66iles.proto\x12\x0e\x61ndroid.bundle\x1a\x0ftargeting.proto\"D\n\x06\x41ssets\x12:\n\tdirectory\x18\x01 \x03(\x0b\x32\'.android.bundle.TargetedAssetsDirectory\"M\n\x0fNativeLibraries\x12:\n\tdirectory\x18\x01 \x03(\x0b\x32\'.android.bundle.TargetedNativeDirectory\"D\n\nApexImages\x12\x30\n\x05image\x18\x01 \x03(\x0b\x32!.android.bundle.TargetedApexImageJ\x04\x08\x02\x10\x03\"d\n\x17TargetedAssetsDirectory\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\ttargeting\x18\x02 \x01(\x0b\x32(.android.bundle.AssetsDirectoryTargeting\"d\n\x17TargetedNativeDirectory\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\ttargeting\x18\x02 \x01(\x0b\x32(.android.bundle.NativeDirectoryTargeting\"q\n\x11TargetedApexImage\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x17\n\x0f\x62uild_info_path\x18\x03 \x01(\t\x12\x35\n\ttargeting\x18\x02 \x01(\x0b\x32\".android.bundle.ApexImageTargetingB\x14\n\x12\x63om.android.bundleb\x06proto3'
|
|
|
- ,
|
|
|
- dependencies=[targeting__pb2.DESCRIPTOR,])
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-_ASSETS = _descriptor.Descriptor(
|
|
|
- name='Assets',
|
|
|
- full_name='android.bundle.Assets',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='directory', full_name='android.bundle.Assets.directory', 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=48,
|
|
|
- serialized_end=116,
|
|
|
-)
|
|
|
-
|
|
|
-
|
|
|
-_NATIVELIBRARIES = _descriptor.Descriptor(
|
|
|
- name='NativeLibraries',
|
|
|
- full_name='android.bundle.NativeLibraries',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='directory', full_name='android.bundle.NativeLibraries.directory', 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=118,
|
|
|
- serialized_end=195,
|
|
|
-)
|
|
|
-
|
|
|
-
|
|
|
-_APEXIMAGES = _descriptor.Descriptor(
|
|
|
- name='ApexImages',
|
|
|
- full_name='android.bundle.ApexImages',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='image', full_name='android.bundle.ApexImages.image', 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=197,
|
|
|
- serialized_end=265,
|
|
|
-)
|
|
|
-
|
|
|
-
|
|
|
-_TARGETEDASSETSDIRECTORY = _descriptor.Descriptor(
|
|
|
- name='TargetedAssetsDirectory',
|
|
|
- full_name='android.bundle.TargetedAssetsDirectory',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='path', full_name='android.bundle.TargetedAssetsDirectory.path', 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, create_key=_descriptor._internal_create_key),
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='targeting', full_name='android.bundle.TargetedAssetsDirectory.targeting', 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=267,
|
|
|
- serialized_end=367,
|
|
|
-)
|
|
|
-
|
|
|
-
|
|
|
-_TARGETEDNATIVEDIRECTORY = _descriptor.Descriptor(
|
|
|
- name='TargetedNativeDirectory',
|
|
|
- full_name='android.bundle.TargetedNativeDirectory',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='path', full_name='android.bundle.TargetedNativeDirectory.path', 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, create_key=_descriptor._internal_create_key),
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='targeting', full_name='android.bundle.TargetedNativeDirectory.targeting', 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=369,
|
|
|
- serialized_end=469,
|
|
|
-)
|
|
|
-
|
|
|
-
|
|
|
-_TARGETEDAPEXIMAGE = _descriptor.Descriptor(
|
|
|
- name='TargetedApexImage',
|
|
|
- full_name='android.bundle.TargetedApexImage',
|
|
|
- filename=None,
|
|
|
- file=DESCRIPTOR,
|
|
|
- containing_type=None,
|
|
|
- create_key=_descriptor._internal_create_key,
|
|
|
- fields=[
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='path', full_name='android.bundle.TargetedApexImage.path', 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, create_key=_descriptor._internal_create_key),
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='build_info_path', full_name='android.bundle.TargetedApexImage.build_info_path', index=1,
|
|
|
- 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, create_key=_descriptor._internal_create_key),
|
|
|
- _descriptor.FieldDescriptor(
|
|
|
- name='targeting', full_name='android.bundle.TargetedApexImage.targeting', index=2,
|
|
|
- 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, create_key=_descriptor._internal_create_key),
|
|
|
- ],
|
|
|
- extensions=[
|
|
|
- ],
|
|
|
- nested_types=[],
|
|
|
- enum_types=[
|
|
|
- ],
|
|
|
- serialized_options=None,
|
|
|
- is_extendable=False,
|
|
|
- syntax='proto3',
|
|
|
- extension_ranges=[],
|
|
|
- oneofs=[
|
|
|
- ],
|
|
|
- serialized_start=471,
|
|
|
- serialized_end=584,
|
|
|
-)
|
|
|
-
|
|
|
-_ASSETS.fields_by_name['directory'].message_type = _TARGETEDASSETSDIRECTORY
|
|
|
-_NATIVELIBRARIES.fields_by_name['directory'].message_type = _TARGETEDNATIVEDIRECTORY
|
|
|
-_APEXIMAGES.fields_by_name['image'].message_type = _TARGETEDAPEXIMAGE
|
|
|
-_TARGETEDASSETSDIRECTORY.fields_by_name['targeting'].message_type = targeting__pb2._ASSETSDIRECTORYTARGETING
|
|
|
-_TARGETEDNATIVEDIRECTORY.fields_by_name['targeting'].message_type = targeting__pb2._NATIVEDIRECTORYTARGETING
|
|
|
-_TARGETEDAPEXIMAGE.fields_by_name['targeting'].message_type = targeting__pb2._APEXIMAGETARGETING
|
|
|
-DESCRIPTOR.message_types_by_name['Assets'] = _ASSETS
|
|
|
-DESCRIPTOR.message_types_by_name['NativeLibraries'] = _NATIVELIBRARIES
|
|
|
-DESCRIPTOR.message_types_by_name['ApexImages'] = _APEXIMAGES
|
|
|
-DESCRIPTOR.message_types_by_name['TargetedAssetsDirectory'] = _TARGETEDASSETSDIRECTORY
|
|
|
-DESCRIPTOR.message_types_by_name['TargetedNativeDirectory'] = _TARGETEDNATIVEDIRECTORY
|
|
|
-DESCRIPTOR.message_types_by_name['TargetedApexImage'] = _TARGETEDAPEXIMAGE
|
|
|
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
-
|
|
|
-Assets = _reflection.GeneratedProtocolMessageType('Assets', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _ASSETS,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.Assets)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(Assets)
|
|
|
-
|
|
|
-NativeLibraries = _reflection.GeneratedProtocolMessageType('NativeLibraries', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _NATIVELIBRARIES,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.NativeLibraries)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(NativeLibraries)
|
|
|
-
|
|
|
-ApexImages = _reflection.GeneratedProtocolMessageType('ApexImages', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _APEXIMAGES,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.ApexImages)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(ApexImages)
|
|
|
-
|
|
|
-TargetedAssetsDirectory = _reflection.GeneratedProtocolMessageType('TargetedAssetsDirectory', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _TARGETEDASSETSDIRECTORY,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.TargetedAssetsDirectory)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(TargetedAssetsDirectory)
|
|
|
-
|
|
|
-TargetedNativeDirectory = _reflection.GeneratedProtocolMessageType('TargetedNativeDirectory', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _TARGETEDNATIVEDIRECTORY,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.TargetedNativeDirectory)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(TargetedNativeDirectory)
|
|
|
-
|
|
|
-TargetedApexImage = _reflection.GeneratedProtocolMessageType('TargetedApexImage', (_message.Message,), {
|
|
|
- 'DESCRIPTOR' : _TARGETEDAPEXIMAGE,
|
|
|
- '__module__' : 'files_pb2'
|
|
|
- # @@protoc_insertion_point(class_scope:android.bundle.TargetedApexImage)
|
|
|
- })
|
|
|
-_sym_db.RegisterMessage(TargetedApexImage)
|
|
|
-
|
|
|
-
|
|
|
-DESCRIPTOR._options = None
|
|
|
+DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0b\x66iles.proto\x12\x0e\x61ndroid.bundle\x1a\x0ftargeting.proto\"D\n\x06\x41ssets\x12:\n\tdirectory\x18\x01 \x03(\x0b\x32\'.android.bundle.TargetedAssetsDirectory\"M\n\x0fNativeLibraries\x12:\n\tdirectory\x18\x01 \x03(\x0b\x32\'.android.bundle.TargetedNativeDirectory\"D\n\nApexImages\x12\x30\n\x05image\x18\x01 \x03(\x0b\x32!.android.bundle.TargetedApexImageJ\x04\x08\x02\x10\x03\"d\n\x17TargetedAssetsDirectory\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\ttargeting\x18\x02 \x01(\x0b\x32(.android.bundle.AssetsDirectoryTargeting\"d\n\x17TargetedNativeDirectory\x12\x0c\n\x04path\x18\x01 \x01(\t\x12;\n\ttargeting\x18\x02 \x01(\x0b\x32(.android.bundle.NativeDirectoryTargeting\"q\n\x11TargetedApexImage\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x17\n\x0f\x62uild_info_path\x18\x03 \x01(\t\x12\x35\n\ttargeting\x18\x02 \x01(\x0b\x32\".android.bundle.ApexImageTargetingB\x14\n\x12\x63om.android.bundleb\x06proto3')
|
|
|
+
|
|
|
+_globals = globals()
|
|
|
+_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
|
+_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'files_pb2', _globals)
|
|
|
+if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
+ _globals['DESCRIPTOR']._loaded_options = None
|
|
|
+ _globals['DESCRIPTOR']._serialized_options = b'\n\022com.android.bundle'
|
|
|
+ _globals['_ASSETS']._serialized_start=48
|
|
|
+ _globals['_ASSETS']._serialized_end=116
|
|
|
+ _globals['_NATIVELIBRARIES']._serialized_start=118
|
|
|
+ _globals['_NATIVELIBRARIES']._serialized_end=195
|
|
|
+ _globals['_APEXIMAGES']._serialized_start=197
|
|
|
+ _globals['_APEXIMAGES']._serialized_end=265
|
|
|
+ _globals['_TARGETEDASSETSDIRECTORY']._serialized_start=267
|
|
|
+ _globals['_TARGETEDASSETSDIRECTORY']._serialized_end=367
|
|
|
+ _globals['_TARGETEDNATIVEDIRECTORY']._serialized_start=369
|
|
|
+ _globals['_TARGETEDNATIVEDIRECTORY']._serialized_end=469
|
|
|
+ _globals['_TARGETEDAPEXIMAGE']._serialized_start=471
|
|
|
+ _globals['_TARGETEDAPEXIMAGE']._serialized_end=584
|
|
|
# @@protoc_insertion_point(module_scope)
|