blob: 99fdde71a46dc4cc7561b28c7a0ec62529f104c4 [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 device;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/device";
// Globally unique identifier.
message VariantId {
// Required. Source: 'mosys platform sku', aka Device-SKU.
string value = 1;
}