VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/DxeCpuExceptionHandlerLibUnitTest.inf

最後變更 在這個檔案是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.4 KB
 
1## @file
2# Unit tests of the DxeCpuExceptionHandlerLib instance.
3#
4# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7
8[Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = CpuExceptionHandlerDxeTest
11 FILE_GUID = D76BFD9C-0B6D-46BD-AD66-2BBB6FA7031A
12 MODULE_TYPE = DXE_DRIVER
13 VERSION_STRING = 1.0
14 ENTRY_POINT = CpuExceptionHandlerTestEntry
15
16#
17# The following information is for reference only and not required by the build tools.
18#
19# VALID_ARCHITECTURES = X64
20#
21[Sources.X64]
22 X64/ArchExceptionHandlerTestAsm.nasm
23 X64/ArchExceptionHandlerTest.c
24
25[Sources.common]
26 CpuExceptionHandlerTest.h
27 CpuExceptionHandlerTestCommon.c
28 DxeCpuExceptionHandlerUnitTest.c
29
30[Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 UefiCpuPkg/UefiCpuPkg.dec
34
35[LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 UnitTestLib
40 MemoryAllocationLib
41 CpuExceptionHandlerLib
42 UefiDriverEntryPoint
43 HobLib
44 UefiBootServicesTableLib
45 CpuPageTableLib
46
47[Guids]
48 gEfiHobMemoryAllocStackGuid
49
50[Pcd]
51 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
52 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES
53
54[Protocols]
55 gEfiMpServiceProtocolGuid
56 gEfiTimerArchProtocolGuid
57
58[Depex]
59 gEfiMpServiceProtocolGuid
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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