• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: chromiumos/build/api/software_bundle.proto
4"""Generated protocol buffer code."""
5from google.protobuf import descriptor as _descriptor
6from google.protobuf import message as _message
7from google.protobuf import reflection as _reflection
8from google.protobuf import symbol_database as _symbol_database
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14from chromiumos.build.api import firmware_config_pb2 as chromiumos_dot_build_dot_api_dot_firmware__config__pb2
15from chromiumos.build.api import system_image_pb2 as chromiumos_dot_build_dot_api_dot_system__image__pb2
16
17
18DESCRIPTOR = _descriptor.FileDescriptor(
19  name='chromiumos/build/api/software_bundle.proto',
20  package='chromiumos.build.api',
21  syntax='proto3',
22  serialized_options=b'Z.go.chromium.org/chromiumos/config/go/build/api',
23  create_key=_descriptor._internal_create_key,
24  serialized_pb=b'\n*chromiumos/build/api/software_bundle.proto\x12\x14\x63hromiumos.build.api\x1a*chromiumos/build/api/firmware_config.proto\x1a\'chromiumos/build/api/system_image.proto\"{\n\x0eSoftwareBundle\x12\x37\n\x0csystem_image\x18\x01 \x01(\x0b\x32!.chromiumos.build.api.SystemImage\x12\x30\n\x08\x66irmware\x18\x02 \x01(\x0b\x32\x1e.chromiumos.build.api.FirmwareB0Z.go.chromium.org/chromiumos/config/go/build/apib\x06proto3'
25  ,
26  dependencies=[chromiumos_dot_build_dot_api_dot_firmware__config__pb2.DESCRIPTOR,chromiumos_dot_build_dot_api_dot_system__image__pb2.DESCRIPTOR,])
27
28
29
30
31_SOFTWAREBUNDLE = _descriptor.Descriptor(
32  name='SoftwareBundle',
33  full_name='chromiumos.build.api.SoftwareBundle',
34  filename=None,
35  file=DESCRIPTOR,
36  containing_type=None,
37  create_key=_descriptor._internal_create_key,
38  fields=[
39    _descriptor.FieldDescriptor(
40      name='system_image', full_name='chromiumos.build.api.SoftwareBundle.system_image', index=0,
41      number=1, type=11, cpp_type=10, label=1,
42      has_default_value=False, default_value=None,
43      message_type=None, enum_type=None, containing_type=None,
44      is_extension=False, extension_scope=None,
45      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
46    _descriptor.FieldDescriptor(
47      name='firmware', full_name='chromiumos.build.api.SoftwareBundle.firmware', index=1,
48      number=2, type=11, cpp_type=10, label=1,
49      has_default_value=False, default_value=None,
50      message_type=None, enum_type=None, containing_type=None,
51      is_extension=False, extension_scope=None,
52      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
53  ],
54  extensions=[
55  ],
56  nested_types=[],
57  enum_types=[
58  ],
59  serialized_options=None,
60  is_extendable=False,
61  syntax='proto3',
62  extension_ranges=[],
63  oneofs=[
64  ],
65  serialized_start=153,
66  serialized_end=276,
67)
68
69_SOFTWAREBUNDLE.fields_by_name['system_image'].message_type = chromiumos_dot_build_dot_api_dot_system__image__pb2._SYSTEMIMAGE
70_SOFTWAREBUNDLE.fields_by_name['firmware'].message_type = chromiumos_dot_build_dot_api_dot_firmware__config__pb2._FIRMWARE
71DESCRIPTOR.message_types_by_name['SoftwareBundle'] = _SOFTWAREBUNDLE
72_sym_db.RegisterFileDescriptor(DESCRIPTOR)
73
74SoftwareBundle = _reflection.GeneratedProtocolMessageType('SoftwareBundle', (_message.Message,), {
75  'DESCRIPTOR' : _SOFTWAREBUNDLE,
76  '__module__' : 'chromiumos.build.api.software_bundle_pb2'
77  # @@protoc_insertion_point(class_scope:chromiumos.build.api.SoftwareBundle)
78  })
79_sym_db.RegisterMessage(SoftwareBundle)
80
81
82DESCRIPTOR._options = None
83# @@protoc_insertion_point(module_scope)
84