]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXE
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / FwVolDxe / FwVolDxe.inf
CommitLineData
c2df8e13 1## @file\r
f9841f04
SZ
2# FwVolDxe Driver.\r
3#\r
4# This driver produces Firmware Volume2 protocol with full services\r
c2df8e13 5# (read/write, get/set) based on Firmware Volume Block protocol.\r
6#\r
f9841f04 7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
c2df8e13 8#\r
9# This program and the accompanying materials are\r
10# licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = FwVolDxe\r
f9841f04 22 MODULE_UNI_FILE = FwVolDxe.uni\r
c2df8e13 23 FILE_GUID = 233C2592-1CEC-494a-A097-15DC96379777\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = FwVolDriverInit\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 FwVolDriver.h\r
37 FwPadFile.c\r
38 Ffs.c\r
39 FwVolWrite.c\r
40 FwVolRead.c\r
41 FwVolAttrib.c\r
42 FwVol.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49\r
50[LibraryClasses]\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 BaseLib\r
55 UefiLib\r
56 UefiDriverEntryPoint\r
57 DebugLib\r
58\r
59\r
60[Guids]\r
f9841f04
SZ
61 gEfiFirmwareVolumeTopFileGuid ## CONSUMES ## File # VTF file\r
62 gEfiFirmwareFileSystem2Guid ## CONSUMES ## GUID # File System Guid\r
63 gEfiFirmwareFileSystem3Guid ## CONSUMES ## GUID # File System Guid\r
c2df8e13 64\r
65[Protocols]\r
66 gEfiSectionExtractionProtocolGuid ## CONSUMES\r
67 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
68 gEfiFirmwareVolume2ProtocolGuid ## PRODUCES\r
69\r
70[Depex]\r
71 gEfiFirmwareVolumeBlockProtocolGuid AND gEfiSectionExtractionProtocolGuid\r
72\r
f9841f04
SZ
73[UserExtensions.TianoCore."ExtraFiles"]\r
74 FwVolDxeExtra.uni\r