X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FCpuExceptionHandlerLib%2FSecPeiCpuExceptionHandlerLib.inf;h=951a6fe62cd2f0c36742726b6e2822a5b5e70da2;hp=159d3c61f5373b1b369114e4283bb0d67fe9a540;hb=087c67d0a0847f61b70fa565361ff88fe80e46e5;hpb=76f9f2e6b01d592a9fd924c460b8986afdb0f6cb diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf index 159d3c61f5..951a6fe62c 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf @@ -1,9 +1,7 @@ ## @file -# Component description file for SEC/PEI CPU Exception Handler Library instance +# CPU Exception Handler library instance for SEC/PEI modules. # -# This library instance supports SEC/PEI module only. -# -# Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -17,10 +15,11 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SecPeiCpuExceptionHandlerLib + MODULE_UNI_FILE = SecPeiCpuExceptionHandlerLib.uni FILE_GUID = CA4BBC99-DFC6-4234-B553-8B6586B7B113 MODULE_TYPE = PEIM - VERSION_STRING = 1.0 - LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEIM_CORE PEIM + VERSION_STRING = 1.1 + LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEI_CORE PEIM # # The following information is for reference only and not required by the build tools. @@ -29,13 +28,13 @@ # [Sources.Ia32] - Ia32/ExceptionHandlerAsm.asm |MSFT + Ia32/ExceptionHandlerAsm.asm Ia32/ExceptionHandlerAsm.S |GCC Ia32/ArchExceptionHandler.c Ia32/ArchInterruptDefs.h [Sources.X64] - X64/ExceptionHandlerAsm.asm |MSFT + X64/ExceptionHandlerAsm.asm X64/ExceptionHandlerAsm.S |GCC X64/ArchExceptionHandler.c X64/ArchInterruptDefs.h @@ -56,6 +55,3 @@ PrintLib LocalApicLib PeCoffGetEntryPointLib - -[Ppis] - gEfiVectorHandoffInfoPpiGuid