]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EdkiiPeiMpServices2PpiPeiUnitTest.inf
UefiCpuPkg/Test: Add unit tests for MP service PPI and Protocol
[mirror_edk2.git] / UefiCpuPkg / Test / UnitTest / EfiMpServicesPpiProtocol / EdkiiPeiMpServices2PpiPeiUnitTest.inf
1 ## @file
2 # PEIM that unit tests the EdkiiPeiMpServices2Ppi
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 = EdkiiPeiMpServices2PpiPeiUnitTest
12 FILE_GUID = A4914810-4D1E-445E-BD6F-F6821B852B5D
13 MODULE_TYPE = PEIM
14 VERSION_STRING = 1.0
15 ENTRY_POINT = PeiEntryPoint
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 EdkiiPeiMpServices2PpiUnitTest.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 UefiCpuPkg/UefiCpuPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 DebugLib
35 BaseMemoryLib
36 MemoryAllocationLib
37 PeimEntryPoint
38 PeiServicesLib
39 UnitTestPersistenceLib
40 UnitTestLib
41
42 [Ppis]
43 gEdkiiPeiMpServices2PpiGuid ## CONSUMES
44
45 [Depex]
46 gEdkiiPeiMpServices2PpiGuid