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