From f7978bb25869408ab24673beb9f83d9b81f8061c Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Mon, 7 Oct 2019 18:37:13 -0700 Subject: BaseTools: Add YAML files with path env and tool extdeps https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Cc: Bob Feng Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao --- BaseTools/basetools_path_env.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BaseTools/basetools_path_env.yaml (limited to 'BaseTools/basetools_path_env.yaml') diff --git a/BaseTools/basetools_path_env.yaml b/BaseTools/basetools_path_env.yaml new file mode 100644 index 0000000000..6bdddcd096 --- /dev/null +++ b/BaseTools/basetools_path_env.yaml @@ -0,0 +1,11 @@ +## @file +# Set shell variable EDK_TOOL_PATH to this folder +# +# Copyright (c) Microsoft Corporation. +# SPDX-License-Identifier: BSD-2-Clause-Patent +## +{ + "scope": "global", + "flags": ["set_shell_var", "set_build_var"], + "var_name": "EDK_TOOLS_PATH" +} -- cgit v1.2.3