]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs
[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 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
60 [Protocols]
61 gEsrtManagementProtocolGuid ## CONSUMES
62 gEfiFirmwareManagementProtocolGuid ## CONSUMES
63 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
64 gEdkiiFirmwareManagementProgressProtocolGuid ## SOMETIMES_CONSUMES
65
66 [Guids]
67 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
68 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID
69 gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID
70 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"
71 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"
72 gEfiCapsuleReportGuid
73 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"
74 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event
75 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
76
77 [Depex]
78 gEfiVariableWriteArchProtocolGuid