-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeviceSimPkgUnitTest.dsc
37 lines (31 loc) · 1.34 KB
/
DeviceSimPkgUnitTest.dsc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## @file
#
# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
PLATFORM_NAME = DeviceSimHostTest
PLATFORM_GUID = 40652B4C-88CB-4481-96E8-37F2D0034440
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/DeviceSimPkg/HostTest
SUPPORTED_ARCHITECTURES = IA32|X64
BUILD_TARGETS = NOOPT
SKUID_IDENTIFIER = DEFAULT
[BuildOptions]
*_GCC_*_CC_FLAGS = --coverage
*_GCC_*_LINK_FLAGS = --coverage
[PcdsFixedAtBuild]
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
gDeviceSimPkgTokenSpaceGuid.PcdMmioLibWithGmock|FALSE
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
!include DeviceSimPkg/DeviceSimPkg.dsc.inc
[Components]
DeviceSimPkg/Library/FakeRegisterSpaceLib/UnitTest/FakeRegisterSpaceLibUnitTest.inf
DeviceSimPkg/Library/RegisterAccessPciIoLib/UnitTest/RegisterAccessPciIoLibUnitTest.inf
DeviceSimPkg/Library/RegisterAccessIoLib/UnitTest/RegisterAccessIoLibUnitTest.inf
DeviceSimPkg/Library/RegisterAccessPciSegmentLib/UnitTest/RegisterAccessPciSegmentLibUnitTest.inf
DeviceSimPkg/Library/MockIoLib/UnitTest/GmockIoLibUnitTest.inf {
<LibraryClasses>
IoLib|DeviceSimPkg/Library/MockIoLib/GmockIoLib.inf
}