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