]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Fix Ecc error 10016 in StandaloneMmMmuLib
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 21 Dec 2020 21:20:53 +0000 (21:20 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 19:53:39 +0000 (19:53 +0000)
commitaec0ce7ca8074a8a01e701a45fce22d9ca28c4f9
tree6fc6715547599b6883fdf9c03f2c463998aea888
parentd892336899ae6328c904aaf0632a64dbfb2bdd88
ArmPkg: Fix Ecc error 10016 in StandaloneMmMmuLib

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:
ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf

As ArmMmuBaseLib.inf is older than ArmMmuStandaloneMmLib.inf,
it has precedence.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf