]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSAVE/FXRESTOR
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / SecPeiCpuExceptionHandlerLib.inf
index c8553623d2c4203b44685058a96918641ab5382e..951a6fe62cd2f0c36742726b6e2822a5b5e70da2 100644 (file)
@@ -1,9 +1,7 @@
 ## @file\r
-#  Component description file for SEC/PEI CPU Exception Handler Library instance\r
+#  CPU Exception Handler library instance for SEC/PEI modules.\r
 #\r
-#  This library instance supports SEC/PEI module only.\r
-#\r
-#  Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SecPeiCpuExceptionHandlerLib\r
+  MODULE_UNI_FILE                = SecPeiCpuExceptionHandlerLib.uni\r
   FILE_GUID                      = CA4BBC99-DFC6-4234-B553-8B6586B7B113\r
   MODULE_TYPE                    = PEIM\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = CpuExceptionHandlerLib|SEC PEIM_CORE PEIM\r
+  VERSION_STRING                 = 1.1\r
+  LIBRARY_CLASS                  = CpuExceptionHandlerLib|SEC PEI_CORE PEIM\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 [Sources.Ia32]\r
-  Ia32/ExceptionHandlerAsm.asm |MSFT\r
+  Ia32/ExceptionHandlerAsm.asm\r
   Ia32/ExceptionHandlerAsm.S   |GCC\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
-  X64/ExceptionHandlerAsm.asm |MSFT\r
+  X64/ExceptionHandlerAsm.asm\r
   X64/ExceptionHandlerAsm.S   |GCC\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
@@ -56,7 +55,3 @@
   PrintLib\r
   LocalApicLib\r
   PeCoffGetEntryPointLib\r
-  ReportStatusCodeLib\r
-\r
-[Ppis]\r
-  gEfiVectorHandoffInfoPpiGuid\r