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