]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
MdeModulePkg/EsrtFmpDxe: Add EsrtFmpDxe module
[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
8# Redistribution and use in source and binary forms, with or without\r
9# modification, are permitted provided that the following conditions are met:\r
10# 1. Redistributions of source code must retain the above copyright notice,\r
11# this list of conditions and the following disclaimer.\r
12# 2. Redistributions in binary form must reproduce the above copyright notice,\r
13# this list of conditions and the following disclaimer in the documentation\r
14# and/or other materials provided with the distribution.\r
15#\r
16# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
17# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
18# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
19# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
20# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
21# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
22# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
23# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
24# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
25# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
26##\r
27\r
28[Defines]\r
29 INF_VERSION = 0x00010005\r
30 BASE_NAME = EsrtFmpDxe\r
31 MODULE_UNI_FILE = EsrtFmpDxe.uni\r
32 FILE_GUID = FF626DA9-17EE-4949-A8B8-B10FA0044E9F\r
33 MODULE_TYPE = DXE_DRIVER\r
34 VERSION_STRING = 1.0\r
35 ENTRY_POINT = EsrtFmpEntryPoint\r
36\r
37#\r
38# The following information is for reference only and not required by the build tools.\r
39#\r
40# VALID_ARCHITECTURES = IA32 X64\r
41#\r
42\r
43[Sources]\r
44 EsrtFmp.c\r
45 EsrtFmpDebugPrint.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
51[LibraryClasses]\r
52 UefiDriverEntryPoint\r
53 BaseLib\r
54 BaseMemoryLib\r
55 MemoryAllocationLib\r
56 UefiLib\r
57 UefiBootServicesTableLib\r
58 DebugLib\r
59 PcdLib\r
60\r
61[Protocols]\r
62 gEfiFirmwareManagementProtocolGuid ## CONSUMES\r
63\r
64[Pcd]\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid ## CONSUMES\r
66\r
67[Guids]\r
68 gEfiSystemResourceTableGuid ## PRODUCES\r
69\r
70[Depex]\r
71 TRUE\r
72\r
73[UserExtensions.TianoCore."ExtraFiles"]\r
74 EsrtFmpDxeExtra.uni\r