]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/IntelFspPkg.dsc
Rollback file GUID change, because it is VTF file and GUID is predefined.
[mirror_edk2.git] / IntelFspPkg / IntelFspPkg.dsc
CommitLineData
c8ec22a2
JY
1## @file\r
2#\r
3# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials are licensed and made available under\r
5# the terms and conditions of the BSD License that accompanies this distribution.\r
6# The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php.\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 PLATFORM_NAME = IntelFspPkg\r
16 PLATFORM_GUID = 29C6791F-9EBC-4470-A126-2BB47431AE5E\r
17 PLATFORM_VERSION = 0.1\r
18 DSC_SPECIFICATION = 0x00010005\r
19 OUTPUT_DIRECTORY = Build/IntelFspPkg\r
20 SUPPORTED_ARCHITECTURES = IA32\r
21 BUILD_TARGETS = DEBUG|RELEASE\r
22 SKUID_IDENTIFIER = DEFAULT\r
23\r
24[LibraryClasses]\r
25 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
26 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
27 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
28 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
29 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
30 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
31 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
32 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
33\r
34 # Dummy - test build only\r
35 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
36 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
37 DebugDeviceLib|IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf\r
38\r
39 # FSP override\r
40 DebugLib|IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
41\r
42 # FSP specific lib\r
43 CacheAsRamLib|IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
44 CacheLib|IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf\r
45 FspCommonLib|IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
46 FspPlatformLib|IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
47 FspSwitchStackLib|IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
48\r
49[LibraryClasses.common.PEIM]\r
50 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
51 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
52 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
53 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
54 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
55\r
56 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
57\r
58[Components]\r
59 IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf\r
60 IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf\r
61 IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf\r
62 IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf\r
63 IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf\r
64 IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf\r
65\r
66 IntelFspPkg/FspSecCore/FspSecCore.inf {\r
67 <LibraryClasses>\r
68 NULL|IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf\r
69 }\r
70 IntelFspPkg/FspDxeIpl/FspDxeIpl.inf\r
71\r
72[PcdsFixedAtBuild.common]\r
73 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
74 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046\r
75 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r