]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
UefiCpuPkg/CpuExceptionHandlerLib: Trim white space at end of line
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / PeiCpuExceptionHandlerLib.inf
CommitLineData
a81abf16
JF
1## @file\r
2# CPU Exception Handler library instance for PEI module.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
dd563742 9#\r
a81abf16
JF
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
dd563742 12#\r
a81abf16
JF
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PeiCpuExceptionHandlerLib\r
18 MODULE_UNI_FILE = PeiCpuExceptionHandlerLib.uni\r
19 FILE_GUID = 980DDA67-44A6-4897-99E6-275290B71F9E\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.1\r
22 LIBRARY_CLASS = CpuExceptionHandlerLib|PEI_CORE PEIM\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources.Ia32]\r
31 Ia32/ExceptionHandlerAsm.asm\r
b782753f
LG
32 Ia32/ExceptionHandlerAsm.nasm\r
33 Ia32/ExceptionHandlerAsm.S\r
a81abf16
JF
34 Ia32/ArchExceptionHandler.c\r
35 Ia32/ArchInterruptDefs.h\r
36\r
37[Sources.X64]\r
38 X64/ExceptionHandlerAsm.asm\r
b782753f
LG
39 X64/ExceptionHandlerAsm.nasm\r
40 X64/ExceptionHandlerAsm.S\r
a81abf16
JF
41 X64/ArchExceptionHandler.c\r
42 X64/ArchInterruptDefs.h\r
43\r
44[Sources.common]\r
45 CpuExceptionCommon.h\r
46 CpuExceptionCommon.c\r
47 PeiCpuException.c\r
48 PeiDxeSmmCpuException.c\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53 UefiCpuPkg/UefiCpuPkg.dec\r
54\r
55[LibraryClasses]\r
56 BaseLib\r
57 SerialPortLib\r
58 PrintLib\r
59 LocalApicLib\r
60 PeCoffGetEntryPointLib\r
61 HobLib\r
62 MemoryAllocationLib\r
63 SynchronizationLib\r