]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/MetaFileTable.py
BaseTools: Enable component override functionality
authorFeng, Bob C <bob.c.feng@intel.com>
Thu, 10 Jan 2019 09:03:29 +0000 (17:03 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 14 Jan 2019 03:14:24 +0000 (11:14 +0800)
commit5bc96263ea2bfecb07deea81c68a6c3e226ebda1
treeaf553c434ac2b33b4c6dcd4f84634ddfd8ce18ca
parent7217b8796d2727db76cd6684ba706c3b643b1d62
BaseTools: Enable component override functionality

https://bugzilla.tianocore.org/show_bug.cgi?id=1449
This patch enable build tools to recognize that
when two given files have the same GUID, file path and ARCH in Dsc,
The later one's definition will be used.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Carsey Jaben <jaben.carsey@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools/Source/Python/Workspace/MetaFileTable.py