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