From efc69967c41fa29f5a3b74861508ae3f1e2e0369 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 24 Jul 2007 03:54:55 +0000 Subject: [PATCH] Update Guid Value to avoid collision with old one git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3408 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/HiiLib/HiiLib.inf | 2 +- MdePkg/Library/HiiLib/HiiLib.msa | 2 +- MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf | 2 +- MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.msa | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Library/HiiLib/HiiLib.inf b/MdePkg/Library/HiiLib/HiiLib.inf index 4c5815f84a..feaa95649a 100644 --- a/MdePkg/Library/HiiLib/HiiLib.inf +++ b/MdePkg/Library/HiiLib/HiiLib.inf @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = HiiLib - FILE_GUID = 1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c + FILE_GUID = 3143687A-7C80-404e-B5FE-2D88980E1B1C MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER diff --git a/MdePkg/Library/HiiLib/HiiLib.msa b/MdePkg/Library/HiiLib/HiiLib.msa index d3eac8fb35..feedd2103e 100644 --- a/MdePkg/Library/HiiLib/HiiLib.msa +++ b/MdePkg/Library/HiiLib/HiiLib.msa @@ -3,7 +3,7 @@ HiiLib DXE_DRIVER - 1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c + 3143687A-7C80-404e-B5FE-2D88980E1B1C 1.0 Library instance for HII common routines. This library instance implements the common HII routines. diff --git a/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf b/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf index cea4f03c77..d823425a4d 100644 --- a/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf +++ b/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiCoreEntryPoint - FILE_GUID = b3b0654a-969d-4096-86cb-27e262a02083 + FILE_GUID = 7AA626A3-238A-4c4c-9313-E9F937A744F0 MODULE_TYPE = PEI_CORE VERSION_STRING = 1.0 LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE diff --git a/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.msa b/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.msa index cd1015bc3b..1359da2b7a 100644 --- a/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.msa +++ b/MdePkg/Library/OldPeiCoreEntryPoint/PeiCoreEntryPoint.msa @@ -3,7 +3,7 @@ PeiCoreEntryPoint PEI_CORE - b3b0654a-969d-4096-86cb-27e262a02083 + 7AA626A3-238A-4c4c-9313-E9F937A744F0 1.0 Entry point to a the PEI Core The library contains the entry point to a PEI core Module Type. -- 2.39.2