]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d 9# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
e8c758dc 10#\r
1c837cd5 11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions\r
13# of the BSD License which accompanies this distribution. The\r
14# full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16#\r
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = SmmLockBox\r
6036e94d 25 MODULE_UNI_FILE = SmmLockBox.uni\r
1c837cd5 26 FILE_GUID = 33FB3535-F15E-4c17-B303-5EB94595ECB6\r
27 MODULE_TYPE = DXE_SMM_DRIVER\r
28 VERSION_STRING = 1.0\r
29 PI_SPECIFICATION_VERSION = 0x0001000A\r
30 ENTRY_POINT = SmmLockBoxEntryPoint\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 \r
36#\r
37\r
38[Sources]\r
39 SmmLockBox.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
1c837cd5 48 SmmServicesTableLib\r
49 BaseLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52 LockBoxLib\r
53\r
54[Guids]\r
6036e94d 55 gEfiSmmLockBoxCommunicationGuid ## PRODUCES ## GUID # SmiHandlerRegister\r
1c837cd5 56\r
57[Protocols]\r
6036e94d
SZ
58 gEfiSmmReadyToLockProtocolGuid ## NOTIFY\r
59 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
60 gEfiLockBoxProtocolGuid ## PRODUCES\r
1c837cd5 61\r
62[Depex]\r
060853f7 63 TRUE\r
6036e94d
SZ
64\r
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 SmmLockBoxExtra.uni\r