]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
03d2bf9282fd0066c3efd4634e7a7aa8b2c63d32
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
1 #/** @file
2 #
3 # CapsuleRuntime module provides capsule runtime services
4 #
5 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = CapsuleRuntimeDxe
19 FILE_GUID = 42857F0A-13F2-4B21-8A23-53D3F714B840
20 MODULE_TYPE = DXE_RUNTIME_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = CapsuleServiceInitialize
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources.common]
31 CapsuleService.h
32 CapsuleService.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 UefiBootServicesTableLib
40 PcdLib
41 DebugLib
42 UefiRuntimeLib
43 UefiDriverEntryPoint
44 CapsuleLib
45
46 [Guids]
47 gEfiCapsuleVendorGuid # SOMETIMES_CONSUMED
48
49 [Protocols]
50 gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
51
52 [FeaturePcd.common]
53 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest
54
55 [FixedPcd.common]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
57 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule
58
59 [Depex]
60 gEfiVariableWriteArchProtocolGuid