blob: af909a2a805c12136d66afbc00953c2462785b59 [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 BrandId {
// Required. Source: 'mosys platform brand', aka RLZ-code.
string value = 1;
}