]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
BaseTools: Fixed issue of incorrect Module Unique Name
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 16 Aug 2019 05:52:46 +0000 (13:52 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 19 Aug 2019 01:06:14 +0000 (09:06 +0800)
commit76e12fa33416f3133c41c6e396a69abbe32f2edb
tree3c2414bd1317922434e584700e1b3d8ec67bcb77
parent5726bdd9a2dfd188a96129e8c00721f34cf3906e
BaseTools: Fixed issue of incorrect Module Unique Name

https://bugzilla.tianocore.org/show_bug.cgi?id=2088
If there are more than one override instance for a same module,
the Module Unique Name is generated incorrectly.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools/Source/Python/AutoGen/PlatformAutoGen.py