]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/SmmTcgPhysicalPresenceStorageLib/SmmTcgPhysicalPresenceStorageLib.inf
SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib.
[mirror_edk2.git] / SecurityPkg / Library / SmmTcgPhysicalPresenceStorageLib / SmmTcgPhysicalPresenceStorageLib.inf
1 ## @file
2 # Tcg PP storage library instance that does support any storage specific PPI.
3 #
4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = SmmTcgPhysicalPresenceStorageLib
17 MODULE_UNI_FILE = SmmTcgPhysicalPresenceStorageLib.uni
18 FILE_GUID = BC66DA00-E4CF-4E61-9000-E636856F8881
19 MODULE_TYPE = DXE_SMM_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = TcgPhysicalPresenceStorageLib|DXE_SMM_DRIVER
22 CONSTRUCTOR = TcgPhysicalPresenceStorageLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 SmmTcgPhysicalPresenceStorageLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 SecurityPkg/SecurityPkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 DebugLib
40 SmmServicesTableLib
41
42 [Guids]
43 gEfiTcgPhysicalPresenceStorageGuid ## SOMETIMES_CONSUMES ## HII
44
45 [Depex]
46 gEfiSmmVariableProtocolGuid