]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
SecurityPkg: Introduce new PCD PcdRandomizePlatformHierarchy
[mirror_edk2.git] / SecurityPkg / Library / PeiDxeTpmPlatformHierarchyLib / PeiDxeTpmPlatformHierarchyLib.inf
1 ## @file
2 # TPM Platform Hierarchy configuration library.
3 #
4 # This library provides functions for customizing the TPM's Platform Hierarchy
5 # Authorization Value (platformAuth) and Platform Hierarchy Authorization
6 # Policy (platformPolicy) can be defined through this function.
7 #
8 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
9 # Copyright (c) Microsoft Corporation.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ###
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PeiDxeTpmPlatformHierarchyLib
18 FILE_GUID = 7794F92C-4E8E-4E57-9E4A-49A0764C7D73
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = TpmPlatformHierarchyLib|PEIM DXE_DRIVER
22
23 [LibraryClasses]
24 BaseLib
25 BaseMemoryLib
26 DebugLib
27 MemoryAllocationLib
28 PcdLib
29 RngLib
30 Tpm2CommandLib
31 Tpm2DeviceLib
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 SecurityPkg/SecurityPkg.dec
37 CryptoPkg/CryptoPkg.dec
38
39 [Sources]
40 PeiDxeTpmPlatformHierarchyLib.c
41
42 [Pcd]
43 gEfiSecurityPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy