blob: f04e8e5cd2e798523869268053070419c287d372 [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 test.custom_results.graphics;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/test/custom_results/graphics";
// Uniquely identifies a software configuration.
message SoftwareConfigId {
string value = 1;
}