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