From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 71BAE2257C2D0 for ; Wed, 7 Mar 2018 05:13:09 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 05:19:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,435,1515484800"; d="scan'208";a="22725238" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga007.jf.intel.com with ESMTP; 07 Mar 2018 05:19:23 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jiewen Yao , Eric Dong , Chao Zhang Date: Wed, 7 Mar 2018 21:19:13 +0800 Message-Id: <1520428757-69040-4-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 In-Reply-To: <1520428757-69040-1-git-send-email-star.zeng@intel.com> References: <1520428757-69040-1-git-send-email-star.zeng@intel.com> Subject: [PATCH V2 3/7] SecurityPkg TcgStorageCoreLib: Make it be base type really X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 13:13:09 -0000 Cc: Jiewen Yao Cc: Eric Dong Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao --- SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf index a80cb00a9ce3..78a0557bfe42 100644 --- a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf +++ b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf @@ -3,7 +3,7 @@ # # This module is used to provide API used by Opal password solution. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 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 @@ -18,7 +18,7 @@ [Defines] FILE_GUID = ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c VERSION_STRING = 1.0 MODULE_TYPE = BASE - LIBRARY_CLASS = TcgStorageCoreLib|DXE_DRIVER DXE_CORE DXE_SMM_DRIVER + LIBRARY_CLASS = TcgStorageCoreLib # # The following information is for reference only and not required by the build tools. # -- 2.7.0.windows.1