X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FTpm12DeviceLibTcg%2FTpm12DeviceLibTcg.inf;h=72f513dfeee9e3e23277138bb652b1fafc9b5e1a;hp=7ab5217bcfd7cedae67fa905035eea1e1b42775e;hb=4cecd19a44dca3b02f8cf7359420b6271518e7dc;hpb=c1d932429ef9700a2da64452546be14e92468b07 diff --git a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf index 7ab5217bcf..72f513dfee 100644 --- a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf +++ b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf @@ -1,7 +1,10 @@ ## @file -# Ihis library is TPM12 TCG protocol lib. +# Provides function interfaces to communicate with TPM 1.2 device # -# Copyright (c) 2013, Intel Corporation. All rights reserved.
+# This library helps to use TPM 1.2 device in library function API +# based on TCG protocol. +# +# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -14,15 +17,16 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = Tpm12DeviceLibTcg + MODULE_UNI_FILE = Tpm12DeviceLibTcg.uni FILE_GUID = 4D8B77D9-E923-48f8-B070-4053D78B7E56 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = Tpm12DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = Tpm12DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Sources]