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