]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformCI/iasl_ext_dep.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / PlatformCI / iasl_ext_dep.yaml
CommitLineData
6cdf647b
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 ovmf thus\r
7# should have no impact on the asl compiler used by any\r
8# other 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-ovmf-1",\r
15 "scope": "ovmf",\r
16 "type": "nuget",\r
17 "name": "iasl",\r
18 "source": "https://api.nuget.org/v3/index.json",\r
19 "version": "20190215.0.0",\r
20 "flags": ["set_path", "host_specific"],\r
21}\r