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