]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
Clean up FaultTolerantWriteDxe to remove the duplicated definition.
[mirror_edk2.git] / MdeModulePkg / Universal / FirmwareVolume / FaultTolerantWriteDxe / FtwLite.inf
index 3ec4321071fe7038e7e2c5fcac326fec43fdd778..02e310a07a99da6eb6ee0a0d16700f0804356fba 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Component description file for FtwLite module.\r
+# This driver provides lite fault tolerant capability for write operation on flash devices.\r
+# Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.\r
 #\r
-# This driver provides fault tolerant write capability for block devices.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -11,7 +11,6 @@
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#\r
 #**/\r
 \r
 [Defines]\r
@@ -20,9 +19,6 @@
   FILE_GUID                      = 4C862FC6-0E54-4e36-8C8F-FF6F3167951F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeFtwLite\r
 \r
 #\r
   FtwMisc.c\r
   FtwLite.c\r
   FtwLite.h\r
\r
-[Sources.Ia32]\r
-  Ia32/Ia32FtwMisc.c\r
-\r
-[Sources.X64]\r
-  X64/X64FtwMisc.c\r
-\r
-[Sources.IPF]\r
-  Ipf/IpfFtwMisc.c\r
-\r
-[Sources.EBC]\r
-  Ia32/Ia32FtwMisc.c\r
-\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-\r
-\r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
   PcdLib\r
-  HobLib\r
-\r
+  DevicePathLib\r
+  \r
 [Guids]\r
-  gEfiSystemNvDataFvGuid                        # ALWAYS_CONSUMED\r
+  gEfiSystemNvDataFvGuid                        ## CONSUMED ## FV Signature of Working Space Header\r
 \r
 [Protocols]\r
-  gEfiFirmwareVolumeBlockProtocolGuid           # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiFaultTolerantWriteLiteProtocolGuid        # PROTOCOL ALWAYS_PRODUCED\r
-\r
-[Protocols.IA32]\r
-  gEfiPciRootBridgeIoProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
-\r
-[Protocols.EBC]\r
-  gEfiPciRootBridgeIoProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
-\r
+  gEfiFirmwareVolumeBlockProtocolGuid           ## CONSUMED\r
+  gEfiFaultTolerantWriteLiteProtocolGuid        ## PRODUCED\r
 \r
 [Pcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
@@ -86,4 +60,5 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
 \r
 [Depex]\r
-  gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid\r
+  gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid  ## gEfiAlternateFvBlockGuid specifies FVB protocol with read, write/erase flash access.\r
+  
\ No newline at end of file