blob: 1d0526ed3218c6f8f23306b1e4b0e0edeb2a01a6 [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 device;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/device";
// Globally unique identifier.
message ModelId {
// Required. Source: 'mosys platform model'.
string value = 1;
}