]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
41916755daea533fef4322759083c8f9da3af227
[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 - 2017, 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
58 [Pcd]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleMax ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES
61
62 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeSubClassCapsule ## CONSUMES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesBegin ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesEnd ## CONSUMES
65 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdatingFirmware ## CONSUMES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareSuccess ## CONSUMES
67 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareFailed ## CONSUMES
68 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem ## CONSUMES
69
70 [Protocols]
71 gEsrtManagementProtocolGuid ## CONSUMES
72 gEfiFirmwareManagementProtocolGuid ## CONSUMES
73 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
74
75 [Guids]
76 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
77 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
78 gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID
79 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"
80 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"
81 gEfiCapsuleReportGuid
82 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
83 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
84 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
85
86 [Depex]
87 gEfiVariableWriteArchProtocolGuid