]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / IntelFspPkg / FspDxeIpl / FspDxeIpl.inf
... / ...
CommitLineData
1## @file\r
2# PEIM for DXE IPL\r
3#\r
4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = FspDxeIpl\r
18 FILE_GUID = 98C8588C-640A-4bb4-AEA0-3F81CDE17524\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = PeimInitializeDxeIpl\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32\r
27#\r
28\r
29[Sources]\r
30 DxeIpl.h\r
31 DxeIpl.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFspPkg/IntelFspPkg.dec\r
36\r
37[LibraryClasses]\r
38 PcdLib\r
39 MemoryAllocationLib\r
40 BaseMemoryLib\r
41 ExtractGuidedSectionLib\r
42 UefiDecompressLib\r
43 ReportStatusCodeLib\r
44 PeiServicesLib\r
45 HobLib\r
46 BaseLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49 FspSwitchStackLib\r
50 UefiDecompressLib\r
51 FspCommonLib\r
52 FspPlatformLib\r
53\r
54[Ppis]\r
55 gEfiDxeIplPpiGuid ## PRODUCES\r
56 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
57 gEfiPeiDecompressPpiGuid ## CONSUMES\r
58\r
59[Protocols]\r
60 gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES\r
61\r
62[Guids]\r
63 gEfiEventReadyToBootGuid ## PRODUCES ## Event\r
64\r
65[FixedPcd]\r
66 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES \r
67 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES \r
68\r
69[Depex]\r
70 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r