mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Creation of a new Tpm2HelpLib which contains the functions from Tpm2Help.c. This new library is meant to replace Tpm2Help.c such that inclusion of Tpm2CommandLib and Tpm2DeviceLib is not required when only needing access to the Tpm2Help.c functions. Due to Tpm2HelpLib being a new library, the prefix Tpm2 has been added to all library functions to indicate where the functions originate from. Signed-off-by: Raymond Diaz <raymonddiaz@microsoft.com>
30 lines
847 B
INI
30 lines
847 B
INI
## @file
|
|
# Provides reusable TPM 2.0 data helper routines that are independent
|
|
# of TPM command/device communication libraries. Includes serialization
|
|
# and parsing helpers for common TPM data structures.
|
|
#
|
|
# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = Tpm2HelpLib
|
|
FILE_GUID = DDFCEB08-9CE3-4CB8-ABBD-D32925E8CAAB
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = Tpm2HelpLib
|
|
|
|
[Sources]
|
|
Tpm2Help.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|