]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
Update license statement
[mirror_edk2.git] / MdeModulePkg / Universal / LockBox / SmmLockBox / SmmLockBox.inf
CommitLineData
1c837cd5 1## @file\r
2# Component description file for LockBox SMM driver.\r
3#\r
32177f69
JY
4# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# Caution: This module requires additional review when modified.\r
7# This driver will have external input - communicate buffer in SMM mode.\r
8# This external input must be validated carefully to avoid security issue like\r
9# buffer overflow, integer overflow.\r
1c837cd5 10#\r
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
25 FILE_GUID = 33FB3535-F15E-4c17-B303-5EB94595ECB6\r
26 MODULE_TYPE = DXE_SMM_DRIVER\r
27 VERSION_STRING = 1.0\r
28 PI_SPECIFICATION_VERSION = 0x0001000A\r
29 ENTRY_POINT = SmmLockBoxEntryPoint\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 \r
35#\r
36\r
37[Sources]\r
38 SmmLockBox.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeServicesTableLib\r
48 SmmServicesTableLib\r
49 BaseLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52 LockBoxLib\r
53\r
54[Guids]\r
55 gEfiSmmLockBoxCommunicationGuid ## PRODUCED\r
56\r
57[Protocols]\r
58 gEfiSmmReadyToLockProtocolGuid ## CONSUMED\r
59 gEfiSmmAccess2ProtocolGuid ## CONSUMED\r
60 gEfiLockBoxProtocolGuid ## PRODUCED\r
61\r
62[Depex]\r
63 gEfiSmmSwDispatch2ProtocolGuid\r
64\r