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