]> git.proxmox.com Git - mirror_edk2.git/blob - PrmPkg/Test/PrmPkgHostTest.dsc
1f44037d0102109904552bcda2eeb77198bc7617
[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 PrmContextBufferLib|PrmPkg/Library/DxePrmContextBufferLib/DxePrmContextBufferLib.inf
23 UefiBootServicesTableLib|PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
24
25 [Components]
26 #
27 # Unit test helper libraries
28 #
29 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
30
31 #
32 # Unit test host applications
33 #
34 PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf