From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.12335.1591930354948911597 for ; Thu, 11 Jun 2020 19:52:35 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: ming.tan@intel.com) IronPort-SDR: lLVwwB8RKLsrb57FFOmbUegmFbMbihnHE2qPtq5iSWOiRlHN2xk9UxnmET4OJchzhmcRfD0Xmw ywRJdYFbpc7Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2020 19:52:34 -0700 IronPort-SDR: QwYXZshZbh+AqXBR8b0YRebys3mR1Blt0qRsVdBZY4ZnqUSK23N5y0RwimjcPn1vDCJQCa2uaH ZTcjbukm6BXA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,501,1583222400"; d="scan'208";a="448155464" Received: from shwdejointlab96.ccr.corp.intel.com ([10.239.134.144]) by orsmga005.jf.intel.com with ESMTP; 11 Jun 2020 19:52:32 -0700 From: "Tan, Ming" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao Subject: [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/ Date: Fri, 12 Jun 2020 10:52:28 +0800 Message-Id: <20200612025228.33148-1-ming.tan@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2795 In Features/Intel/Debugging/Usb3DebugFeaturePkg, remove the prefix path of Debugging/ in the .inf and .dsc files. Now the PACKAGES_PATH already include the Features/Intel/Debugging/. Cc: Eric Dong Cc: Liming Gao Signed-off-by: Ming Tan --- .../Include/Usb3DebugFeature.dsc | 16 ++++++++-------- .../Usb3DebugPortLib/Usb3DebugPortLibDxe.inf | 4 ++-- .../Usb3DebugPortLibDxeIoMmu.inf | 4 ++-- .../Usb3DebugPortLib/Usb3DebugPortLibPei.inf | 4 ++-- .../Usb3DebugPortLibPeiIoMmu.inf | 4 ++-- .../Usb3DebugPortParamLibPcd.inf | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3Debug= Feature.dsc b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3Debu= gFeature.dsc index 494dd7a342..95adb01a74 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature= .dsc +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature= .dsc @@ -106,10 +106,10 @@ =0D # Add library instances here that are not included in package components= and should be tested=0D # in the package build.=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibN= ull.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3Debug= PortParamLibPcd.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibP= ei.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibP= eiIoMmu.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamL= ibPcd.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.in= f=0D =0D # Add components here that should be included in the package build.=0D =0D @@ -126,10 +126,10 @@ =0D # Add library instances here that are not included in package components= and should be tested=0D # in the package build.=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibN= ull.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3Debug= PortParamLibPcd.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibD= xe.inf=0D - Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibD= xeIoMmu.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamL= ibPcd.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf=0D + Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.in= f=0D =0D # Add components here that should be included in the package build.=0D =0D diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3Debug= PortLib/Usb3DebugPortLibDxe.inf b/Features/Intel/Debugging/Usb3DebugFeature= Pkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf index 51671ce4e3..64a287a016 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibDxe.inf +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibDxe.inf @@ -1,7 +1,7 @@ ## @file=0D # USB3 Debug port library.=0D #=0D -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -30,7 +30,7 @@ =0D [Packages]=0D MdePkg/MdePkg.dec=0D - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D =0D [LibraryClasses]=0D BaseLib=0D diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3Debug= PortLib/Usb3DebugPortLibDxeIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFe= aturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf index 3f38ba2649..906d20fa6f 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibDxeIoMmu.inf +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibDxeIoMmu.inf @@ -1,7 +1,7 @@ ## @file=0D # USB3 Debug port library.=0D #=0D -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -32,7 +32,7 @@ [Packages]=0D MdePkg/MdePkg.dec=0D MdeModulePkg/MdeModulePkg.dec=0D - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D =0D [LibraryClasses]=0D BaseLib=0D diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3Debug= PortLib/Usb3DebugPortLibPei.inf b/Features/Intel/Debugging/Usb3DebugFeature= Pkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf index ebea01d5a8..3da0844fee 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibPei.inf +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibPei.inf @@ -1,7 +1,7 @@ ## @file=0D # USB3 Debug port library.=0D #=0D -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -28,7 +28,7 @@ =0D [Packages]=0D MdePkg/MdePkg.dec=0D - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D =0D [LibraryClasses]=0D BaseLib=0D diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3Debug= PortLib/Usb3DebugPortLibPeiIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFe= aturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf index 6c3e8bc760..3efab14c39 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibPeiIoMmu.inf +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib= /Usb3DebugPortLibPeiIoMmu.inf @@ -1,7 +1,7 @@ ## @file=0D # USB3 Debug port library.=0D #=0D -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -30,7 +30,7 @@ [Packages]=0D MdePkg/MdePkg.dec=0D MdeModulePkg/MdeModulePkg.dec=0D - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D =0D [LibraryClasses]=0D BaseLib=0D diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3Debug= PortParamLibPcd/Usb3DebugPortParamLibPcd.inf b/Features/Intel/Debugging/Usb= 3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.= inf index e891a0c459..f38b2dac01 100644 --- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortPar= amLibPcd/Usb3DebugPortParamLibPcd.inf +++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortPar= amLibPcd/Usb3DebugPortParamLibPcd.inf @@ -1,7 +1,7 @@ ## @file=0D # USB3 Debug Port Parameter library instance based on PCD.=0D #=0D -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -23,7 +23,7 @@ =0D [Packages]=0D MdePkg/MdePkg.dec=0D - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec=0D =0D [Pcd]=0D gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsbSerialXhciBus ## CONSUMES=0D --=20 2.24.0.windows.2