EfiMpServiceProtocolShellUnitTest.inf 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. # UEFI application that tests EfiMpServiceProtocol in Shell.
  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 = MpProtocolUnitTest
  11. FILE_GUID = 4CEE6399-A22C-4FFD-B148-3A56B1DD83F1
  12. MODULE_TYPE = UEFI_APPLICATION
  13. VERSION_STRING = 1.0
  14. ENTRY_POINT = DxeEntryPoint
  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. EfiMpServiceProtocolUnitTest.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. UefiCpuPkg/UefiCpuPkg.dec
  27. [LibraryClasses]
  28. BaseLib
  29. DebugLib
  30. BaseMemoryLib
  31. MemoryAllocationLib
  32. UefiApplicationEntryPoint
  33. UefiBootServicesTableLib
  34. UnitTestPersistenceLib
  35. UnitTestLib
  36. [Protocols]
  37. gEfiMpServiceProtocolGuid ## CONSUMES