]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
Add more exact SMM check in SmmFaultTolerantWriteHandler.
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmmDxe.inf
CommitLineData
f3b80a8e 1## @file\r
2# This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module. \r
3# It installs FTW protocol and works with SMM FTW module together.\r
4#\r
5# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = FaultTolerantWriteSmmDxe\r
19 FILE_GUID = 98948C4A-70F2-4035-8E9F-5927493CFC07\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = FaultTolerantWriteSmmInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 FaultTolerantWriteSmmDxe.c\r
32 FaultTolerantWriteSmmDxe.h\r
33 FaultTolerantWriteSmmCommon.h\r
34 \r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib \r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43 DxeServicesTableLib\r
44 UefiDriverEntryPoint\r
45 PcdLib \r
46\r
47[Protocols]\r
48 gEfiFaultTolerantWriteProtocolGuid ## ALWAYS_PRODUCES\r
49 gEfiSmmCommunicationProtocolGuid\r
50 gEfiSmmFaultTolerantWriteProtocolGuid\r
51 gEfiFirmwareVolumeBlockProtocolGuid\r
52 \r
53[Depex]\r
54 gEfiSmmCommunicationProtocolGuid\r