]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / DxeCapsuleLibFmp / DxeCapsuleLib.inf
CommitLineData
d2a16030
JY
1## @file\r
2# Capsule library instance for DXE_DRIVER.\r
3#\r
4# Capsule library instance for DXE_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 = DxeCapsuleLib\r
20 MODULE_UNI_FILE = DxeCapsuleLib.uni\r
21 FILE_GUID = 534E35DE-8EB3-47b3-A4E0-72A571E50733\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = CapsuleLib|DXE_DRIVER UEFI_APPLICATION\r
25 CONSTRUCTOR = DxeCapsuleLibConstructor\r
96b17e00 26 DESTRUCTOR = DxeCapsuleLibDestructor\r
d2a16030
JY
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
de005223 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
d2a16030
JY
32#\r
33\r
34[Sources]\r
35 DxeCapsuleLib.c\r
36 DxeCapsuleProcessLib.c\r
37 DxeCapsuleReportLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 MemoryAllocationLib\r
48 DxeServicesTableLib\r
49 UefiBootServicesTableLib\r
50 DevicePathLib\r
51 ReportStatusCodeLib\r
52 PrintLib\r
53 HobLib\r
1ec2e7d0 54 BmpSupportLib\r
57476106 55 DisplayUpdateProgressLib\r
d2a16030
JY
56\r
57[Pcd]\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleMax ## CONSUMES\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
60\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeSubClassCapsule ## CONSUMES\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesBegin ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesEnd ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdatingFirmware ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareSuccess ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareFailed ## CONSUMES\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem ## CONSUMES\r
68\r
69[Protocols]\r
57476106
KM
70 gEsrtManagementProtocolGuid ## CONSUMES\r
71 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
72 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
73 gEdkiiFirmwareManagementProgressProtocolGuid ## SOMETIMES_CONSUMES\r
d2a16030
JY
74\r
75[Guids]\r
76 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
77 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
3673214c
LG
78 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"\r
79 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"\r
80 gEfiCapsuleReportGuid\r
81 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
d2a16030
JY
82 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
83\r
84[Depex]\r
85 gEfiVariableWriteArchProtocolGuid\r