]> git.proxmox.com Git - mirror_edk2.git/blame - PrmPkg/Test/PrmPkgHostTest.dsc
PrmPkg/Library/DxePrmContextBufferLib: Add host-based unit tests
[mirror_edk2.git] / PrmPkg / Test / PrmPkgHostTest.dsc
CommitLineData
2e55b0cd
MK
1## @file\r
2# PrmPkg DSC file used to build host-based unit tests.\r
3#\r
4# Copyright (c) Microsoft Corporation.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 PLATFORM_NAME = PrmPkgHostTest\r
11 PLATFORM_GUID = 5BCCFC54-2162-42FB-ABCA-5B8D0DC4013C\r
12 PLATFORM_VERSION = 0.1\r
13 DSC_SPECIFICATION = 0x00010005\r
14 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)/HostTest\r
15 SUPPORTED_ARCHITECTURES = IA32|X64\r
16 BUILD_TARGETS = NOOPT\r
17 SKUID_IDENTIFIER = DEFAULT\r
3599f547
MK
18\r
19!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc\r
20\r
21[LibraryClasses]\r
82d15dc6 22 PrmContextBufferLib|PrmPkg/Library/DxePrmContextBufferLib/DxePrmContextBufferLib.inf\r
3599f547
MK
23 UefiBootServicesTableLib|PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf\r
24\r
25[Components]\r
26 #\r
27 # Unit test helper libraries\r
28 #\r
29 PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf\r
82d15dc6
MK
30\r
31 #\r
32 # Unit test host applications\r
33 #\r
34 PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf\r