VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf@ 105668

Last change on this file since 105668 was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1## @file
2# CPU Exception Handler library instance for DXE modules.
3#
4# Copyright (c) 2013 - 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 = DxeCpuExceptionHandlerLib
12 MODULE_UNI_FILE = DxeCpuExceptionHandlerLib.uni
13 FILE_GUID = B6E9835A-EDCF-4748-98A8-27D3C722E02D
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.1
16 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION
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 PeiDxeSmmCpuException.c
39 DxeException.c
40
41[Pcd]
42 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
43 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList
44 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize
45
46[FeaturePcd]
47 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackGuard ## CONSUMES
48
49[Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 UefiCpuPkg/UefiCpuPkg.dec
53
54[LibraryClasses]
55 BaseLib
56 SerialPortLib
57 PrintLib
58 SynchronizationLib
59 LocalApicLib
60 PeCoffGetEntryPointLib
61 MemoryAllocationLib
62 DebugLib
63 CcExitLib
64
65[BuildOptions]
66 XCODE:*_*_X64_NASM_FLAGS = -D NO_ABSOLUTE_RELOCS_IN_TEXT
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette