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