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