| # Copyright 2018 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| 'recipe_engine/platform', |
| from recipe_engine.recipe_api import Property |
| from recipe_engine.config import ConfigGroup, Single |
| help='Properties specifically for the windows_sdk module.', |
| param_name='sdk_properties', |
| # The CIPD package and version. |
| sdk_version=Single(str)), |
| 'sdk_package': 'chrome_internal/third_party/sdk/windows', |
| 'sdk_version': 'uploaded:2024-01-11', |