From b7ae87510788ac12529858b4cdd509f90c6451b2 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Fri, 13 Dec 2013 04:46:47 +0000 Subject: [PATCH] Fix meta file issue. Signed-off-by: Jeff Fan Reviewed-by: Liming Gao Reviewed-by: Hesheng Chen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14978 6f19259b-4bc3-4df7-8a09-765794883524 --- .../CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf index 6a3a163c9e..3d48f76ee0 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf @@ -20,7 +20,7 @@ FILE_GUID = CA4BBC99-DFC6-4234-B553-8B6586B7B113 MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEIM_CORE PEIM + LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEI_CORE PEIM # # The following information is for reference only and not required by the build tools. -- 2.39.2