blob: 73ddf31b7cd479c246e098f585ea3424266248ce [file] [log] [blame]
// Copyright 2021 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.17.1
// source: chromiumos/config/prototype/signing.proto
package prototype
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Defines the specific version of keyset used for mp/premp signing.
// Keysets are managed agnostic of milestone branches, however, since
// different milestones may use different keyset versions, this config
// needs to be versioned as such.
type SigningInstructions struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Managing separate keysets for premp/mp allows projects to co-exist (still
// share the build) that are in different development stages.
// This could potentially be used to generate separate signed builds that
// group premp versus mp projects together.
//
// Prototyping notes:
//
// Channel signing configuration is going to be tied to
// design projects configs instead, since that is the driving factor as to
// whether a build should be pushed that far into release.
// Design projects will manage their first stable channel and once the
// project progresses to MP, it will trigger signing on those respective
// channels.
PrempKeyset string `protobuf:"bytes,1,opt,name=premp_keyset,json=prempKeyset,proto3" json:"premp_keyset,omitempty"`
MpKeyset string `protobuf:"bytes,2,opt,name=mp_keyset,json=mpKeyset,proto3" json:"mp_keyset,omitempty"`
// Force enable firmware update.
FirmwareUpdate bool `protobuf:"varint,3,opt,name=firmware_update,json=firmwareUpdate,proto3" json:"firmware_update,omitempty"`
// Should we ensure the image is not configured with a login password.
// Note: The old .instructions was 'ensure_no_password` but we'll take a
// default (safe) value of false.
AllowPassword bool `protobuf:"varint,4,opt,name=allow_password,json=allowPassword,proto3" json:"allow_password,omitempty"`
// This is overridden to control firmware image output names.
// e.g. chromeos_@VERSION@_bloonchipper_@KEYSET_VER@
OutputNames string `protobuf:"bytes,5,opt,name=output_names,json=outputNames,proto3" json:"output_names,omitempty"`
// This is used for firmware signing to locate ec files embedded in the
// firmware.
// e.g. nami_fp/release/ec.bin
InputFiles string `protobuf:"bytes,6,opt,name=input_files,json=inputFiles,proto3" json:"input_files,omitempty"`
}
func (x *SigningInstructions) Reset() {
*x = SigningInstructions{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_prototype_signing_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SigningInstructions) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SigningInstructions) ProtoMessage() {}
func (x *SigningInstructions) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_prototype_signing_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SigningInstructions.ProtoReflect.Descriptor instead.
func (*SigningInstructions) Descriptor() ([]byte, []int) {
return file_chromiumos_config_prototype_signing_proto_rawDescGZIP(), []int{0}
}
func (x *SigningInstructions) GetPrempKeyset() string {
if x != nil {
return x.PrempKeyset
}
return ""
}
func (x *SigningInstructions) GetMpKeyset() string {
if x != nil {
return x.MpKeyset
}
return ""
}
func (x *SigningInstructions) GetFirmwareUpdate() bool {
if x != nil {
return x.FirmwareUpdate
}
return false
}
func (x *SigningInstructions) GetAllowPassword() bool {
if x != nil {
return x.AllowPassword
}
return false
}
func (x *SigningInstructions) GetOutputNames() string {
if x != nil {
return x.OutputNames
}
return ""
}
func (x *SigningInstructions) GetInputFiles() string {
if x != nil {
return x.InputFiles
}
return ""
}
var File_chromiumos_config_prototype_signing_proto protoreflect.FileDescriptor
var file_chromiumos_config_prototype_signing_proto_rawDesc = []byte{
0x0a, 0x29, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x73, 0x69,
0x67, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x63, 0x68, 0x72,
0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x13, 0x53, 0x69, 0x67,
0x6e, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x12, 0x21, 0x0a, 0x0c, 0x70, 0x72, 0x65, 0x6d, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x65, 0x74,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x65, 0x6d, 0x70, 0x4b, 0x65, 0x79,
0x73, 0x65, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x65, 0x74,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x65, 0x74,
0x12, 0x27, 0x0a, 0x0f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x75, 0x70, 0x64,
0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x66, 0x69, 0x72, 0x6d, 0x77,
0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x6c, 0x6c,
0x6f, 0x77, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
0x08, 0x52, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x4e, 0x61,
0x6d, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c,
0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x46,
0x69, 0x6c, 0x65, 0x73, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x67, 0x6f, 0x2f, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_chromiumos_config_prototype_signing_proto_rawDescOnce sync.Once
file_chromiumos_config_prototype_signing_proto_rawDescData = file_chromiumos_config_prototype_signing_proto_rawDesc
)
func file_chromiumos_config_prototype_signing_proto_rawDescGZIP() []byte {
file_chromiumos_config_prototype_signing_proto_rawDescOnce.Do(func() {
file_chromiumos_config_prototype_signing_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_prototype_signing_proto_rawDescData)
})
return file_chromiumos_config_prototype_signing_proto_rawDescData
}
var file_chromiumos_config_prototype_signing_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_chromiumos_config_prototype_signing_proto_goTypes = []interface{}{
(*SigningInstructions)(nil), // 0: chromiumos.config.prototype.SigningInstructions
}
var file_chromiumos_config_prototype_signing_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_chromiumos_config_prototype_signing_proto_init() }
func file_chromiumos_config_prototype_signing_proto_init() {
if File_chromiumos_config_prototype_signing_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_prototype_signing_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SigningInstructions); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_chromiumos_config_prototype_signing_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_chromiumos_config_prototype_signing_proto_goTypes,
DependencyIndexes: file_chromiumos_config_prototype_signing_proto_depIdxs,
MessageInfos: file_chromiumos_config_prototype_signing_proto_msgTypes,
}.Build()
File_chromiumos_config_prototype_signing_proto = out.File
file_chromiumos_config_prototype_signing_proto_rawDesc = nil
file_chromiumos_config_prototype_signing_proto_goTypes = nil
file_chromiumos_config_prototype_signing_proto_depIdxs = nil
}