PrmPkgHostTest.dsc 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. ## @file
  2. # PrmPkg DSC file used to build host-based unit tests.
  3. #
  4. # Copyright (c) Microsoft Corporation.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. PLATFORM_NAME = PrmPkgHostTest
  10. PLATFORM_GUID = 5BCCFC54-2162-42FB-ABCA-5B8D0DC4013C
  11. PLATFORM_VERSION = 0.1
  12. DSC_SPECIFICATION = 0x00010005
  13. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)/HostTest
  14. SUPPORTED_ARCHITECTURES = IA32|X64
  15. BUILD_TARGETS = NOOPT
  16. SKUID_IDENTIFIER = DEFAULT
  17. !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
  18. [LibraryClasses]
  19. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  20. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  21. PrmContextBufferLib|PrmPkg/Library/DxePrmContextBufferLib/DxePrmContextBufferLib.inf
  22. PrmModuleDiscoveryLib|PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.inf
  23. PrmPeCoffLib|PrmPkg/Library/DxePrmPeCoffLib/DxePrmPeCoffLib.inf
  24. [Components]
  25. #
  26. # Unit test host applications
  27. #
  28. PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf
  29. PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf