]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLibNull/PeiDxeTpmPlatformHierarchyLib.inf
ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
[mirror_edk2.git] / SecurityPkg / Library / PeiDxeTpmPlatformHierarchyLibNull / PeiDxeTpmPlatformHierarchyLib.inf
CommitLineData
282122ec
SB
1### @file\r
2# NULL TPM Platform Hierarchy configuration library.\r
3#\r
4# This library provides functions for customizing the TPM's Platform Hierarchy\r
5# Authorization Value (platformAuth) and Platform Hierarchy Authorization\r
6# Policy (platformPolicy) can be defined through this function.\r
7#\r
8# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
9# Copyright (c) Microsoft Corporation.<BR>\r
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13###\r
14\r
15[Defines]\r
16 INF_VERSION = 1.27\r
17 BASE_NAME = BasePlatform\r
18 FILE_GUID = 8947A3F2-BfB4-45EF-968D-5C40C1CE6A58\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = TpmPlatformHierarchyLib|PEIM DXE_DRIVER\r
22\r
23[LibraryClasses]\r
24 BaseLib\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 SecurityPkg/SecurityPkg.dec\r
29\r
30[Sources]\r
31 PeiDxeTpmPlatformHierarchyLib.c\r