]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
CapsulePei coalesce need add more sanity check for each Capsule Fragment.
[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
dc204d5a
JY
6# Caution: This module requires additional review when modified.\r
7# This driver will have external input - capsule image.\r
8# This external input must be validated carefully to avoid security issue like\r
9# buffer overflow, integer overflow.\r
10#\r
11# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
da58b0db 12#\r
13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions\r
15# of the BSD License which accompanies this distribution. The\r
16# full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18#\r
19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21#\r
22##\r
23\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
26 BASE_NAME = CapsulePei\r
27 FILE_GUID = C779F6D8-7113-4AA1-9648-EB1633C7D53B\r
28 MODULE_TYPE = PEIM\r
29 VERSION_STRING = 1.0\r
30\r
31 ENTRY_POINT = CapsuleMain\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39[Sources]\r
40 UefiCapsule.c\r
41 Capsule.h\r
ab7017fe 42 Common/CapsuleCoalesce.c \r
da58b0db 43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 HobLib\r
51 BaseMemoryLib\r
52 PeiServicesLib\r
53 PeimEntryPoint\r
54 DebugLib\r
55 PeiServicesTablePointerLib\r
56 PrintLib\r
4e4f13d2 57 ReportStatusCodeLib\r
58\r
59[LibraryClasses.IA32]\r
ab7017fe 60 PeCoffGetEntryPointLib\r
61 PcdLib\r
933d80a1 62 DebugAgentLib\r
da58b0db 63\r
64[Guids]\r
65 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
66\r
da58b0db 67[Ppis]\r
68 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
69 gPeiCapsulePpiGuid # PPI ALWAYS_CONSUMED\r
4e4f13d2 70 \r
71[Ppis.IA32] \r
ab7017fe 72 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
da58b0db 73\r
4e4f13d2 74[Pcd.IA32]\r
ab7017fe 75 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile\r
4e4f13d2 76\r
378175d2
JY
77[Pcd.IA32]\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
79\r
4e4f13d2 80[FeaturePcd.IA32]\r
ab7017fe 81 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
da58b0db 82\r
83[Depex]\r
84 gEfiPeiReadOnlyVariable2PpiGuid\r
85\r
86\r