]> git.proxmox.com Git - mirror_edk2.git/blame - UnitTestFrameworkPkg/UnitTestFrameworkPkgTarget.dsc.inc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UnitTestFrameworkPkg / UnitTestFrameworkPkgTarget.dsc.inc
CommitLineData
3e61b953
MK
1## @file\r
2# UnitTestFrameworkPkg DSC include file for target based test DSC\r
3#\r
4# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[LibraryClasses]\r
10 #\r
11 # Entry point\r
12 #\r
13 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
14 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
15 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
16\r
17 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
18 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
813c2b15
MK
19 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
20 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
21 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
3e61b953
MK
22 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
23 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
24 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
25 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
26 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
27 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
28\r
29 UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf\r
30 UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf\r
31 UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibDebugLib.inf\r
26824851 32 NULL|UnitTestFrameworkPkg/Library/UnitTestDebugAssertLib/UnitTestDebugAssertLib.inf\r
3e61b953
MK
33\r
34[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
35 #\r
36 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.\r
37 # This library provides the instrinsic functions generated by a given compiler.\r
38 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
39 #\r
40 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
41\r
42 #\r
43 # Since software stack checking may be heuristically enabled by the compiler\r
44 # include BaseStackCheckLib unconditionally.\r
45 #\r
46 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
47\r
48[LibraryClasses.common.PEIM]\r
49 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
50 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
51 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
52\r
53[LibraryClasses.common.UEFI_APPLICATION]\r
54 UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf\r
55\r
56[PcdsFixedAtBuild]\r
57 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
58\r
59[BuildOptions]\r
26824851
MK
60 MSFT:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED\r
61 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED\r
62 XCODE:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED\r