]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
88440c8588081be7fa0feb0f8b46899b1ad5a501
[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.h
34 EsrtImpl.c
35 EsrtDxe.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 UefiDriverEntryPoint
43 BaseMemoryLib
44 UefiLib
45 PcdLib
46 DebugLib
47 MemoryAllocationLib
48 DxeServicesTableLib
49 UefiBootServicesTableLib
50 UefiRuntimeServicesTableLib
51 PrintLib
52
53 [Guids]
54 gEfiSystemResourceTableGuid ## PRODUCES ## SystemTable
55 gEfiEventReadyToBootGuid ## CONSUMES ## Event
56
57 [Protocols]
58 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES
59 gEsrtManagementProtocolGuid ## PRODUCES
60 gEdkiiVariableLockProtocolGuid ## CONSUMES
61
62 [Pcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES
65 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES
66
67 [Depex]
68 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
69
70 [UserExtensions.TianoCore."ExtraFiles"]
71 EsrtDxeExtra.uni