From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.4412.1624433859141398000 for ; Wed, 23 Jun 2021 00:37:39 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AE0B91063; Wed, 23 Jun 2021 00:37:38 -0700 (PDT) Received: from e120189.arm.com (unknown [10.57.78.245]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A39A53F719; Wed, 23 Jun 2021 00:37:37 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar Subject: [PATCH v1 2/2] Platform/NXP: Modify duplicated GUID in ConfigurationManagerDxe Date: Wed, 23 Jun 2021 08:37:31 +0100 Message-Id: <20210623073731.12166-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210623073731.12166-1-Pierre.Gondois@arm.com> References: <20210623073731.12166-1-Pierre.Gondois@arm.com> From: Pierre Gondois 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. Change-Id: I180dd915444764ce6482206455568ddb2ab56700 Signed-off-by: Pierre Gondois --- .../ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/ConfigurationManagerDxe.inf b/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/ConfigurationManagerDxe.inf index 7c082cbd4202..90b4fe2eb41e 100644 --- a/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/ConfigurationManagerDxe.inf +++ b/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 -- 2.17.1