]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg/CpuExceptionHandler: Make XCODE5 changes toolchain specific
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeCpuExceptionHandlerLib.inf
... / ...
CommitLineData
1## @file\r
2# CPU Exception Handler library instance for DXE modules.\r
3#\r
4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = DxeCpuExceptionHandlerLib\r
12 MODULE_UNI_FILE = DxeCpuExceptionHandlerLib.uni\r
13 FILE_GUID = B6E9835A-EDCF-4748-98A8-27D3C722E02D\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.1\r
16 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64\r
22#\r
23\r
24[Sources.Ia32]\r
25 Ia32/ExceptionHandlerAsm.nasm\r
26 Ia32/ExceptionTssEntryAsm.nasm\r
27 Ia32/ArchExceptionHandler.c\r
28 Ia32/ArchInterruptDefs.h\r
29\r
30[Sources.X64]\r
31 X64/Xcode5ExceptionHandlerAsm.nasm\r
32 X64/ArchExceptionHandler.c\r
33 X64/ArchInterruptDefs.h\r
34\r
35[Sources.common]\r
36 CpuExceptionCommon.h\r
37 CpuExceptionCommon.c\r
38 PeiDxeSmmCpuException.c\r
39 DxeException.c\r
40\r
41[Pcd]\r
42 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard\r
43 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList\r
44 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49 UefiCpuPkg/UefiCpuPkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseLib\r
53 SerialPortLib\r
54 PrintLib\r
55 SynchronizationLib\r
56 LocalApicLib\r
57 PeCoffGetEntryPointLib\r
58 MemoryAllocationLib\r
59 DebugLib\r