EdkiiPeiMpServices2PpiPeiUnitTest.inf 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = EdkiiPeiMpServices2PpiPeiUnitTest
  11. FILE_GUID = A4914810-4D1E-445E-BD6F-F6821B852B5D
  12. MODULE_TYPE = PEIM
  13. VERSION_STRING = 1.0
  14. ENTRY_POINT = PeiEntryPoint
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64
  19. #
  20. [Sources]
  21. EfiMpServicesUnitTestCommom.c
  22. EfiMpServicesUnitTestCommom.h
  23. EdkiiPeiMpServices2PpiUnitTest.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. UefiCpuPkg/UefiCpuPkg.dec
  27. [LibraryClasses]
  28. BaseLib
  29. DebugLib
  30. BaseMemoryLib
  31. MemoryAllocationLib
  32. PeimEntryPoint
  33. PeiServicesLib
  34. UnitTestPersistenceLib
  35. UnitTestLib
  36. [Ppis]
  37. gEdkiiPeiMpServices2PpiGuid ## CONSUMES
  38. [Depex]
  39. gEdkiiPeiMpServices2PpiGuid