blob: ba2c217d24226604a93c7e6e4b6304dee2843fa0 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: chromiumos/config/prototype/signing.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='chromiumos/config/prototype/signing.proto',
package='chromiumos.config.prototype',
syntax='proto3',
serialized_options=b'Z.go.chromium.org/chromiumos/config/go/prototype',
serialized_pb=b'\n)chromiumos/config/prototype/signing.proto\x12\x1b\x63hromiumos.config.prototype\"\x9a\x01\n\x13SigningInstructions\x12\x14\n\x0cpremp_keyset\x18\x01 \x01(\t\x12\x11\n\tmp_keyset\x18\x02 \x01(\t\x12\x17\n\x0f\x66irmware_update\x18\x03 \x01(\x08\x12\x16\n\x0e\x61llow_password\x18\x04 \x01(\x08\x12\x14\n\x0coutput_names\x18\x05 \x01(\t\x12\x13\n\x0binput_files\x18\x06 \x01(\tB0Z.go.chromium.org/chromiumos/config/go/prototypeb\x06proto3'
)
_SIGNINGINSTRUCTIONS = _descriptor.Descriptor(
name='SigningInstructions',
full_name='chromiumos.config.prototype.SigningInstructions',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='premp_keyset', full_name='chromiumos.config.prototype.SigningInstructions.premp_keyset', 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='mp_keyset', full_name='chromiumos.config.prototype.SigningInstructions.mp_keyset', 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='firmware_update', full_name='chromiumos.config.prototype.SigningInstructions.firmware_update', index=2,
number=3, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='allow_password', full_name='chromiumos.config.prototype.SigningInstructions.allow_password', index=3,
number=4, type=8, cpp_type=7, label=1,
has_default_value=False, default_value=False,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='output_names', full_name='chromiumos.config.prototype.SigningInstructions.output_names', index=4,
number=5, 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='input_files', full_name='chromiumos.config.prototype.SigningInstructions.input_files', index=5,
number=6, 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),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=75,
serialized_end=229,
)
DESCRIPTOR.message_types_by_name['SigningInstructions'] = _SIGNINGINSTRUCTIONS
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
SigningInstructions = _reflection.GeneratedProtocolMessageType('SigningInstructions', (_message.Message,), {
'DESCRIPTOR' : _SIGNINGINSTRUCTIONS,
'__module__' : 'chromiumos.config.prototype.signing_pb2'
# @@protoc_insertion_point(class_scope:chromiumos.config.prototype.SigningInstructions)
})
_sym_db.RegisterMessage(SigningInstructions)
DESCRIPTOR._options = None
# @@protoc_insertion_point(module_scope)