Last change
on this file since 89916 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
933 bytes
|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.