]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / EsrtDxe / EsrtDxe.inf
1 ## @file
2 # Esrt DXE driver that manages cached ESRT repository & publishes ESRT table
3 #
4 # This driver produces EsrtManagement protocol to manage cache ESRT repository for FMP/Non-FMP instances.
5 # ESRT table based on repository is published on gEfiEventReadyToBootGuid.
6 #
7 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EsrtDxe
15 MODULE_UNI_FILE = EsrtDxe.uni
16 FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = EsrtDxeEntryPoint
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 EsrtImpl.h
29 EsrtImpl.c
30 EsrtDxe.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 UefiDriverEntryPoint
38 BaseMemoryLib
39 UefiLib
40 PcdLib
41 DebugLib
42 MemoryAllocationLib
43 DxeServicesTableLib
44 UefiBootServicesTableLib
45 UefiRuntimeServicesTableLib
46
47 [Guids]
48 gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
49 gEfiEventReadyToBootGuid ## CONSUMES ## Event
50
51 [Protocols]
52 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
53 gEsrtManagementProtocolGuid ## PRODUCES
54 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
55
56 [Pcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES
61
62 [Depex]
63 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
64
65 [UserExtensions.TianoCore."ExtraFiles"]
66 EsrtDxeExtra.uni