-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeviceSimPkg.dsc.inc
23 lines (22 loc) · 1.2 KB
/
DeviceSimPkg.dsc.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## @file
#
# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[LibraryClasses]
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
RegisterAccessPciIoLib|DeviceSimPkg/Library/RegisterAccessPciIoLib/RegisterAccessPciIoLib.inf
FakeRegisterSpaceLib|DeviceSimPkg/Library/FakeRegisterSpaceLib/FakeRegisterSpaceLib.inf
PciSegmentLib|DeviceSimPkg/Library/RegisterAccessPciSegmentLib/RegisterAccessPciSegmentLib.inf
PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
RealPciSegment|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
FakeIoLib|DeviceSimPkg/Library/RegisterAccessIoLib/FakeRegisterAccessIoLib.inf
!if gDeviceSimPkgTokenSpaceGuid.PcdMmioLibWithGmock == TRUE
IoLib|DeviceSimPkg/Library/MockIoLib/GmockIoLib.inf
!else
IoLib|DeviceSimPkg/Library/RegisterAccessIoLib/RegisterAccessIoLib.inf
!endif