]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/IntelFspWrapperPkg.dsc
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspWrapperPkg / IntelFspWrapperPkg.dsc
CommitLineData
a33a2f62 1## @file\r
a33a2f62
JY
2# Provides drivers and definitions to support fsp in EDKII bios.\r
3#\r
61f816bd 4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
19486360 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
JY
6#\r
7##\r
8\r
9[Defines]\r
10 PLATFORM_NAME = IntelFspWrapperPkg\r
11 PLATFORM_GUID = BC1EC7D4-8550-4a64-B7F5-8E0EF864FFA2\r
12 PLATFORM_VERSION = 0.1\r
13 DSC_SPECIFICATION = 0x00010005\r
14 OUTPUT_DIRECTORY = Build/IntelFspWrapperPkg\r
15 SUPPORTED_ARCHITECTURES = IA32|X64\r
61f816bd 16 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
a33a2f62
JY
17 SKUID_IDENTIFIER = DEFAULT\r
18\r
19[LibraryClasses]\r
20 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
21 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
22 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
23 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
24 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
25 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
26 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
27 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
28 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
29 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
30 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
00899456 31 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
a33a2f62
JY
32\r
33 # Dummy - test build only\r
34 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
35 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
36 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
37\r
38 # MdeModulePkg\r
39 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
40\r
41 # UefiCpuPkg\r
42 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
43 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
44\r
45 # FSP lib\r
46 FspApiLib|IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf\r
47\r
48 # FSP platform sample\r
49 FspPlatformInfoLib|IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf\r
50 FspPlatformSecLib|IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf\r
51 FspHobProcessLib|IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf\r
52\r
53[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r
54 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
55 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
56 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
57 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
58 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
59\r
60[LibraryClasses.common.DXE_DRIVER]\r
61 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
62 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
63 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
00899456 64 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
a33a2f62
JY
65 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
66 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
67 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
68\r
69[Components.Ia32]\r
70 IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf\r
71 IntelFspWrapperPkg/FspInitPei/FspInitPei.inf\r
72\r
73[Components.IA32, Components.X64]\r
74 IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf\r
75\r
76[PcdsFixedAtBuild.common]\r
77 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
78 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r
79 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
4accc1f0
HW
80\r
81[BuildOptions]\r
82 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r