]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmmDxe.inf
index a0dda0588b258a28b25e63a2e0d8ad1d14966f23..82dd36c3203c5c700072b155382e0dce7a0ac7fa 100644 (file)
@@ -1,11 +1,12 @@
 ## @file\r
-# This module is the 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 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2014, 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
@@ -19,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
   UefiDriverEntryPoint\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
+  gEfiFirmwareVolumeBlockProtocolGuid           ## CONSUMES\r
    \r
 [Depex]\r
   gEfiSmmCommunicationProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FaultTolerantWriteSmmDxeExtra.uni\r