From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: yi.qian@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 20 May 2019 18:00:08 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 18:00:07 -0700 X-ExtLoop1: 1 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 20 May 2019 18:00:07 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 20 May 2019 18:00:06 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 20 May 2019 18:00:06 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.249]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.126]) with mapi id 14.03.0415.000; Tue, 21 May 2019 09:00:05 +0800 From: "Qian, Yi" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Sun, Zailiang" Subject: Re: [Patch edk2-platform 2/3] Platform/Intel/Vlv2TbltDevicePkg: Add NetworkPkg.dec as the package dependency Thread-Topic: [Patch edk2-platform 2/3] Platform/Intel/Vlv2TbltDevicePkg: Add NetworkPkg.dec as the package dependency Thread-Index: AQHVDw1WOQ0AQba7r0mrtQZtXwtlqKZ0wtfw Date: Tue, 21 May 2019 01:00:04 +0000 Message-ID: References: <20190520130949.20412-1-liming.gao@intel.com> <20190520130949.20412-3-liming.gao@intel.com> In-Reply-To: <20190520130949.20412-3-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: yi.qian@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed by Qian Yi Thanks Qian Yi -----Original Message----- From: Gao, Liming=20 Sent: Monday, May 20, 2019 9:10 PM To: devel@edk2.groups.io Cc: Sun, Zailiang ; Qian, Yi Subject: [Patch edk2-platform 2/3] Platform/Intel/Vlv2TbltDevicePkg: Add N= etworkPkg.dec as the package dependency NetLib will be moved from MdeModulePkg and NetworkPkg. So, the module that consumes NetLib need to depend on NetworkPkg.dec. Signed-off-by: Liming Gao Cc: Zailiang Sun Cc: Yi Qian --- .../Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.inf | = 1 + .../IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf | = 1 + Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf | = 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/Platf= ormBdsLib.inf b/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/Pla= tformBdsLib.inf index d3bef0fa39..66d11c6cda 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsL= ib.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBd +++ sLib.inf @@ -48,6 +48,7 @@ SecurityPkg/SecurityPkg.dec SignedCapsulePkg/SignedCapsulePkg.dec SourceLevelDebugPkg/SourceLevelDebugPkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] DxeServicesTableLib diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModul= ePkg/Library/GenericBdsLib/GenericBdsLib.inf b/Platform/Intel/Vlv2TbltDevic= ePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.i= nf index e3c8a6fa27..795a9de4b8 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Li= brary/GenericBdsLib/GenericBdsLib.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/ +++ Library/GenericBdsLib/GenericBdsLib.inf @@ -44,6 +44,7 @@ IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec ShellPkg/ShellPkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] DevicePathLib diff --git a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.= inf b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf index 37e54a92a8..09917eb702 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf @@ -2,7 +2,7 @@ # Component name for module MiscSubclass # # FIX ME! -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights=20 +reserved.
# = # SPDX-License-Identifier: BSD-2-Clause-Patent # = @@ -89,6 +89,7 @@ MdePkg/MdePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] HiiLib -- 2.13.0.windows.1 --=20 Qian Yi