From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 C5B601A1E4F for ; Wed, 12 Oct 2016 17:54:05 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 12 Oct 2016 17:54:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,338,1473145200"; d="scan'208";a="1069694281" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 12 Oct 2016 17:53:58 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 12 Oct 2016 17:53:55 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 12 Oct 2016 17:53:54 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0248.002; Thu, 13 Oct 2016 08:53:52 +0800 From: "Wu, Jiaxin" To: Thomas Palmer , "edk2-devel@lists.01.org" Thread-Topic: [PATCH] [edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Fix FILE_GUID Thread-Index: AQHSJMkuZKWjx3FW8UGaBmDtO3JT16Cljuhg Date: Thu, 13 Oct 2016 00:53:51 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B7274138986DE@SHSMSX103.ccr.corp.intel.com> References: <1476304956-6790-1-git-send-email-thomas.palmer@hpe.com> In-Reply-To: <1476304956-6790-1-git-send-email-thomas.palmer@hpe.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDM5YWMyODYtMWE2Yy00ZjlmLTg1NmYtZjEzZmE4ZDc4Y2YzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRvdGp1Nmo5WjZkaldRVTRKOGh0cmh5aEtDM0lSTjFqRms3Nk1PZ3FJTGc9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] [edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Fix FILE_GUID X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 00:54:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-By: Wu Jiaxin Best Regards! Jiaxin > -----Original Message----- > From: Thomas Palmer [mailto:thomas.palmer@hpe.com] > Sent: Thursday, October 13, 2016 4:43 AM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin ; joseph.shifflett@hpe.com; Thomas > Palmer > Subject: [PATCH] [edk2-staging/HTTPS-TLS][PATCH]: CryptoPkg/TlsLib: Fix > FILE_GUID >=20 > TlsLib's FILE_GUID is a duplicate of BaseCryptLib. Use a new unique guid > instead >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Thomas Palmer > --- > CryptoPkg/Library/TlsLib/TlsLib.inf | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/CryptoPkg/Library/TlsLib/TlsLib.inf > b/CryptoPkg/Library/TlsLib/TlsLib.inf > index 6194e95..823e159 100644 > --- a/CryptoPkg/Library/TlsLib/TlsLib.inf > +++ b/CryptoPkg/Library/TlsLib/TlsLib.inf > @@ -2,6 +2,7 @@ > # SSL/TLS Wrapper Library Instance based on OpenSSL. > # > # Copyright (c) 2016, Intel Corporation. All rights reserved.
> +# (C) Copyright 2016 Hewlett Packard Enterprise Development LP
> # 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 @@ > -16,7 +17,7 @@ > INF_VERSION =3D 0x00010005 > BASE_NAME =3D TlsLib > MODULE_UNI_FILE =3D TlsLib.uni > - FILE_GUID =3D be3bb803-91b6-4da0-bd91-a8b21c18ca5= d > + FILE_GUID =3D CC729DC5-4E21-0B36-1A00-3A8E1B86A15= 5 > MODULE_TYPE =3D DXE_DRIVER > VERSION_STRING =3D 1.0 > LIBRARY_CLASS =3D TlsLib|DXE_DRIVER DXE_CORE > UEFI_APPLICATION UEFI_DRIVER > @@ -43,4 +44,4 @@ > OpensslLib > IntrinsicLib > PrintLib > - OpensslTlsLib > \ No newline at end of file > + OpensslTlsLib > -- > 2.7.4