]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
b1ee94db69111b5695d3c0b2a317668fc165bebf
[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 EDK_RELEASE_VERSION = 0x00020000
23 EFI_SPECIFICATION_VERSION = 0x00020000
24
25 ENTRY_POINT = CapsuleServiceInitialize
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 CapsuleService.h
35 CapsuleService.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 PcdLib
44 DebugLib
45 UefiRuntimeLib
46 UefiDriverEntryPoint
47 CapsuleLib
48
49 [Guids]
50 gEfiCapsuleVendorGuid # SOMETIMES_CONSUMED
51
52 [Protocols]
53 gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
54
55 [FeaturePcd.common]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest
57
58 [FixedPcd.common]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
60 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule
61
62 [Depex]
63 gEfiVariableWriteArchProtocolGuid