]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
MdeModulePkg: Add ESRT management module.
[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
7# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
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
12# \r
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
15# \r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EsrtDxe\r
21 FILE_GUID = 999BD818-7DF7-4A9A-A502-9B75033E6A0F\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = EsrtDxeEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 EsrtImpl.c\r
34 EsrtDxe.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 BaseMemoryLib\r
43 UefiLib\r
44 PcdLib\r
45 DebugLib\r
46 MemoryAllocationLib\r
47 DxeServicesTableLib\r
48 UefiBootServicesTableLib\r
49 UefiRuntimeServicesTableLib\r
50 PrintLib\r
51\r
52[Guids]\r
53 gEfiSystemResourceTableGuid ## PRODUCES\r
54 gEfiEventReadyToBootGuid ## CONSUMES\r
55\r
56[Protocols]\r
57 gEfiFirmwareManagementProtocolGuid ## SOMETIMES_CONSUMES\r
58 gEsrtManagementProtocolGuid ## PRODUCES\r
59 gEdkiiVariableLockProtocolGuid ## CONSUMES\r
60\r
61[Pcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxFmpEsrtCacheNum ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxNonFmpEsrtCacheNum ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemRebootAfterCapsuleProcessFlag ## CONSUMES\r
65\r
66[Depex]\r
67 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 EsrtDxeExtra.uni\r