diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-24 03:54:55 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-24 03:54:55 +0000 |
commit | efc69967c41fa29f5a3b74861508ae3f1e2e0369 (patch) | |
tree | 081935b09437b9dfdf9443ca8586f0302f0babb8 /MdePkg | |
parent | c5ecf6c197a7105f2a5d09ddf5ff4a78090584c7 (diff) | |
download | edk2-platforms-efc69967c41fa29f5a3b74861508ae3f1e2e0369.tar.xz |
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
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/HiiLib/HiiLib.inf | 2 | ||||
-rw-r--r-- | MdePkg/Library/HiiLib/HiiLib.msa | 2 | ||||
-rw-r--r-- | MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf | 2 | ||||
-rw-r--r-- | 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 @@ <MsaHeader>
<ModuleName>HiiLib</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType>
- <GuidValue>1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c</GuidValue>
+ <GuidValue>3143687A-7C80-404e-B5FE-2D88980E1B1C</GuidValue>
<Version>1.0</Version>
<Abstract>Library instance for HII common routines.</Abstract>
<Description>This library instance implements the common HII routines.</Description>
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 @@ <MsaHeader>
<ModuleName>PeiCoreEntryPoint</ModuleName>
<ModuleType>PEI_CORE</ModuleType>
- <GuidValue>b3b0654a-969d-4096-86cb-27e262a02083</GuidValue>
+ <GuidValue>7AA626A3-238A-4c4c-9313-E9F937A744F0</GuidValue>
<Version>1.0</Version>
<Abstract>Entry point to a the PEI Core</Abstract>
<Description>The library contains the entry point to a PEI core Module Type.</Description>
|