]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.
[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
6# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
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
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = CapsuleLib|DXE_RUNTIME_DRIVER\r
25 CONSTRUCTOR = DxeCapsuleLibConstructor\r
26 CONSTRUCTOR = DxeRuntimeCapsuleLibConstructor\r
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 DxeCapsuleProcessLibNull.c\r
37 DxeCapsuleReportLibNull.c\r
38 DxeCapsuleRuntime.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 MemoryAllocationLib\r
49 DxeServicesTableLib\r
50 UefiBootServicesTableLib\r
51 DevicePathLib\r
52 ReportStatusCodeLib\r
53 PrintLib\r
54 HobLib\r
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
70 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES\r
71 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
72\r
73[Guids]\r
74 gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
75 gWindowsUxCapsuleGuid ## SOMETIMES_CONSUMES ## GUID\r
76 gEfiSystemResourceTableGuid ## SOMETIMES_CONSUMES ## GUID\r
77 gEfiCapsuleReportGuid ## CONSUMES ## Variable\r
78 gEfiCapsuleVendorGuid ## CONSUMES ## Variable\r
79 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
80 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
81\r
82[Depex]\r
83 gEfiVariableWriteArchProtocolGuid\r