]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
159d3c61f5373b1b369114e4283bb0d67fe9a540
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / SecPeiCpuExceptionHandlerLib.inf
1 ## @file
2 # Component description file for SEC/PEI CPU Exception Handler Library instance
3 #
4 # This library instance supports SEC/PEI module only.
5 #
6 # Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SecPeiCpuExceptionHandlerLib
20 FILE_GUID = CA4BBC99-DFC6-4234-B553-8B6586B7B113
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEIM_CORE PEIM
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64
29 #
30
31 [Sources.Ia32]
32 Ia32/ExceptionHandlerAsm.asm |MSFT
33 Ia32/ExceptionHandlerAsm.S |GCC
34 Ia32/ArchExceptionHandler.c
35 Ia32/ArchInterruptDefs.h
36
37 [Sources.X64]
38 X64/ExceptionHandlerAsm.asm |MSFT
39 X64/ExceptionHandlerAsm.S |GCC
40 X64/ArchExceptionHandler.c
41 X64/ArchInterruptDefs.h
42
43 [Sources.common]
44 CpuExceptionCommon.h
45 CpuExceptionCommon.c
46 SecPeiCpuException.c
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51 UefiCpuPkg/UefiCpuPkg.dec
52
53 [LibraryClasses]
54 BaseLib
55 SerialPortLib
56 PrintLib
57 LocalApicLib
58 PeCoffGetEntryPointLib
59
60 [Ppis]
61 gEfiVectorHandoffInfoPpiGuid