]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / LockBox / SmmLockBox / SmmLockBox.inf
1 ## @file
2 # LockBox SMM driver.
3 #
4 # Caution: This module requires additional review when modified.
5 # This driver will have external input - communicate buffer in SMM mode.
6 # This external input must be validated carefully to avoid security issue like
7 # buffer overflow, integer overflow.
8 #
9 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SmmLockBox
18 MODULE_UNI_FILE = SmmLockBox.uni
19 FILE_GUID = 33FB3535-F15E-4c17-B303-5EB94595ECB6
20 MODULE_TYPE = DXE_SMM_DRIVER
21 VERSION_STRING = 1.0
22 PI_SPECIFICATION_VERSION = 0x0001000A
23 ENTRY_POINT = SmmLockBoxEntryPoint
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64
29 #
30
31 [Sources]
32 SmmLockBox.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 UefiDriverEntryPoint
40 UefiBootServicesTableLib
41 SmmServicesTableLib
42 BaseLib
43 BaseMemoryLib
44 DebugLib
45 LockBoxLib
46 SmmMemLib
47
48 [Guids]
49 gEfiSmmLockBoxCommunicationGuid ## PRODUCES ## GUID # SmiHandlerRegister
50
51 [Protocols]
52 gEfiSmmReadyToLockProtocolGuid ## NOTIFY
53 gEfiLockBoxProtocolGuid ## PRODUCES
54
55 [Depex]
56 TRUE
57
58 [UserExtensions.TianoCore."ExtraFiles"]
59 SmmLockBoxExtra.uni