]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers...
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsulePei.inf
CommitLineData
da58b0db 1## @file\r
2# Component description file for Capsule module.\r
3#\r
4# Capsule update module supports EFI and UEFI.\r
5#\r
ab7017fe 6# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
da58b0db 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions\r
10# of the BSD License which accompanies this distribution. The\r
11# full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = CapsulePei\r
22 FILE_GUID = C779F6D8-7113-4AA1-9648-EB1633C7D53B\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = CapsuleMain\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 UefiCapsule.c\r
36 Capsule.h\r
ab7017fe 37 Common/CapsuleCoalesce.c \r
da58b0db 38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 HobLib\r
46 BaseMemoryLib\r
47 PeiServicesLib\r
48 PeimEntryPoint\r
49 DebugLib\r
50 PeiServicesTablePointerLib\r
51 PrintLib\r
ab7017fe 52 PeCoffLib\r
53 PeCoffGetEntryPointLib\r
54 PcdLib\r
55 ReportStatusCodeLib\r
da58b0db 56\r
57[Guids]\r
58 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
59\r
60\r
61[Ppis]\r
62 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
63 gPeiCapsulePpiGuid # PPI ALWAYS_CONSUMED\r
ab7017fe 64 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
da58b0db 65\r
ab7017fe 66[Pcd]\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
da58b0db 69\r
70[Depex]\r
71 gEfiPeiReadOnlyVariable2PpiGuid\r
72\r
73\r