]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDs
[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
de005223 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
d2a16030
JY
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 58\r
d2a16030
JY
59\r
60[Protocols]\r
57476106
KM
61 gEsrtManagementProtocolGuid ## CONSUMES\r
62 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
63 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
64 gEdkiiFirmwareManagementProgressProtocolGuid ## SOMETIMES_CONSUMES\r
d2a16030
JY
65\r
66[Guids]\r
67 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
68 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
69 gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID\r
3673214c
LG
70 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"\r
71 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"\r
72 gEfiCapsuleReportGuid\r
73 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
d2a16030
JY
74 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
75 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
76\r
77[Depex]\r
78 gEfiVariableWriteArchProtocolGuid\r