From nobody Fri Apr 19 18:04:51 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail(p=none dis=none) header.from=intel.com Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 153379478229357.631286212053965; Wed, 8 Aug 2018 23:06:22 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id AE9FF210E38BE; Wed, 8 Aug 2018 23:06:20 -0700 (PDT) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 49142210E38BA for ; Wed, 8 Aug 2018 23:06:19 -0700 (PDT) Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2018 23:06:18 -0700 Received: from czhan46-mobl1.ccr.corp.intel.com ([10.255.31.93]) by fmsmga008.fm.intel.com with ESMTP; 08 Aug 2018 23:06:18 -0700 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=chao.b.zhang@intel.com; receiver=edk2-devel@lists.01.org X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,213,1531810800"; d="scan'208";a="61786768" From: "Zhang, Chao B" To: edk2-devel@lists.01.org Date: Thu, 9 Aug 2018 14:06:12 +0800 Message-Id: <20180809060612.9800-1-chao.b.zhang@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [edk2] [Patch] SecurityPkg: HashLib: Update HashLib file GUID X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Long Qin MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RDMRC_1 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 2 file GUIDs conflict with existing SHA256 Lib. Update them. Cc: Long Qin Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang, Chao B Reviewed-by: Long Qin > Reviewed-by: Long Qin --- SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf | 2 +- SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha38= 4.inf b/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf index 76677794fa..cf12587354 100644 --- a/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf +++ b/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf @@ -15,11 +15,11 @@ =20 [Defines] INF_VERSION =3D 0x00010005 BASE_NAME =3D HashInstanceLibSha384 MODULE_UNI_FILE =3D HashInstanceLibSha384.uni - FILE_GUID =3D 5810798A-ED30-4080-8DD7-B9667A748C02 + FILE_GUID =3D 74223710-17A9-478f-9B24-E354496B968B MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D NULL CONSTRUCTOR =3D HashInstanceLibSha384Constructor =20 diff --git a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha51= 2.inf b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf index 94929a8736..917c23f3d5 100644 --- a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf +++ b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf @@ -15,11 +15,11 @@ =20 [Defines] INF_VERSION =3D 0x00010005 BASE_NAME =3D HashInstanceLibSha512 MODULE_UNI_FILE =3D HashInstanceLibSha512.uni - FILE_GUID =3D 5810798A-ED30-4080-8DD7-B9667A748C02 + FILE_GUID =3D 959C3685-AC3F-4f3e-AC5B-7E2A64BADD36 MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D NULL CONSTRUCTOR =3D HashInstanceLibSha512Constructor =20 --=20 2.16.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel