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