#/** @file
|
#
|
# Copyright (c) 2018-2019, DisplayLink (UK) Ltd. All rights reserved.
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
#
|
#**/
|
|
[Defines]
|
PLATFORM_NAME = DisplayLinkPkg
|
PLATFORM_GUID = ad3b37b0-f798-4f97-9b3f-0c6f43d7c993
|
PLATFORM_VERSION = 0.1
|
DSC_SPECIFICATION = 0x0001001C
|
OUTPUT_DIRECTORY = Build/DisplayLink
|
SUPPORTED_ARCHITECTURES = X64|IA32|AARCH64|ARM
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
SKUID_IDENTIFIER = DEFAULT
|
|
!include MdePkg/MdeLibs.dsc.inc
|
|
[LibraryClasses]
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
|
[LibraryClasses.common.UEFI_DRIVER]
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
[LibraryClasses.AARCH64]
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|
|
[LibraryClasses.ARM]
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|
|
[PcdsFixedAtBuild]
|
!ifdef $(DEBUG_ENABLE_OUTPUT)
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x3f
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080043 # Flags to control amount of debug output - see https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Debugging
|
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
!endif
|
|
[Components]
|
Drivers/DisplayLink/DisplayLinkPkg/DisplayLinkGop/DisplayLinkGopDxe.inf
|
|
[BuildOptions]
|
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D INF_DRIVER_VERSION=$(INF_DRIVER_VERSION)
|
GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
|
!ifdef $(COPY_PIXELS_FROM_PRIMARY_GOP_DEVICE)
|
*_*_*_CC_FLAGS = -D COPY_PIXELS_FROM_PRIMARY_GOP_DEVICE
|
!endif
|