UnitTestFrameworkPkgTarget.dsc.inc 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ## @file
  2. # UnitTestFrameworkPkg DSC include file for target based test DSC
  3. #
  4. # Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [LibraryClasses]
  9. #
  10. # Entry point
  11. #
  12. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  13. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  14. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  15. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  16. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  17. DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
  18. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  19. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  20. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  21. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  22. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  23. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  24. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  25. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  26. UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
  27. UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf
  28. UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibDebugLib.inf
  29. NULL|UnitTestFrameworkPkg/Library/UnitTestDebugAssertLib/UnitTestDebugAssertLib.inf
  30. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  31. #
  32. # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
  33. # This library provides the instrinsic functions generated by a given compiler.
  34. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  35. #
  36. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  37. #
  38. # Since software stack checking may be heuristically enabled by the compiler
  39. # include BaseStackCheckLib unconditionally.
  40. #
  41. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  42. [LibraryClasses.common.PEIM]
  43. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  44. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  45. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  46. [LibraryClasses.common.UEFI_APPLICATION]
  47. UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf
  48. [PcdsFixedAtBuild]
  49. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
  50. [BuildOptions]
  51. MSFT:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
  52. GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
  53. XCODE:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED