blob: ad71ada2b4aaa75662092f27d02b6a21813b252d [file] [log] [blame]
// 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;
}