Re: [edk2-devel] [Patch 1/1] BaseTools: Fixed issue of incorrect Module Unique Name

2019-08-16 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Feng, Bob C > Sent: Friday, August 16, 2019 3:55 PM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Shi, Steven > Subject: RE: [edk2-devel] [Patch 1/1] BaseTools: Fixed issue of incorrect > Module Unique Name >

Re: [edk2-devel] [Patch 1/1] BaseTools: Fixed issue of incorrect Module Unique Name

2019-08-16 Thread Bob Feng
.groups.io Cc: Gao, Liming ; Shi, Steven ; Feng, Bob C Subject: [edk2-devel] [Patch 1/1] 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

[edk2-devel] [Patch 1/1] BaseTools: Fixed issue of incorrect Module Unique Name

2019-08-15 Thread Bob Feng
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 Cc: Steven Shi Signed-off-by: Bob Feng --- BaseTools/Source/Python/AutoGen/ModuleAutoGen.py | 2 +- BaseTools/So