From 6306488ab408963ef332a62579a08a386da20ff8 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Fri, 13 Jul 2007 02:00:55 +0000 Subject: [PATCH] Fix typo in PeCoffLoaderLib.inf. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3218 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf index 236f7e8c52..99c2842db8 100644 --- a/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf +++ b/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf @@ -25,7 +25,7 @@ FILE_GUID = 858bbbc9-474f-4556-a361-0ae52a44ffa5 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = PeiDxeCorePeCoffLoaderLib|DXE_CORE PEIM + LIBRARY_CLASS = PeCoffLoaderLib|DXE_CORE PEIM EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 -- 2.39.2