]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
Add comments for CapsuleRuntimeDxe driver to specify this driver may not full support...
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleRuntimeDxe.inf
1 #/** @file
2 #
3 # Capsule Runtime Driver produces two UEFI capsule runtime services.
4 # (UpdateCapsule, QueryCapsuleCapabilities)
5 # It installs the Capsule Architectural Protocol defined in PI1.0a to signify
6 # the capsule runtime services are ready.
7 #
8 # Copyright (c) 2006 - 2009, 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 # For IPF arch, Capule Services may not work well in runtime. IPF versin Capsule driver
30 # will be implemented if Capsule services need to run in runtime in IPF platform.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 CapsuleService.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 UefiBootServicesTableLib
44 PcdLib
45 DebugLib
46 UefiRuntimeServicesTableLib
47 UefiDriverEntryPoint
48 CapsuleLib
49 UefiRuntimeLib
50
51 [Guids]
52 gEfiCapsuleVendorGuid ## SOMETIMES_PRODUCED (Process across reset capsule image) ## Variable:L"CapsuleUpdateData" for capsule updated data
53
54 [Protocols]
55 gEfiCapsuleArchProtocolGuid ## PRODUCED
56
57 [FeaturePcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset
59
60 [Pcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule
62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule || PcdSupportUpdateCapsuleReset ## Populate Image requires reset support.
63
64 [Depex]
65 gEfiVariableWriteArchProtocolGuid ## Depends on variable write functionality to produce capsule data variable