]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
Eliminate duplicated file GUID.
[mirror_edk2.git] / IntelFspPkg / FspDxeIpl / FspDxeIpl.inf
CommitLineData
c8ec22a2
JY
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
5ce0e518 17 FILE_GUID = 98C8588C-640A-4bb4-AEA0-3F81CDE17524\r
c8ec22a2
JY
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
c8ec22a2
JY
20 ENTRY_POINT = PeimInitializeDxeIpl\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32\r
26#\r
27\r
28[Sources]\r
29 DxeIpl.h\r
30 DxeIpl.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 IntelFspPkg/IntelFspPkg.dec\r
35\r
36[LibraryClasses]\r
37 PcdLib\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 ExtractGuidedSectionLib\r
41 UefiDecompressLib\r
42 ReportStatusCodeLib\r
43 PeiServicesLib\r
44 HobLib\r
45 BaseLib\r
46 PeimEntryPoint\r
47 DebugLib\r
48 FspSwitchStackLib\r
49 UefiDecompressLib\r
50 FspCommonLib\r
51 FspPlatformLib\r
52\r
53[Ppis]\r
54 gEfiDxeIplPpiGuid ## PRODUCES\r
55 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
56 gEfiPeiDecompressPpiGuid\r
57\r
58[Protocols]\r
59 gEfiPciEnumerationCompleteProtocolGuid # ALWAYS_PRODUCED\r
60\r
61[Guids]\r
62 gEfiEventReadyToBootGuid # ALWAYS_PRODUCED\r
63\r
64[FixedPcd]\r
65 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry\r
66 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry\r
67\r
68[Depex]\r
69 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r