]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Add progress bar support
[mirror_edk2.git] / MdeModulePkg / Library / DxeCapsuleLibFmp / DxeRuntimeCapsuleLib.inf
CommitLineData
d2a16030
JY
1## @file\r
2# Capsule library instance for DXE_RUNTIME_DRIVER.\r
3#\r
4# Capsule library instance for DXE_RUNTIME_DRIVER module types.\r
5#\r
1ec2e7d0 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
d2a16030
JY
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeRuntimeCapsuleLib\r
20 MODULE_UNI_FILE = DxeRuntimeCapsuleLib.uni\r
21 FILE_GUID = 19BE1E4B-1A9A-44c1-8F12-32DD0470516A\r
bc83ca81 22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
d2a16030
JY
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = CapsuleLib|DXE_RUNTIME_DRIVER\r
25 CONSTRUCTOR = DxeCapsuleLibConstructor\r
26 CONSTRUCTOR = DxeRuntimeCapsuleLibConstructor\r
96b17e00
HW
27 DESTRUCTOR = DxeCapsuleLibDestructor\r
28 DESTRUCTOR = DxeRuntimeCapsuleLibDestructor\r
d2a16030
JY
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 DxeCapsuleLib.c\r
38 DxeCapsuleProcessLibNull.c\r
39 DxeCapsuleReportLibNull.c\r
40 DxeCapsuleRuntime.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 MemoryAllocationLib\r
51 DxeServicesTableLib\r
52 UefiBootServicesTableLib\r
53 DevicePathLib\r
54 ReportStatusCodeLib\r
55 PrintLib\r
56 HobLib\r
1ec2e7d0 57 BmpSupportLib\r
d2a16030
JY
58\r
59[Pcd]\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleMax ## CONSUMES\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
62\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeSubClassCapsule ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesBegin ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesEnd ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdatingFirmware ## CONSUMES\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareSuccess ## CONSUMES\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareFailed ## CONSUMES\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem ## CONSUMES\r
70\r
71[Protocols]\r
57476106
KM
72 gEsrtManagementProtocolGuid ## CONSUMES\r
73 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
74 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
75 gEdkiiFirmwareManagementProgressProtocolGuid ## SOMETIMES_CONSUMES\r
d2a16030
JY
76\r
77[Guids]\r
78 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
79 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
80 gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID\r
3673214c
LG
81 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"\r
82 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"\r
83 gEfiCapsuleReportGuid\r
84 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
d2a16030
JY
85 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
86 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
87\r
88[Depex]\r
89 gEfiVariableWriteArchProtocolGuid\r