]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTcgPhysicalPresenceStorageLib/DxeTcgPhysicalPresenceStorageLib.inf
MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceStorageLib / DxeTcgPhysicalPresenceStorageLib.inf
CommitLineData
b54946e0
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 = DxeTcgPhysicalPresenceStorageLib\r
17 MODULE_UNI_FILE = DxeTcgPhysicalPresenceStorageLib.uni\r
18 FILE_GUID = 51924AE9-BE81-4820-94BA-7C9546E702D0\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = TcgPhysicalPresenceStorageLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER\r
22 CONSTRUCTOR = TcgPhysicalPresenceStorageLibConstructor\r
23 DESTRUCTOR = TcgPhysicalPresenceStorageLibDestructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 DxeTcgPhysicalPresenceStorageLib.c\r
33 DxeTcgPhysicalPresenceStorageLibStrings.uni\r
34 DxeTcg2PhysicalPresenceStorage.c\r
35 DxeTcg2PhysicalPresenceStorage.h\r
36 DxeTcgPhysicalPresenceStorage.c\r
37 DxeTcgPhysicalPresenceStorage.h\r
38 DxeTcgPhysicalPresenceStorageLibInternal.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 SecurityPkg/SecurityPkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 UefiRuntimeServicesTableLib\r
51 BaseMemoryLib\r
52 DebugLib\r
53 PrintLib\r
54 HiiLib\r
55 HobLib\r
56\r
57[Guids]\r
58 gEfiTcgPhysicalPresenceStorageGuid ## SOMETIMES_CONSUMES ## HII\r
59 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_CONSUMES\r
60 gEfiPhysicalPresenceGuid ## SOMETIMES_CONSUMES\r
61 gEfiTcg2PhysicalPresenceGuid ## SOMETIMES_CONSUMES\r
62\r
63[Pcd]\r
64 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r
65\r
66[Protocols]\r
67 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES\r