]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml
ArmVirtPkg: Add Platform CI and configuration for Core CI
[mirror_edk2.git] / ArmVirtPkg / PlatformCI / iasl_ext_dep.yaml
diff --git a/ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml b/ArmVirtPkg/PlatformCI/iasl_ext_dep.yaml
new file mode 100644 (file)
index 0000000..8869ed3
--- /dev/null
@@ -0,0 +1,21 @@
+## @file\r
+# Download iasl executable tool from a nuget.org package\r
+# - package contains different binaries based on host\r
+# Add the folder with the tool to the path\r
+#\r
+# This is only downloaded for scope armvirt thus\r
+# should have no impact on the asl compiler used by any\r
+# other platform build\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+##\r
+{\r
+  "id": "iasl-armvirt-1",\r
+  "scope": "armvirt",\r
+  "type": "nuget",\r
+  "name": "iasl",\r
+  "source": "https://api.nuget.org/v3/index.json",\r
+  "version": "20190215.0.0",\r
+  "flags": ["set_path", "host_specific"],\r
+}\r