]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsing
[mirror_edk2.git] / IntelFspPkg / FspDxeIpl / FspDxeIpl.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\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 INF_VERSION = 0x00010005\r
16 BASE_NAME = FspDxeIpl\r
17 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20\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\r
58\r
59[Protocols]\r
60 gEfiPciEnumerationCompleteProtocolGuid # ALWAYS_PRODUCED\r
61\r
62[Guids]\r
63 gEfiEventReadyToBootGuid # ALWAYS_PRODUCED\r
64\r
65[FixedPcd]\r
66 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry\r
67 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry\r
68\r
69[Depex]\r
70 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r