]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Bin/iasl_ext_dep.yaml
BaseTools: update IASL extdep to more modern version
[mirror_edk2.git] / BaseTools / Bin / iasl_ext_dep.yaml
CommitLineData
f7978bb2
SB
1## @file\r
2# Download iasl executable tool from a nuget.org package\r
3# - package contains different binaries based on host\r
4# Add the folder with the tool to the path\r
5#\r
6# This is only downloaded for scope cibuild thus\r
7# should have no impact on the asl compiler used by any\r
8# given platform to build.\r
9#\r
10# Copyright (c) Microsoft Corporation.\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12##\r
13{\r
14 "id": "iasl-ci-1",\r
15 "scope": "cibuild",\r
16 "type": "nuget",\r
a62fb422
MC
17 "name": "edk2-acpica-iasl",\r
18 "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json",\r
19 "version": "20200717.0.0",\r
f7978bb2
SB
20 "flags": ["set_path", "host_specific"]\r
21}\r