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
>
.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
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