blob: bbd51933b222c82c16177987767fca0c169c5ef7 [file] [log] [blame]
// Copyright 2023 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.windows_sdk;
message InputProperties {
string sdk_dir = 1;
string cipd_package = 2;
string cipd_version = 3;
}