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