]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / PeiCpuExceptionHandlerLib.inf
1 ## @file
2 # CPU Exception Handler library instance for PEI module.
3 #
4 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = PeiCpuExceptionHandlerLib
12 MODULE_UNI_FILE = PeiCpuExceptionHandlerLib.uni
13 FILE_GUID = 980DDA67-44A6-4897-99E6-275290B71F9E
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.1
16 LIBRARY_CLASS = CpuExceptionHandlerLib|PEI_CORE PEIM
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64
22 #
23
24 [Sources.Ia32]
25 Ia32/ExceptionHandlerAsm.nasm
26 Ia32/ExceptionTssEntryAsm.nasm
27 Ia32/ArchExceptionHandler.c
28 Ia32/ArchInterruptDefs.h
29
30 [Sources.X64]
31 X64/ExceptionHandlerAsm.nasm
32 X64/ArchExceptionHandler.c
33 X64/ArchInterruptDefs.h
34
35 [Sources.common]
36 CpuExceptionCommon.h
37 CpuExceptionCommon.c
38 PeiCpuException.c
39 PeiDxeSmmCpuException.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 UefiCpuPkg/UefiCpuPkg.dec
45
46 [LibraryClasses]
47 BaseLib
48 SerialPortLib
49 PrintLib
50 LocalApicLib
51 PeCoffGetEntryPointLib
52 HobLib
53 MemoryAllocationLib
54 SynchronizationLib
55
56 [Pcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard # CONSUMES
58