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