]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
573f8cd32b97b9ac19fb6e06bcc28c2c55a0683e
[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, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = EsrtDxe
21 FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = EsrtDxeEntryPoint
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 EsrtImpl.c
34 EsrtDxe.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 UefiDriverEntryPoint
42 BaseMemoryLib
43 UefiLib
44 PcdLib
45 DebugLib
46 MemoryAllocationLib
47 DxeServicesTableLib
48 UefiBootServicesTableLib
49 UefiRuntimeServicesTableLib
50 PrintLib
51
52 [Guids]
53 gEfiSystemResourceTableGuid ## PRODUCES
54 gEfiEventReadyToBootGuid ## CONSUMES
55
56 [Protocols]
57 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
58 gEsrtManagementProtocolGuid ## PRODUCES
59 gEdkiiVariableLockProtocolGuid ## CONSUMES
60
61 [Pcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES
65
66 [Depex]
67 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 EsrtDxeExtra.uni