]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
Fix a bug about the iSCSI DHCP dependency issue.
[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, 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
36 [Sources.X64]
37 X64/ExceptionHandlerAsm.asm |MSFT
38 X64/ExceptionHandlerAsm.S |GCC
39 X64/ArchExceptionHandler.c
40
41 [Sources.common]
42 CpuExceptionCommon.h
43 CpuExceptionCommon.c
44 SecPeiCpuException.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 UefiCpuPkg/UefiCpuPkg.dec
50
51 [LibraryClasses]
52 BaseLib
53 SerialPortLib
54 PrintLib
55 LocalApicLib
56 PeCoffGetEntryPointLib