summaryrefslogtreecommitdiffstats
path: root/BaseTools/Bin/iasl_ext_dep.yaml
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2019-10-07 18:37:13 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-11-11 13:01:53 -0800
commitf7978bb25869408ab24673beb9f83d9b81f8061c (patch)
treeb6ae4ac745da791259523fcd6fd9643304ab0843 /BaseTools/Bin/iasl_ext_dep.yaml
parent7569e35bc9f965c4b385d7cc91118228c1d93716 (diff)
downloadedk2-f7978bb25869408ab24673beb9f83d9b81f8061c.tar.gz
edk2-f7978bb25869408ab24673beb9f83d9b81f8061c.tar.bz2
edk2-f7978bb25869408ab24673beb9f83d9b81f8061c.zip
BaseTools: Add YAML files with path env and tool extdeps
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Bin/iasl_ext_dep.yaml')
-rw-r--r--BaseTools/Bin/iasl_ext_dep.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml
new file mode 100644
index 0000000000..1d81e89cf3
--- /dev/null
+++ b/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"]
+}