]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
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

index 89dda509c574d15aba20fccec03a50080574bc8c..6c71fe00237b9322c2e759638ad29551fbb1f2da 100644 (file)
@@ -1,6 +1,6 @@
 #/** @file\r
 #\r
-#  Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -10,7 +10,7 @@
 [Defines]\r
   INF_VERSION                    = 0x0001001A\r
   BASE_NAME                      = ArmMmuStandaloneMmCoreLib\r
-  FILE_GUID                      = da8f0232-fb14-42f0-922c-63104d2c70bd\r
+  FILE_GUID                      = 44a741c2-655f-41fc-b066-179f5a9aa78a\r
   MODULE_TYPE                    = MM_CORE_STANDALONE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = StandaloneMmMmuLib\r