summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/DataType.py
diff options
context:
space:
mode:
authorFeng, Bob C <bob.c.feng@intel.com>2019-03-15 22:59:29 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-03-24 16:12:38 +0800
commit2f2c51acfb70efe3dd02022ca09dd853601d8acd (patch)
tree3a45bb1a11141b6d4d33a40f9c35428491e9dee0 /BaseTools/Source/Python/Common/DataType.py
parentf293841f9335c4d5d391279b498a0e09f0cc87da (diff)
downloadedk2-2f2c51acfb70efe3dd02022ca09dd853601d8acd.tar.gz
edk2-2f2c51acfb70efe3dd02022ca09dd853601d8acd.tar.bz2
edk2-2f2c51acfb70efe3dd02022ca09dd853601d8acd.zip
BaseTools: Remove the logic SourceOverridePath
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1350 SOURCE_OVERRIDE_PATH is for EDK component INF files. The corresponding logic should be removed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/DataType.py')
-rw-r--r--BaseTools/Source/Python/Common/DataType.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Common/DataType.py b/BaseTools/Source/Python/Common/DataType.py
index 798c0e353d..685f428862 100644
--- a/BaseTools/Source/Python/Common/DataType.py
+++ b/BaseTools/Source/Python/Common/DataType.py
@@ -306,8 +306,6 @@ TAB_COMPONENTS_ARM = TAB_COMPONENTS + TAB_SPLIT + TAB_ARCH_ARM
TAB_COMPONENTS_EBC = TAB_COMPONENTS + TAB_SPLIT + TAB_ARCH_EBC
TAB_COMPONENTS_AARCH64 = TAB_COMPONENTS + TAB_SPLIT + TAB_ARCH_AARCH64
-TAB_COMPONENTS_SOURCE_OVERRIDE_PATH = 'SOURCE_OVERRIDE_PATH'
-
TAB_BUILD_OPTIONS = 'BuildOptions'
TAB_DEFINE = 'DEFINE'