]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
9d6915ca
JL
1## @file\r
2# PEIM that unit tests the EdkiiPeiMpServices2Ppi\r
3#\r
4# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = EdkiiPeiMpServices2PpiPeiUnitTest\r
12 FILE_GUID = A4914810-4D1E-445E-BD6F-F6821B852B5D\r
13 MODULE_TYPE = PEIM\r
14 VERSION_STRING = 1.0\r
15 ENTRY_POINT = PeiEntryPoint\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[Sources]\r
24 EfiMpServicesUnitTestCommom.c\r
25 EfiMpServicesUnitTestCommom.h\r
26 EdkiiPeiMpServices2PpiUnitTest.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 UefiCpuPkg/UefiCpuPkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
35 BaseMemoryLib\r
36 MemoryAllocationLib\r
37 PeimEntryPoint\r
38 PeiServicesLib\r
39 UnitTestPersistenceLib\r
40 UnitTestLib\r
41\r
42[Ppis]\r
43 gEdkiiPeiMpServices2PpiGuid ## CONSUMES\r
44\r
45[Depex]\r
46 gEdkiiPeiMpServices2PpiGuid\r