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.88, mailfrom: zailiang.sun@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 20 May 2019 08:06:00 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 08:05:59 -0700 X-ExtLoop1: 1 Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 20 May 2019 08:05:58 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 20 May 2019 08:05:57 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 20 May 2019 08:05:57 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.7]) with mapi id 14.03.0415.000; Mon, 20 May 2019 23:05: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/e7sk2jV0hopvUB06Z0HLLw Date: Mon, 20 May 2019 15:05:54 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C659EB@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