]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
SourceLevelDebugPkg: Remove X86 ASM and S files
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeCpuExceptionHandlerLib.inf
CommitLineData
8f07f895 1## @file\r
e48e0742 2# CPU Exception Handler library instance for DXE modules.\r
8f07f895 3#\r
9b4aa760 4# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
8f07f895 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
8f07f895 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
8f07f895 13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
e41aad15 17 BASE_NAME = DxeCpuExceptionHandlerLib\r
e48e0742 18 MODULE_UNI_FILE = DxeCpuExceptionHandlerLib.uni\r
e41aad15 19 FILE_GUID = B6E9835A-EDCF-4748-98A8-27D3C722E02D\r
8f07f895 20 MODULE_TYPE = DXE_DRIVER\r
087c67d0 21 VERSION_STRING = 1.1\r
e41aad15 22 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION\r
8f07f895 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
4db0b65c 31 Ia32/ExceptionHandlerAsm.asm\r
70f3acf9 32 Ia32/ExceptionHandlerAsm.nasm\r
0ff5aa9c 33 Ia32/ExceptionTssEntryAsm.nasm\r
70f3acf9 34 Ia32/ExceptionHandlerAsm.S\r
8f07f895 35 Ia32/ArchExceptionHandler.c\r
e41aad15 36 Ia32/ArchInterruptDefs.h\r
8f07f895 37\r
38[Sources.X64]\r
4db0b65c 39 X64/ExceptionHandlerAsm.asm\r
70f3acf9
LG
40 X64/ExceptionHandlerAsm.nasm\r
41 X64/ExceptionHandlerAsm.S\r
8f07f895 42 X64/ArchExceptionHandler.c\r
e41aad15 43 X64/ArchInterruptDefs.h\r
8f07f895 44\r
45[Sources.common]\r
46 CpuExceptionCommon.h\r
47 CpuExceptionCommon.c\r
9b4aa760 48 PeiDxeSmmCpuException.c\r
e41aad15 49 DxeException.c\r
8f07f895 50\r
0ff5aa9c
JW
51[Pcd]\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard\r
53 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList\r
54 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize\r
55\r
8f07f895 56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59 UefiCpuPkg/UefiCpuPkg.dec\r
60\r
61[LibraryClasses]\r
62 BaseLib\r
63 SerialPortLib\r
64 PrintLib\r
65 SynchronizationLib\r
66 LocalApicLib\r
dd563742 67 PeCoffGetEntryPointLib\r
e41aad15
JF
68 MemoryAllocationLib\r
69 DebugLib\r