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.100, mailfrom: zailiang.sun@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Tue, 21 May 2019 20:42:58 -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 orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2019 20:42:57 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 21 May 2019 20:42:57 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 21 May 2019 20:42:57 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 21 May 2019 20:42:57 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.129]) with mapi id 14.03.0415.000; Wed, 22 May 2019 11:42:55 +0800 From: "Sun, Zailiang" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Qian, Yi" 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: AQHVDw1Wv3cIi/e7sk2jV0hopvUB06Z2gmDg Date: Wed, 22 May 2019 03:42:54 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C6620E@SHSMSX104.ccr.corp.intel.com> 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: zailiang.sun@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Zailiang Sun > -----Original Message----- > From: Gao, Liming > 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 > NetworkPkg.dec as the package dependency >=20 > NetLib will be moved from MdeModulePkg and NetworkPkg. > So, the module that consumes NetLib need to depend on NetworkPkg.dec. >=20 > 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(-) >=20 > diff --git > a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.= i > nf > b/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.= i > nf > index d3bef0fa39..66d11c6cda 100644 > --- > a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.= i > nf > +++ 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/IntelFrameworkModulePkg/Li > brary/GenericBdsLib/GenericBdsLib.inf > b/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Li > brary/GenericBdsLib/GenericBdsLib.inf > 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 > +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