]> git.proxmox.com Git - mirror_edk2.git/blobdiff - 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
diff --git a/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EdkiiPeiMpServices2PpiPeiUnitTest.inf b/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EdkiiPeiMpServices2PpiPeiUnitTest.inf
new file mode 100644 (file)
index 0000000..0b2ddc5
--- /dev/null
@@ -0,0 +1,46 @@
+## @file\r
+# PEIM that unit tests the EdkiiPeiMpServices2Ppi\r
+#\r
+# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION     = 0x00010005\r
+  BASE_NAME       = EdkiiPeiMpServices2PpiPeiUnitTest\r
+  FILE_GUID       = A4914810-4D1E-445E-BD6F-F6821B852B5D\r
+  MODULE_TYPE     = PEIM\r
+  VERSION_STRING  = 1.0\r
+  ENTRY_POINT     = PeiEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  EfiMpServicesUnitTestCommom.c\r
+  EfiMpServicesUnitTestCommom.h\r
+  EdkiiPeiMpServices2PpiUnitTest.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  PeimEntryPoint\r
+  PeiServicesLib\r
+  UnitTestPersistenceLib\r
+  UnitTestLib\r
+\r
+[Ppis]\r
+  gEdkiiPeiMpServices2PpiGuid           ## CONSUMES\r
+\r
+[Depex]\r
+  gEdkiiPeiMpServices2PpiGuid\r