1## @file 2# Provides drivers and definitions to support fsp in EDKII bios. 3# 4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR> 5# This program and the accompanying materials are licensed and made available under 6# the terms and conditions of the BSD License that accompanies this distribution. 7# The full text of the license may be found at 8# http://opensource.org/licenses/bsd-license.php. 9# 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12# 13## 14 15[Defines] 16 PLATFORM_NAME = IntelFsp2WrapperPkg 17 PLATFORM_GUID = 34813E26-C930-427D-8993-80530549EADA 18 PLATFORM_VERSION = 0.1 19 DSC_SPECIFICATION = 0x00010005 20 OUTPUT_DIRECTORY = Build/IntelFsp2WrapperPkg 21 SUPPORTED_ARCHITECTURES = IA32|X64 22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT 23 SKUID_IDENTIFIER = DEFAULT 24 25[LibraryClasses] 26 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf 27 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf 28 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf 29 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf 31 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 32 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf 33 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf 34 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf 35 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf 36 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf 37 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf 38 39 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf 40 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf 41 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf 42 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf 43 44 # MdeModulePkg 45 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf 46 47 # UefiCpuPkg 48 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf 49 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf 50 51 # FSP Wrapper Lib 52 FspWrapperApiLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf 53 FspWrapperApiTestLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf 54 55 # FSP platform sample 56 FspWrapperPlatformLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf 57 PlatformSecLib|IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf 58 FspWrapperHobProcessLib|IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf 59 60[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE] 61 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf 62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf 63 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf 64 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf 65 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf 66 67[LibraryClasses.common.DXE_DRIVER] 68 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf 69 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf 70 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf 71 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf 72 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf 73 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf 74 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf 75 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf 76 77[Components.Ia32] 78 IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf 79 IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf 80 IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf 81 IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf 82 83 IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf 84 IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf 85 86[Components.IA32, Components.X64] 87 IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf 88 IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf 89 IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf 90 91[PcdsFixedAtBuild.common] 92 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f 93 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046 94 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07 95 96[BuildOptions] 97 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES 98