]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
MdeModulePkg: Clean up source files
[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
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
52 PrintLib\r
53\r
54[Guids]\r
a3ac2587
CZ
55 gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable\r
56 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
acd32208
CZ
57\r
58[Protocols]\r
59 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEsrtManagementProtocolGuid ## PRODUCES\r
3673214c 61 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r
acd32208
CZ
62\r
63[Pcd]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
ab3aac14 67 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES\r
acd32208
CZ
68\r
69[Depex]\r
70 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
71\r
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 EsrtDxeExtra.uni\r