Home | History | Annotate | Download | only in FaultTolerantWriteDxe
      1 // /** @file
      2 // This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module.
      3 //
      4 // It installs FTW protocol and works with SMM FTW module together.
      5 // The FTW protocol will not work after End Of Dxe because it will be not safe to expose
      6 // the related operations in SMM handler in SMM FTW module. You can use the FTW protocol
      7 // before End Of Dxe or use FaultTolerantWriteDxe module instead if you really want to.
      8 //
      9 // Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
     10 //
     11 // This program and the accompanying materials
     12 // are licensed and made available under the terms and conditions of the BSD License
     13 // which accompanies this distribution. The full text of the license may be found at
     14 // http://opensource.org/licenses/bsd-license.php
     15 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     16 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     17 //
     18 // **/
     19 
     20 
     21 #string STR_MODULE_ABSTRACT             #language en-US "The Runtime DXE part corresponding to the SMM Fault Tolerant Write (FTW) module"
     22 
     23 #string STR_MODULE_DESCRIPTION          #language en-US "It installs FTW protocol and works with SMM FTW module together."
     24 
     25