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