]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Test/MdeModulePkgHostTest.dsc
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Test / MdeModulePkgHostTest.dsc
CommitLineData
184ee9b1
MK
1## @file\r
2# MdeModulePkg DSC file used to build host-based unit tests.\r
3#\r
4# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (C) Microsoft Corporation.\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 PLATFORM_NAME = MdeModulePkgHostTest\r
12 PLATFORM_GUID = F74AF7C6-698C-4EBA-BA49-FF6816916354\r
13 PLATFORM_VERSION = 0.1\r
14 DSC_SPECIFICATION = 0x00010005\r
15 OUTPUT_DIRECTORY = Build/MdeModulePkg/HostTest\r
16 SUPPORTED_ARCHITECTURES = IA32|X64\r
17 BUILD_TARGETS = NOOPT\r
18 SKUID_IDENTIFIER = DEFAULT\r
19\r
20!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc\r
21\r
22[Components]\r
23 MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf\r
24\r
25 #\r
26 # Build MdeModulePkg HOST_APPLICATION Tests\r
27 #\r
28 MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTestHost.inf {\r
29 <LibraryClasses>\r
30 ResetSystemLib|MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf\r
31 UefiRuntimeServicesTableLib|MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf\r
32 }\r