]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
MdeModulePkg/Ata/AtaAtapiPassThru: Enable/disable DEVSLP per policy
[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
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
d2a16030
JY
55\r
56[Pcd]\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleMax ## CONSUMES\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
59\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeSubClassCapsule ## CONSUMES\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesBegin ## CONSUMES\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeProcessCapsulesEnd ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdatingFirmware ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareSuccess ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeUpdateFirmwareFailed ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleStatusCodeResettingSystem ## CONSUMES\r
67\r
68[Protocols]\r
69 gEsrtManagementProtocolGuid ## CONSUMES\r
3673214c 70 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
d2a16030
JY
71 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
72\r
73[Guids]\r
74 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
75 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
3673214c
LG
76 ## SOMETIMES_CONSUMES ## Variable:L"CapsuleMax"\r
77 ## SOMETIMES_PRODUCES ## Variable:L"CapsuleMax"\r
78 gEfiCapsuleReportGuid\r
79 gEfiCapsuleVendorGuid ## SOMETIMES_CONSUMES ## Variable:L"CapsuleUpdateData"\r
d2a16030
JY
80 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
81\r
82[Depex]\r
83 gEfiVariableWriteArchProtocolGuid\r