]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWriteDxe / FaultTolerantWriteSmmDxe.inf
... / ...
CommitLineData
1## @file\r
2# This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module.\r
3#\r
4# It installs FTW protocol and works with SMM FTW module together.\r
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
8#\r
9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = FaultTolerantWriteSmmDxe\r
18 MODULE_UNI_FILE = FaultTolerantWriteSmmDxe.uni\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\r
46[Protocols]\r
47 gEfiFaultTolerantWriteProtocolGuid ## PRODUCES\r
48 gEfiMmCommunication2ProtocolGuid ## CONSUMES\r
49 ## NOTIFY\r
50 ## UNDEFINED # Used to do smm communication\r
51 ## CONSUMES\r
52 gEfiSmmFaultTolerantWriteProtocolGuid\r
53 gEfiFirmwareVolumeBlockProtocolGuid ## CONSUMES\r
54\r
55[Depex]\r
56 gEfiMmCommunication2ProtocolGuid\r
57\r
58[UserExtensions.TianoCore."ExtraFiles"]\r
59 FaultTolerantWriteSmmDxeExtra.uni\r