// Copyright 2019 The ChromiumOS Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
syntax = "proto3"; | |
package manufacturing; | |
option go_package = "go.chromium.org/chromiumos/infra/proto/go/manufacturing"; | |
message ConfigID { | |
// The ID that uniquely identifies the hardware configuration of a ChromeOS | |
// device. | |
string value = 1; | |
} |