]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
MdeModulePkg: Add a PEIM to install Debug PPI
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmm.inf
index b9177cd29b20d6889c1aeb491c499680ab4b29b5..1653365bc247f39966d48c9984a33a737fcba0c4 100644 (file)
@@ -1,12 +1,12 @@
 ## @file\r
 #   Fault Tolerant Write Smm Driver.\r
 #\r
-#   This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault \r
-#   tolerant write capability in SMM environment for block devices. Its implementation \r
-#   depends on the full functionality SMM FVB protocol that support read, write/erase \r
+#   This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault\r
+#   tolerant write capability in SMM environment for block devices. Its implementation\r
+#   depends on the full functionality SMM FVB protocol that support read, write/erase\r
 #   flash access.\r
 #\r
-# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, 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
@@ -37,6 +37,7 @@
   FtwMisc.c\r
   UpdateWorkingBlock.c\r
   FaultTolerantWrite.c\r
+  FaultTolerantWriteTraditionalMm.c\r
   FaultTolerantWriteSmm.c\r
   FaultTolerantWrite.h\r
   FaultTolerantWriteSmmCommon.h\r
@@ -46,7 +47,7 @@
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  SmmServicesTableLib\r
+  MmServicesTableLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
   UefiDriverEntryPoint\r
@@ -55,6 +56,7 @@
   PcdLib\r
   ReportStatusCodeLib\r
   SmmMemLib\r
+  BaseLib\r
 \r
 [Guids]\r
   #\r
@@ -72,8 +74,7 @@
   ## PRODUCES\r
   ## UNDEFINED # SmiHandlerRegister\r
   gEfiSmmFaultTolerantWriteProtocolGuid\r
-  gEfiSmmAccess2ProtocolGuid                       ## CONSUMES\r
-  gEfiSmmEndOfDxeProtocolGuid                      ## CONSUMES\r
+  gEfiMmEndOfDxeProtocolGuid                      ## CONSUMES\r
 \r
 [FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable    ## CONSUMES\r