diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-08 09:50:16 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-08 09:50:16 +0000 |
commit | c543936ac7a4ce814fcdeeb88e0be0fa36587d48 (patch) | |
tree | 1ca02e93e7084a358a876680729fa9bcbdebec28 /MdePkg | |
parent | 6ae8ccae63067fc8808643f778d8ccf0c33e2aa9 (diff) | |
download | edk2-platforms-c543936ac7a4ce814fcdeeb88e0be0fa36587d48.tar.xz |
Changed the class name to OldPeiCoreEntryPoint
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3570 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf b/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf index d823425a4d..32aef3447c 100644 --- a/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf +++ b/MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf @@ -20,7 +20,7 @@ FILE_GUID = 7AA626A3-238A-4c4c-9313-E9F937A744F0
MODULE_TYPE = PEI_CORE
VERSION_STRING = 1.0
- LIBRARY_CLASS = PeiCoreEntryPoint|PEI_CORE
+ LIBRARY_CLASS = OldPeiCoreEntryPoint|PEI_CORE
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|