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