blob: 35f96505a3a178824a0a601fa1375d9adf102ea1 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// 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 Chrome OS device.
string value = 1;
}