]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
5addb491180874d9089a8f7dabeb7c9f42e49cba
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
1 #/** @file
2 #
3 # Capsule Runtime Drivers produces two UEFI capsule runtime services.
4 # (UpdateCapsule, QueryCapsuleCapabilities)
5 # It installs the Capsule Architectural Protocol (EDKII definition) to signify
6 # the capsule runtime services are ready.
7 #
8 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The 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 = CapsuleRuntimeDxe
22 FILE_GUID = 42857F0A-13F2-4B21-8A23-53D3F714B840
23 MODULE_TYPE = DXE_RUNTIME_DRIVER
24 VERSION_STRING = 1.0
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.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 UefiBootServicesTableLib
42 PcdLib
43 DebugLib
44 UefiRuntimeServicesTableLib
45 UefiDriverEntryPoint
46 CapsuleLib
47 UefiRuntimeLib
48
49 [Guids]
50 gEfiCapsuleVendorGuid # Produce variable L"CapsuleUpdateData" for capsule updated data
51
52 [Protocols]
53 gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
54
55 [FeaturePcd]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset
57
58 [FixedPcd]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
60 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule
61
62 [Depex]
63 gEfiVariableWriteArchProtocolGuid # Depends on variable write functionality to produce capsule data variable