]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: Fix Ecc error 10016 in LcdPlatformNullLib
authorPierre Gondois <Pierre.Gondois@arm.com>
Fri, 23 Oct 2020 14:18:04 +0000 (15:18 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 9 Dec 2020 15:32:12 +0000 (15:32 +0000)
commitc5d970a01e76c1a20f6bb009b32e479ad2444548
treefec2abebb7830945b32b3701e4322cc5a3c4618c
parent746dda63b2d612a2ad9e0b4c05722920586d2e60
ArmPlatformPkg: Fix Ecc error 10016 in LcdPlatformNullLib

This patch fixes the following Ecc reported error:
Module file has FILE_GUID collision with other
module file

The two .inf files with clashing GUID are:
edk2\ArmPlatformPkg\PrePeiCore\PrePeiCoreMPCore.inf
edk2\ArmPlatformPkg\Library\LcdPlatformNullLib\LcdPlatformNullLib.inf

The PrePeiCoreMPCore module has been imported in 2011 and the
LcdPlatformNullLib module has been created in 2017. The
PrePeiCoreMPCore has the precedence.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf