]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
9d510e61 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
f3b80a8e 12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = FaultTolerantWriteSmmDxe\r
6036e94d 18 MODULE_UNI_FILE = FaultTolerantWriteSmmDxe.uni\r
f3b80a8e 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
d1102dba 34\r
f3b80a8e 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
d1102dba 40 BaseLib\r
f3b80a8e 41 UefiBootServicesTableLib\r
42 DebugLib\r
43 DxeServicesTableLib\r
44 UefiDriverEntryPoint\r
f3b80a8e 45\r
46[Protocols]\r
6036e94d 47 gEfiFaultTolerantWriteProtocolGuid ## PRODUCES\r
fa37a846 48 gEfiMmCommunication2ProtocolGuid ## CONSUMES\r
6036e94d
SZ
49 ## NOTIFY\r
50 ## UNDEFINED # Used to do smm communication\r
51 ## CONSUMES\r
f3b80a8e 52 gEfiSmmFaultTolerantWriteProtocolGuid\r
6036e94d 53 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
d1102dba 54\r
f3b80a8e 55[Depex]\r
fa37a846 56 gEfiMmCommunication2ProtocolGuid\r
6036e94d
SZ
57\r
58[UserExtensions.TianoCore."ExtraFiles"]\r
59 FaultTolerantWriteSmmDxeExtra.uni\r