UefiBootServicesTableLibUnitTest.inf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # UEFI Boot Services Table Library for unit tests implementation.
  3. #
  4. # Copyright (c) Microsoft Corporation
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = UefiBootServicesTableLibUnitTest
  11. MODULE_UNI_FILE = UefiBootServicesTableLibTest.uni
  12. FILE_GUID = 725E1CCD-07F1-4964-9A3E-9AA6DCC51DE6
  13. MODULE_TYPE = UEFI_DRIVER
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
  16. CONSTRUCTOR = UefiBootServicesTableLibUnitTestConstructor
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 EBC
  19. #
  20. [Sources]
  21. UefiBootServicesTableLibUnitTest.h
  22. UefiBootServicesTableLibUnitTest.c
  23. UefiBootServicesTableLibUnitTestEventTimer.c
  24. UefiBootServicesTableLibUnitTestImage.c
  25. UefiBootServicesTableLibUnitTestMemory.c
  26. UefiBootServicesTableLibUnitTestProtocol.h
  27. UefiBootServicesTableLibUnitTestProtocol.c
  28. UefiBootServicesTableLibUnitTestMisc.c
  29. UefiBootServicesTableLibUnitTestTpl.c
  30. [Packages]
  31. MdePkg/MdePkg.dec
  32. [LibraryClasses]
  33. BaseLib
  34. BaseMemoryLib
  35. DebugLib
  36. MemoryAllocationLib
  37. UnitTestLib
  38. [UserExtensions.TianoCore."ExtraFiles"]
  39. TimerExtra.uni