]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / EsrtDxe / EsrtDxe.inf
CommitLineData
acd32208
CZ
1## @file\r
2# Esrt DXE driver that manages cached ESRT repository & publishes ESRT table\r
3#\r
4# This driver produces EsrtManagement protocol to manage cache ESRT repository for FMP/Non-FMP instances.\r
5# ESRT table based on repository is published on gEfiEventReadyToBootGuid.\r
6#\r
d1102dba 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
acd32208
CZ
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
d1102dba 12#\r
acd32208
CZ
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 15#\r
acd32208
CZ
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EsrtDxe\r
d6a55a12 21 MODULE_UNI_FILE = EsrtDxe.uni\r
acd32208
CZ
22 FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = EsrtDxeEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
acd32208
CZ
31#\r
32\r
33[Sources]\r
a3ac2587 34 EsrtImpl.h\r
acd32208
CZ
35 EsrtImpl.c\r
36 EsrtDxe.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 BaseMemoryLib\r
45 UefiLib\r
46 PcdLib\r
47 DebugLib\r
48 MemoryAllocationLib\r
49 DxeServicesTableLib\r
50 UefiBootServicesTableLib\r
51 UefiRuntimeServicesTableLib\r
acd32208
CZ
52\r
53[Guids]\r
a3ac2587
CZ
54 gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable\r
55 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
acd32208
CZ
56\r
57[Protocols]\r
58 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEsrtManagementProtocolGuid ## PRODUCES\r
3673214c 60 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
acd32208
CZ
61\r
62[Pcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
ab3aac14 66 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES\r
acd32208
CZ
67\r
68[Depex]\r
69 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 EsrtDxeExtra.uni\r