[edk2-devel] [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/

Tan, Ming posted 1 patch 3 years, 10 months ago
Failed in applying to current master (apply log)
.../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(-)
[edk2-devel] [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/
Posted by Tan, Ming 3 years, 10 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2795

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 <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
---
 .../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/Usb3DebugFeature.dsc b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature.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 @@
 
   # Add library instances here that are not included in package components and should be tested
   # in the package build.
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
 
   # Add components here that should be included in the package build.
 
@@ -126,10 +126,10 @@
 
   # Add library instances here that are not included in package components and should be tested
   # in the package build.
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
-  Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
+  Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
 
   # Add components here that should be included in the package build.
 
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/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
 #  USB3 Debug port library.
 #
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 ##
@@ -30,7 +30,7 @@
 
 [Packages]
   MdePkg/MdePkg.dec
-  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
 
 [LibraryClasses]
   BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/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
 #  USB3 Debug port library.
 #
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 ##
@@ -32,7 +32,7 @@
 [Packages]
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
-  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
 
 [LibraryClasses]
   BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/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
 #  USB3 Debug port library.
 #
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 ##
@@ -28,7 +28,7 @@
 
 [Packages]
   MdePkg/MdePkg.dec
-  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
 
 [LibraryClasses]
   BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/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
 #  USB3 Debug port library.
 #
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 ##
@@ -30,7 +30,7 @@
 [Packages]
   MdePkg/MdePkg.dec
   MdeModulePkg/MdeModulePkg.dec
-  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
 
 [LibraryClasses]
   BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
index e891a0c459..f38b2dac01 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
@@ -1,7 +1,7 @@
 ## @file
 #  USB3 Debug Port Parameter library instance based on PCD.
 #
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 ##
@@ -23,7 +23,7 @@
 
 [Packages]
   MdePkg/MdePkg.dec
-  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
 
 [Pcd]
   gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsbSerialXhciBus     ## CONSUMES
-- 
2.24.0.windows.2


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61190): https://edk2.groups.io/g/devel/message/61190
Mute This Topic: https://groups.io/mt/74832627/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/
Posted by Dong, Eric 3 years, 10 months ago
Reviewed-by: Eric Dong <eric.dong@intel.com>

> -----Original Message-----
> From: Tan, Ming <ming.tan@intel.com>
> Sent: Friday, June 12, 2020 10:52 AM
> To: devel@edk2.groups.io
> Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of
> Debugging/
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2795
> 
> 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 <eric.dong@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Ming Tan <ming.tan@intel.com>
> ---
>  .../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/Usb3DebugFea
> ture.dsc
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> index 494dd7a342..95adb01a74 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> @@ -106,10 +106,10 @@
> 
> 
>    # Add library instances here that are not included in package components
> and should be tested
> 
>    # in the package build.
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibNull.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb
> 3DebugPortParamLibPcd.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibPei.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibPeiIoMmu.inf
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.in
> f
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPor
> tParamLibPcd.inf
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIo
> Mmu.inf
> 
> 
> 
>    # Add components here that should be included in the package build.
> 
> 
> 
> @@ -126,10 +126,10 @@
> 
> 
>    # Add library instances here that are not included in package components
> and should be tested
> 
>    # in the package build.
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibNull.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb
> 3DebugPortParamLibPcd.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibDxe.inf
> 
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibDxeIoMmu.inf
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.in
> f
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPor
> tParamLibPcd.inf
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.in
> f
> 
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIo
> Mmu.inf
> 
> 
> 
>    # Add components here that should be included in the package build.
> 
> 
> 
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> index 51671ce4e3..64a287a016 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  USB3 Debug port library.
> 
>  #
> 
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
>  ##
> 
> @@ -30,7 +30,7 @@
> 
> 
>  [Packages]
> 
>    MdePkg/MdePkg.dec
> 
> -  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> +  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> 
> 
>  [LibraryClasses]
> 
>    BaseLib
> 
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> index 3f38ba2649..906d20fa6f 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  USB3 Debug port library.
> 
>  #
> 
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
>  ##
> 
> @@ -32,7 +32,7 @@
>  [Packages]
> 
>    MdePkg/MdePkg.dec
> 
>    MdeModulePkg/MdeModulePkg.dec
> 
> -  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> +  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> 
> 
>  [LibraryClasses]
> 
>    BaseLib
> 
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> index ebea01d5a8..3da0844fee 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  USB3 Debug port library.
> 
>  #
> 
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
>  ##
> 
> @@ -28,7 +28,7 @@
> 
> 
>  [Packages]
> 
>    MdePkg/MdePkg.dec
> 
> -  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> +  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> 
> 
>  [LibraryClasses]
> 
>    BaseLib
> 
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> index 6c3e8bc760..3efab14c39 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  USB3 Debug port library.
> 
>  #
> 
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
>  ##
> 
> @@ -30,7 +30,7 @@
>  [Packages]
> 
>    MdePkg/MdePkg.dec
> 
>    MdeModulePkg/MdeModulePkg.dec
> 
> -  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> +  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> 
> 
>  [LibraryClasses]
> 
>    BaseLib
> 
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> index e891a0c459..f38b2dac01 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> @@ -1,7 +1,7 @@
>  ## @file
> 
>  #  USB3 Debug Port Parameter library instance based on PCD.
> 
>  #
> 
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
>  ##
> 
> @@ -23,7 +23,7 @@
> 
> 
>  [Packages]
> 
>    MdePkg/MdePkg.dec
> 
> -  Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> +  Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
> 
> 
> 
>  [Pcd]
> 
>    gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsbSerialXhciBus     ##
> CONSUMES
> 
> --
> 2.24.0.windows.2


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61234): https://edk2.groups.io/g/devel/message/61234
Mute This Topic: https://groups.io/mt/74832627/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-