summaryrefslogtreecommitdiffstats
path: root/BaseTools/basetools_calling_path_env.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/basetools_calling_path_env.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/basetools_calling_path_env.yaml')
-rw-r--r--BaseTools/basetools_calling_path_env.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/BaseTools/basetools_calling_path_env.yaml b/BaseTools/basetools_calling_path_env.yaml
new file mode 100644
index 0000000000..f33f6ea38b
--- /dev/null
+++ b/BaseTools/basetools_calling_path_env.yaml
@@ -0,0 +1,11 @@
+## @file
+# Set shell variable BASE_TOOL_PATH to this folder
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+{
+ "scope": "global",
+ "flags": ["set_shell_var"],
+ "var_name": "BASE_TOOLS_PATH"
+}