]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / EsrtFmpDxe / EsrtFmpDxe.inf
1 ## @file
2 # Publishes ESRT table from Firmware Management Protocol instances
3 #
4 # Copyright (c) 2016, Microsoft Corporation
5 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # All rights reserved.
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = EsrtFmpDxe
14 MODULE_UNI_FILE = EsrtFmpDxe.uni
15 FILE_GUID = FF626DA9-17EE-4949-A8B8-B10FA0044E9F
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = EsrtFmpEntryPoint
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 EsrtFmp.c
28 EsrtFmpDebugPrint.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 UefiDriverEntryPoint
36 BaseLib
37 BaseMemoryLib
38 MemoryAllocationLib
39 UefiLib
40 UefiBootServicesTableLib
41 DebugLib
42 PcdLib
43
44 [Protocols]
45 gEfiFirmwareManagementProtocolGuid ## CONSUMES
46
47 [Pcd]
48 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES
49
50 [Guids]
51 gEfiSystemResourceTableGuid ## PRODUCES
52
53 [Depex]
54 TRUE
55
56 [UserExtensions.TianoCore."ExtraFiles"]
57 EsrtFmpDxeExtra.uni