blob: 5c9269a6aa8fb2873bb9f4651c4034e49c4b315e [file] [log] [blame]
// Copyright 2020 The Fuchsia 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 recipes.fuchsia.fuchsia.determinism_check;
message InputProperties {
// The name of the manifest to import from the integration repository.
string manifest = 1;
// The remote integration manifest repository.
string remote = 2;
// Path in the checkout to a fint parameter file.
string fint_params_path = 3;
}