]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
MdeModulePkg: Add Capsule PEIM
[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
6# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42\r
43[LibraryClasses]\r
44 HobLib\r
45 BaseMemoryLib\r
46 PeiServicesLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49 PeiServicesTablePointerLib\r
50 PrintLib\r
51\r
52[Guids]\r
53 gEfiCapsuleVendorGuid # ALWAYS_CONSUMED\r
54\r
55\r
56[Ppis]\r
57 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
58 gPeiCapsulePpiGuid # PPI ALWAYS_CONSUMED\r
59\r
60\r
61[Depex]\r
62 gEfiPeiReadOnlyVariable2PpiGuid\r
63\r
64\r