]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
MdeModulePkg: Fix coding style issues
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmmDxe.inf
index 35aff05969bcad5411572b070f04882dc10145cf..df1e8dbcdb0e1609de7e1a21016fc77c55bf701b 100644 (file)
@@ -1,8 +1,12 @@
 ## @file\r
-# This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module. \r
+# This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module.\r
+#\r
 # It installs FTW protocol and works with SMM FTW module together.\r
+# The FTW protocol will not work after End Of Dxe because it will be not safe to expose\r
+# the related operations in SMM handler in SMM FTW module. You can use the FTW protocol\r
+# before End Of Dxe or use FaultTolerantWriteDxe module instead if you really want to.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 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
@@ -16,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FaultTolerantWriteSmmDxe\r
+  MODULE_UNI_FILE                = FaultTolerantWriteSmmDxe.uni\r
   FILE_GUID                      = 98948C4A-70F2-4035-8E9F-5927493CFC07\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   FaultTolerantWriteSmmDxe.c\r
   FaultTolerantWriteSmmDxe.h\r
   FaultTolerantWriteSmmCommon.h\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  BaseLib  \r
+  BaseLib\r
   UefiBootServicesTableLib\r
   DebugLib\r
   DxeServicesTableLib\r
   UefiDriverEntryPoint\r
-  PcdLib  \r
 \r
 [Protocols]\r
-  gEfiFaultTolerantWriteProtocolGuid           ## ALWAYS_PRODUCES\r
-  gEfiSmmCommunicationProtocolGuid\r
+  gEfiFaultTolerantWriteProtocolGuid            ## PRODUCES\r
+  gEfiSmmCommunicationProtocolGuid              ## CONSUMES\r
+  ## NOTIFY\r
+  ## UNDEFINED # Used to do smm communication\r
+  ## CONSUMES\r
   gEfiSmmFaultTolerantWriteProtocolGuid\r
-  gEfiFirmwareVolumeBlockProtocolGuid\r
-   \r
+  gEfiFirmwareVolumeBlockProtocolGuid           ## CONSUMES\r
+\r
 [Depex]\r
   gEfiSmmCommunicationProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FaultTolerantWriteSmmDxeExtra.uni\r