From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C96A9211E2F10 for ; Thu, 21 Mar 2019 19:42:53 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2019 19:42:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,255,1549958400"; d="scan'208";a="157245617" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 21 Mar 2019 19:42:51 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 21 Mar 2019 19:42:50 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 21 Mar 2019 19:42:49 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.252]) with mapi id 14.03.0415.000; Fri, 22 Mar 2019 10:42:48 +0800 From: "Wu, Hao A" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 1/3] Nt32Pkg/Nt32Pkg.dsc: Remove EdkCompatibilityPkg information Thread-Index: AQHU4FfeJYkaK36KvEmSXsqrzIB3AaYW8SRg Date: Fri, 22 Mar 2019 02:42:48 +0000 Message-ID: References: <20190322023444.15596-1-shenglei.zhang@intel.com> <20190322023444.15596-2-shenglei.zhang@intel.com> In-Reply-To: <20190322023444.15596-2-shenglei.zhang@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] Nt32Pkg/Nt32Pkg.dsc: Remove EdkCompatibilityPkg information X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 02:42:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Shenglei Zhang > Sent: Friday, March 22, 2019 10:35 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A > Subject: [edk2] [PATCH 1/3] Nt32Pkg/Nt32Pkg.dsc: Remove > EdkCompatibilityPkg information >=20 > EdkCompatibilityPkg will be removed from edk2/master. > The dependency about EdkCompatibilityPkg in Nt32Pkg.dsc should > also be removed. >=20 > Cc: Ray Ni > Cc: Hao Wu > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Shenglei Zhang > --- > Nt32Pkg/Nt32Pkg.dsc | 51 --------------------------------------------- > 1 file changed, 51 deletions(-) >=20 > diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc > index 4dbde0cc45..d7b78007d2 100644 > --- a/Nt32Pkg/Nt32Pkg.dsc > +++ b/Nt32Pkg/Nt32Pkg.dsc > @@ -545,54 +545,3 @@ > NOOPT_*_*_DLINK_FLAGS =3D > /EXPORT:InitializeDriver=3D$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 > /FILEALIGN:4096 /SUBSYSTEM:CONSOLE > RELEASE_*_*_DLINK_FLAGS =3D /ALIGN:4096 /FILEALIGN:4096 >=20 > - > ################################################################ > ############################################# > -# NOTE: > -# The following [Libraries] section is for building EDK module under the= EDKII > tool chain. > -# If you want build EDK module for Nt32 platform, please uncomment > [Libraries] section and > -# libraries used by that EDK module. > -# Currently, Nt32 platform do not has any EDK style module > -# > -# > -#[Libraries] > - # > - # Libraries common to PEI and DXE > - # > - # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf > - # > EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf > - # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf > - # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.in= f > - # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.in= f > - # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.in= f > - # > EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedD > ecompress.inf > - # > EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf > - > - # > - # PEI libraries > - # > - # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf > - # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf > - > - # > - # DXE libraries > - # > - # > EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf > - # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf > - # > EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLi > b.inf > - # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLi= b.inf > - # > EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntim > eLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf > - # > EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupport= Lib.i > nf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLi= b.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf > - > - # > - # Print/Graphics Library consume SetupBrowser Print Protocol > - # > - # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf > - # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.in= f > - > -- > 2.18.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel