| // Copyright 2022 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 recipe_modules.fuchsia.dpi; | |
| message DPIUploadOptions { | |
| // The TUF repository used by this build. | |
| string repo_hostname = 1; | |
| // The staging area used by MOS. | |
| string gcs_bucket = 2; | |
| // Path to MOS-TUF upload manifest file. This file is relative to build | |
| // directory. | |
| string manifest_path = 3; | |
| } |