]> git.proxmox.com Git - mirror_edk2.git/blob - PrmPkg/Test/PrmPkgHostTest.dsc
PrmPkg/DxePrmModuleDiscoveryLib: Add initial host-based unit tests
[mirror_edk2.git] / PrmPkg / Test / PrmPkgHostTest.dsc
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
9 [Defines]
10 PLATFORM_NAME = PrmPkgHostTest
11 PLATFORM_GUID = 5BCCFC54-2162-42FB-ABCA-5B8D0DC4013C
12 PLATFORM_VERSION = 0.1
13 DSC_SPECIFICATION = 0x00010005
14 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)/HostTest
15 SUPPORTED_ARCHITECTURES = IA32|X64
16 BUILD_TARGETS = NOOPT
17 SKUID_IDENTIFIER = DEFAULT
18
19 !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
20
21 [LibraryClasses]
22 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
23 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
24 PrmContextBufferLib|PrmPkg/Library/DxePrmContextBufferLib/DxePrmContextBufferLib.inf
25 PrmModuleDiscoveryLib|PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.inf
26 PrmPeCoffLib|PrmPkg/Library/DxePrmPeCoffLib/DxePrmPeCoffLib.inf
27 UefiBootServicesTableLib|PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
28
29 [Components]
30 #
31 # Unit test helper libraries
32 #
33 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
34
35 #
36 # Unit test host applications
37 #
38 PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf
39 PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf