]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Eot/InfParserLite.py
BaseTools: Remove the logic SourceOverridePath
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 15 Mar 2019 14:59:29 +0000 (22:59 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Sun, 24 Mar 2019 08:12:38 +0000 (16:12 +0800)
commit2f2c51acfb70efe3dd02022ca09dd853601d8acd
tree3a45bb1a11141b6d4d33a40f9c35428491e9dee0
parentf293841f9335c4d5d391279b498a0e09f0cc87da
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>
12 files changed:
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/Common/DataType.py
BaseTools/Source/Python/Common/GlobalData.py
BaseTools/Source/Python/CommonDataClass/DataClass.py
BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py
BaseTools/Source/Python/Eot/EotMain.py
BaseTools/Source/Python/Eot/InfParserLite.py
BaseTools/Source/Python/UPT/Library/DataType.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools/Source/Python/Workspace/InfBuildData.py
BaseTools/Source/Python/Workspace/MetaFileParser.py