]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolDxeUnitTest.inf
UefiCpuPkg/Test: Add unit tests for MP service PPI and Protocol
[mirror_edk2.git] / UefiCpuPkg / Test / UnitTest / EfiMpServicesPpiProtocol / EfiMpServiceProtocolDxeUnitTest.inf
1 ## @file
2 # DXE driver that unit tests the EfiMpServiceProtocol
3 #
4 # Copyright (c) 2022, 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 = EfiMpServiceProtocolDxeUnitTest
12 FILE_GUID = F1E468E2-A32D-4574-895D-6D82B27B08BC
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 ENTRY_POINT = DxeEntryPoint
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64
21 #
22
23 [Sources]
24 EfiMpServicesUnitTestCommom.c
25 EfiMpServicesUnitTestCommom.h
26 EfiMpServiceProtocolUnitTest.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 UefiCpuPkg/UefiCpuPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 DebugLib
35 BaseMemoryLib
36 MemoryAllocationLib
37 UefiDriverEntryPoint
38 UefiBootServicesTableLib
39 UnitTestPersistenceLib
40 UnitTestLib
41
42 [Protocols]
43 gEfiMpServiceProtocolGuid ## CONSUMES
44
45 [Depex]
46 gEfiMpServiceProtocolGuid