From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: chasel.chiu@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Thu, 08 Aug 2019 07:04:22 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2019 07:04:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,361,1559545200"; d="scan'208";a="350181851" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by orsmga005.jf.intel.com with ESMTP; 08 Aug 2019 07:04:19 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.22]) by PGSMSX107.gar.corp.intel.com ([169.254.7.106]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 22:02:37 +0800 From: "Chiu, Chasel" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Desimone, Nathaniel L" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 1/1] MinPlatformPkg: Fix duplicate GUID Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 1/1] MinPlatformPkg: Fix duplicate GUID Thread-Index: AQHVTJZLeSBXV4aM7EyYpMJbJrebj6bxSqZg Date: Thu, 8 Aug 2019 14:02:37 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC50458643@PGSMSX111.gar.corp.intel.com> References: <20190806203351.24460-1-michael.a.kubacki@intel.com> In-Reply-To: <20190806203351.24460-1-michael.a.kubacki@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjZlZjU0MjEtODM3Mi00OTRhLThjNDktNDRlMWMyZmY3YTdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOWtTbGtCUnJIbDZyR0RYdU1rZWJxMEZTY2tOcUxWUDNmejdoaU1PSGFwRTU0cXdHYzFJd2hQZDhFUXdcL0pNZFwvIn0= x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Kubacki, Michael A > Sent: Wednesday, August 7, 2019 4:34 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Gao, Liming > Subject: [edk2-devel] [edk2-platforms][PATCH V1 1/1] MinPlatformPkg: Fix > duplicate GUID >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1983 >=20 > PeiLib.inf and TestPointCheckLibNull.inf currently have the same GUID. > This patch assigns a unique GUID to each library INF file. >=20 > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Signed-off-by: Michael Kubacki > --- > Platform/Intel/MinPlatformPkg/Library/PeiLib/PeiLib.inf | 6= +++--- > .../Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.inf | 4= ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Library/PeiLib/PeiLib.inf > b/Platform/Intel/MinPlatformPkg/Library/PeiLib/PeiLib.inf > index 86b1628c9f..7e740172a0 100644 > --- a/Platform/Intel/MinPlatformPkg/Library/PeiLib/PeiLib.inf > +++ b/Platform/Intel/MinPlatformPkg/Library/PeiLib/PeiLib.inf > @@ -1,7 +1,7 @@ > ## @file > # Component information file for Board Init Test Library # -# Copyrigh= t (c) > 2017, Intel Corporation. All rights reserved.
> +# Copyright (c) 2017 - 2019, Intel Corporation. All rights > +reserved.
> # > # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -10,7 +10,7 @@ > [Defines] > INF_VERSION =3D 0x00010005 > BASE_NAME =3D PeiLib > - FILE_GUID =3D 657A478B-16B9-4B6D-9C41-BEF86197BD= F4 > + FILE_GUID =3D F19AA754-CE24-448D-B755-1F939B00C2= 5D > MODULE_TYPE =3D BASE > VERSION_STRING =3D 1.0 > LIBRARY_CLASS =3D PeiLib > @@ -26,6 +26,6 @@ >=20 > [Sources] > PeiLib.c > - > + > [Ppis] > gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES > diff --git > a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestP= o > intCheckLibNull.inf > b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestP= o > intCheckLibNull.inf > index bead6ba35b..0a59f02779 100644 > --- > a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestP= o > intCheckLibNull.inf > +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/T > +++ estPointCheckLibNull.inf > @@ -1,7 +1,7 @@ > ## @file > # Component information file for Board Init Test Library # -# Copyrigh= t (c) > 2017, Intel Corporation. All rights reserved.
> +# Copyright (c) 2017 - 2019, Intel Corporation. All rights > +reserved.
> # > # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -10,7 +10,7 @@ > [Defines] > INF_VERSION =3D 0x00010005 > BASE_NAME =3D TestPointCheckLibNull > - FILE_GUID =3D 657A478B-16B9-4B6D-9C41-BEF86197BD= F4 > + FILE_GUID =3D A50DAF74-4EC0-46CD-A1ED-C885D4E97F= 2B > MODULE_TYPE =3D BASE > VERSION_STRING =3D 1.0 > LIBRARY_CLASS =3D TestPointCheckLib > -- > 2.16.2.windows.1 >=20 >=20 >=20