]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/IntelFspPkg.dsc
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / IntelFspPkg / IntelFspPkg.dsc
1 ## @file
2 # Provides driver and definitions to build 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 = IntelFspPkg
11 PLATFORM_GUID = 29C6791F-9EBC-4470-A126-2BB47431AE5E
12 PLATFORM_VERSION = 0.1
13 DSC_SPECIFICATION = 0x00010005
14 OUTPUT_DIRECTORY = Build/IntelFspPkg
15 SUPPORTED_ARCHITECTURES = IA32
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 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
25 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
26 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
27 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
28
29 # Dummy - test build only
30 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
31 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
32 DebugDeviceLib|IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
33
34 # FSP override
35 DebugLib|IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
36
37 # FSP specific lib
38 CacheAsRamLib|IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
39 CacheLib|IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf
40 FspCommonLib|IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
41 FspPlatformLib|IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
42 FspSwitchStackLib|IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
43 FspSecPlatformLib|IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf
44
45 [LibraryClasses.common.PEIM]
46 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
47 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
48 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
49 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
50 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
51
52 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
53
54 [Components]
55 IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf
56 IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf
57 IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf
58 IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf
59 IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
60 IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf
61
62 IntelFspPkg/FspSecCore/FspSecCore.inf
63 IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
64
65 [PcdsFixedAtBuild.common]
66 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
67 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
68 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
69
70 [BuildOptions]
71 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES