]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
MdeModulePkg/FaultTolerantWriteDxe: factor out boot service accesses
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmmDxe.inf
CommitLineData
f3b80a8e 1## @file\r
6036e94d
SZ
2# This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module.\r
3#\r
f3b80a8e 4# It installs FTW protocol and works with SMM FTW module together.\r
f07268bd
SZ
5# The FTW protocol will not work after End Of Dxe because it will be not safe to expose\r
6# the related operations in SMM handler in SMM FTW module. You can use the FTW protocol\r
7# before End Of Dxe or use FaultTolerantWriteDxe module instead if you really want to.\r
f3b80a8e 8#\r
d1102dba 9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
f3b80a8e 10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = FaultTolerantWriteSmmDxe\r
6036e94d 23 MODULE_UNI_FILE = FaultTolerantWriteSmmDxe.uni\r
f3b80a8e 24 FILE_GUID = 98948C4A-70F2-4035-8E9F-5927493CFC07\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = FaultTolerantWriteSmmInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources]\r
36 FaultTolerantWriteSmmDxe.c\r
37 FaultTolerantWriteSmmDxe.h\r
38 FaultTolerantWriteSmmCommon.h\r
d1102dba 39\r
f3b80a8e 40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
d1102dba 45 BaseLib\r
f3b80a8e 46 UefiBootServicesTableLib\r
47 DebugLib\r
48 DxeServicesTableLib\r
49 UefiDriverEntryPoint\r
f3b80a8e 50\r
51[Protocols]\r
6036e94d
SZ
52 gEfiFaultTolerantWriteProtocolGuid ## PRODUCES\r
53 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
54 ## NOTIFY\r
55 ## UNDEFINED # Used to do smm communication\r
56 ## CONSUMES\r
f3b80a8e 57 gEfiSmmFaultTolerantWriteProtocolGuid\r
6036e94d 58 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
d1102dba 59\r
f3b80a8e 60[Depex]\r
61 gEfiSmmCommunicationProtocolGuid\r
6036e94d
SZ
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 FaultTolerantWriteSmmDxeExtra.uni\r