]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Test/MdePkgHostTest.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Test / MdePkgHostTest.dsc
1 ## @file
2 # MdePkg 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 = MdePkgHostTest
12 PLATFORM_GUID = 50652B4C-88CB-4481-96E8-37F2D0034440
13 PLATFORM_VERSION = 0.1
14 DSC_SPECIFICATION = 0x00010005
15 OUTPUT_DIRECTORY = Build/MdePkg/HostTest
16 SUPPORTED_ARCHITECTURES = IA32|X64
17 BUILD_TARGETS = NOOPT
18 SKUID_IDENTIFIER = DEFAULT
19
20 !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
21
22 [LibraryClasses]
23 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
24
25 [Components]
26 #
27 # Build HOST_APPLICATION that tests the SafeIntLib
28 #
29 MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLibHost.inf
30 MdePkg/Test/UnitTest/Library/BaseLib/BaseLibUnitTestsHost.inf
31 MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/GoogleTestBaseSafeIntLib.inf
32
33 #
34 # Build HOST_APPLICATION Libraries
35 #
36 MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf