]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/IntelFspPkg.dsc
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / IntelFspPkg.dsc
CommitLineData
c8ec22a2 1## @file\r
b34eb190 2# Provides driver and definitions to build fsp in EDKII bios.\r
c8ec22a2 3#\r
a505a870 4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
16a16ea6 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c8ec22a2
JY
6#\r
7##\r
8\r
9[Defines]\r
10 PLATFORM_NAME = IntelFspPkg\r
11 PLATFORM_GUID = 29C6791F-9EBC-4470-A126-2BB47431AE5E\r
12 PLATFORM_VERSION = 0.1\r
13 DSC_SPECIFICATION = 0x00010005\r
14 OUTPUT_DIRECTORY = Build/IntelFspPkg\r
15 SUPPORTED_ARCHITECTURES = IA32\r
a505a870 16 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
c8ec22a2
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 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
25 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
26 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
27 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
28\r
29 # Dummy - test build only\r
30 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
31 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
32 DebugDeviceLib|IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf\r
33\r
34 # FSP override\r
35 DebugLib|IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
36\r
37 # FSP specific lib\r
38 CacheAsRamLib|IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
39 CacheLib|IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf\r
40 FspCommonLib|IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
41 FspPlatformLib|IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
42 FspSwitchStackLib|IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
9da59186 43 FspSecPlatformLib|IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf\r
c8ec22a2
JY
44\r
45[LibraryClasses.common.PEIM]\r
46 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
47 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
48 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
49 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
50 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
51\r
52 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
53\r
54[Components]\r
55 IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
56 IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf\r
57 IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
58 IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
59 IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
60 IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
61\r
9da59186 62 IntelFspPkg/FspSecCore/FspSecCore.inf\r
c8ec22a2
JY
63 IntelFspPkg/FspDxeIpl/FspDxeIpl.inf\r
64\r
65[PcdsFixedAtBuild.common]\r
66 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
67 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r
68 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
d569f190
HW
69\r
70[BuildOptions]\r
71 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r