aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml')
-rw-r--r--roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml b/roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml
new file mode 100644
index 000000000..1d81e89cf
--- /dev/null
+++ b/roms/edk2/BaseTools/Bin/iasl_ext_dep.yaml
@@ -0,0 +1,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"]
+}