VirtualBox

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

最後變更 在這個檔案從80721是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.4 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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