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