blob: ee77bd97f7288d7430f742a45732cdc2f61c4796 [file] [log] [blame]
// Copyright 2020 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 chromiumos.config.api;
option go_package = "go.chromium.org/chromiumos/config/go/api";
// Uniquely identifies any component used in manufacturing a device.
message ComponentId {
string value = 1;
}