summaryrefslogtreecommitdiffstats
path: root/BaseTools/Bin/iasl_ext_dep.yaml
blob: 1d81e89cf3a6ef7d0bc18b493a951ad02fb4043f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## @file
# Download iasl executable tool from a nuget.org package
# - package contains different binaries based on host
# Add the folder with the tool to the path
#
# This is only downloaded for scope cibuild thus
# should have no impact on the asl compiler used by any
# given platform to build.
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
  "id": "iasl-ci-1",
  "scope": "cibuild",
  "type": "nuget",
  "name": "iasl",
  "source": "https://api.nuget.org/v3/index.json",
  "version": "20190215.0.0",
  "flags": ["set_path", "host_specific"]
}