]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / FwVolDxe / FwVolDxe.inf
index 21990268987ef563a89293f21dcb1ca3485cd2a5..ad5023756896abb863476d97289fca7b96fbe6e8 100644 (file)
@@ -1,8 +1,10 @@
 ## @file\r
-#  FwVolDxe driver produces Firmware Volume2 protocol with full services\r
+#  FwVolDxe Driver.\r
+#\r
+#  This driver produces Firmware Volume2 protocol with full services\r
 #  (read/write, get/set) based on Firmware Volume Block protocol.\r
 #\r
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are\r
 # licensed and made available under the terms and conditions of the BSD License\r
@@ -17,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FwVolDxe\r
+  MODULE_UNI_FILE                = FwVolDxe.uni\r
   FILE_GUID                      = 233C2592-1CEC-494a-A097-15DC96379777\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -26,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   UefiLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
+  HobLib\r
 \r
 [Guids]\r
-  gEfiFirmwareVolumeTopFileGuid                ## CONSUMES\r
-  gEfiFirmwareFileSystem2Guid                  ## CONSUMES\r
-  gEfiFirmwareFileSystem3Guid                  ## CONSUMES\r
+  gEfiFirmwareVolumeTopFileGuid                ## CONSUMES ## File # VTF file\r
+  gEfiFirmwareFileSystem2Guid                  ## CONSUMES ## GUID # File System Guid\r
+  gEfiFirmwareFileSystem3Guid                  ## CONSUMES ## GUID # File System Guid\r
 \r
 [Protocols]\r
   gEfiSectionExtractionProtocolGuid            ## CONSUMES\r
@@ -67,3 +70,5 @@
 [Depex]\r
   gEfiFirmwareVolumeBlockProtocolGuid AND gEfiSectionExtractionProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FwVolDxeExtra.uni\r