Last change
on this file since 105668 was 101291, checked in by vboxsync, 17 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
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
|
---|
37 | MdePkg/Test/Mock/Library/GoogleTest/MockUefiLib/MockUefiLib.inf
|
---|
38 | MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.inf
|
---|
39 | MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServicesLib.inf
|
---|
40 | MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.inf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.