]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
MdeModulePkg: Add the alignment check for FTW spare area address and length, and...
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteDxe.inf
index 137695916387695b57e336eca190e0cbdf3011e8..f4576447db20d4c1a6cd4e12f23833080c7c5d85 100644 (file)
@@ -3,7 +3,7 @@
 # which provides fault tolerant write capability for block devices.\r
 # Its implementation depends on the full functionality FVB protocol that support read, write/erase flash access.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -20,7 +20,7 @@
   FILE_GUID                      = FE5CEA76-4F72-49e8-986F-2CD899DFFE5D\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = InitializeFaultTolerantWrite\r
+  ENTRY_POINT                    = FaultTolerantWriteInitialize\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
@@ -32,6 +32,7 @@
   FtwMisc.c\r
   UpdateWorkingBlock.c\r
   FaultTolerantWrite.c\r
+  FaultTolerantWriteDxe.c\r
   FaultTolerantWrite.h\r
 \r
 [Packages]\r
   UefiDriverEntryPoint\r
   DebugLib\r
   UefiLib\r
+  PcdLib\r
+  ReportStatusCodeLib\r
 \r
 [Guids]\r
-  gEfiSystemNvDataFvGuid                        ## CONSUMES ## FV Signature of Working Space Header\r
+  gEdkiiWorkingBlockSignatureGuid               ## CONSUMES ## FV Signature of Working Space Header\r
 \r
 [Protocols]\r
-  gEfiSwapAddressRangeProtocolGuid     | PcdFullFtwServiceEnable          ## CONSUMES\r
+  gEfiSwapAddressRangeProtocolGuid     | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable          ## CONSUMES\r
   gEfiFirmwareVolumeBlockProtocolGuid           ## CONSUMES\r
   gEfiFaultTolerantWriteProtocolGuid            ## PRODUCES\r
 \r