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