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