]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
Add more security check for CommBuffer+CommBufferSize.
[mirror_edk2.git] / MdeModulePkg / Universal / LockBox / SmmLockBox / SmmLockBox.inf
1 ## @file
2 # Component description file for LockBox SMM driver.
3 #
4 # Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
5 #
6 # Caution: This module requires additional review when modified.
7 # This driver will have external input - communicate buffer in SMM mode.
8 # This external input must be validated carefully to avoid security issue like
9 # buffer overflow, integer overflow.
10 #
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions
13 # of the BSD License which accompanies this distribution. The
14 # full text of the license may be found at
15 # http://opensource.org/licenses/bsd-license.php
16 #
17 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = SmmLockBox
25 FILE_GUID = 33FB3535-F15E-4c17-B303-5EB94595ECB6
26 MODULE_TYPE = DXE_SMM_DRIVER
27 VERSION_STRING = 1.0
28 PI_SPECIFICATION_VERSION = 0x0001000A
29 ENTRY_POINT = SmmLockBoxEntryPoint
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64
35 #
36
37 [Sources]
38 SmmLockBox.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 UefiDriverEntryPoint
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 SmmServicesTableLib
49 BaseLib
50 BaseMemoryLib
51 DebugLib
52 LockBoxLib
53
54 [Guids]
55 gEfiSmmLockBoxCommunicationGuid ## PRODUCED
56
57 [Protocols]
58 gEfiSmmReadyToLockProtocolGuid ## CONSUMED
59 gEfiSmmAccess2ProtocolGuid ## CONSUMED
60 gEfiLockBoxProtocolGuid ## PRODUCED
61
62 [Depex]
63 gEfiSmmSwDispatch2ProtocolGuid
64