X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FDxeTpmMeasurementLib%2FDxeTpmMeasurementLib.inf;h=7d41bc41f95dd1c565c466626154a79926651bf0;hb=a124cd4ef92a349a6c823ea6701fcfd3a17db255;hp=410eb788db38f545e3ed9c79808c7516d42e798c;hpb=1abfa4ce4835639c66ae82cc0d72cffcf3f28b6b;p=mirror_edk2.git diff --git a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf index 410eb788db..7d41bc41f9 100644 --- a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf +++ b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf @@ -1,16 +1,11 @@ ## @file # Provides TPM measurement functions for TPM1.2 and TPM 2.0 -# -# This library provides TpmMeasureAndLogData() to measure and log data, and +# +# This library provides TpmMeasureAndLogData() to measure and log data, and # extend the measurement result into a specific PCR. # -# Copyright (c) 2012 - 2015, 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 -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -20,13 +15,13 @@ FILE_GUID = 30930D10-AF5B-4abf-80E6-EB4FFC0AE9D1 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER MODULE_UNI_FILE = DxeTpmMeasurementLib.uni # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Sources]