]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Bin/iasl_ext_dep.yaml
BaseTools: Add YAML files with path env and tool extdeps
[mirror_edk2.git] / BaseTools / Bin / iasl_ext_dep.yaml
diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml
new file mode 100644 (file)
index 0000000..1d81e89
--- /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 cibuild thus\r
+# should have no impact on the asl compiler used by any\r
+# given platform to build.\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+##\r
+{\r
+  "id": "iasl-ci-1",\r
+  "scope": "cibuild",\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