blob: 39d6fe14dfc837d99f88902eb143e2df545bec5d [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 contributing partner to any of the chromiumos
// projects.
// E.g. ODMs, OEMs, SoC & Component Manufacturers, ...
message PartnerId {
string value = 1;
}