]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
Add comment for modules which have external input.
[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
da58b0db 62\r
63[Guids]\r
64 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
65\r
da58b0db 66[Ppis]\r
67 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
68 gPeiCapsulePpiGuid # PPI ALWAYS_CONSUMED\r
4e4f13d2 69 \r
70[Ppis.IA32] \r
ab7017fe 71 gEfiPeiLoadFilePpiGuid # PPI ALWAYS_CONSUMED\r
da58b0db 72\r
4e4f13d2 73[Pcd.IA32]\r
ab7017fe 74 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleCoalesceFile\r
4e4f13d2 75\r
378175d2
JY
76[Pcd.IA32]\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
78\r
4e4f13d2 79[FeaturePcd.IA32]\r
ab7017fe 80 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
da58b0db 81\r
82[Depex]\r
83 gEfiPeiReadOnlyVariable2PpiGuid\r
84\r
85\r