Browse Source

Platform/NXP: Modify duplicated GUID in ConfigurationManagerDxe

The two following modules have the same GUID:
 - Platform/NXP/ConfigurationManagerPkg/
   ConfigurationManagerDxe/ConfigurationManagerDxe.inf
 - Platform/ARM/JunoPkg/ConfigurationManager/
   ConfigurationManagerDxe/ConfigurationManagerDxe.inf

The module in the JunoPkg was created first. Update the GUID
of the module in the NXP folder.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Pierre Gondois 2 years ago
parent
commit
b3e4986076

+ 1 - 1
Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/ConfigurationManagerDxe.inf

@@ -10,7 +10,7 @@
 [Defines]
   INF_VERSION                    = 0x0001001B
   BASE_NAME                      = ConfigurationManagerDxe
-  FILE_GUID                      = A97F70AC-3BB4-4596-B4D2-9F948EC12D17
+  FILE_GUID                      = 7437A2D1-BF1A-46BD-8774-2A4C5755808D
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
   ENTRY_POINT                    = ConfigurationManagerDxeInitialize