]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
Add PCD for 1G page table
[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
4e4f13d2 52 ReportStatusCodeLib\r
53\r
54[LibraryClasses.IA32]\r
ab7017fe 55 PeCoffGetEntryPointLib\r
56 PcdLib\r
da58b0db 57\r
58[Guids]\r
59 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
60\r
da58b0db 61[Ppis]\r
62 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
63 gPeiCapsulePpiGuid # PPI ALWAYS_CONSUMED\r
4e4f13d2 64 \r
65[Ppis.IA32] \r
ab7017fe 66 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
da58b0db 67\r
4e4f13d2 68[Pcd.IA32]\r
ab7017fe 69 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile\r
4e4f13d2 70\r
378175d2
JY
71[Pcd.IA32]\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
73\r
4e4f13d2 74[FeaturePcd.IA32]\r
ab7017fe 75 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
da58b0db 76\r
77[Depex]\r
78 gEfiPeiReadOnlyVariable2PpiGuid\r
79\r
80\r