From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id 95C691A1DFC for ; Thu, 4 Aug 2016 17:55:55 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 04 Aug 2016 17:55:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,471,1464678000"; d="scan'208";a="744402968" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 04 Aug 2016 17:55:55 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Aug 2016 17:55:54 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Aug 2016 17:55:54 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.8]) with mapi id 14.03.0248.002; Fri, 5 Aug 2016 08:55:52 +0800 From: "Yao, Jiewen" To: "Wu, Hao A" , "edk2-devel@lists.01.org" , "Gao, Liming" Thread-Topic: [PATCH 04/17] IntelFsp2Pkg DSC: Add build option to disable deprecated APIs Thread-Index: AQHR7rPGrQx+r6L/7keUexCraBUXzqA5irWw Date: Fri, 5 Aug 2016 00:55:52 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50027FCB3B@shsmsx102.ccr.corp.intel.com> References: <1470358387-13996-1-git-send-email-hao.a.wu@intel.com> <1470358387-13996-5-git-send-email-hao.a.wu@intel.com> In-Reply-To: <1470358387-13996-5-git-send-email-hao.a.wu@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 04/17] IntelFsp2Pkg DSC: Add build option to disable deprecated APIs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 00:55:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable IntelFspXXXPkg are reviewed by: Jiewen.yao@intel.com > -----Original Message----- > From: Wu, Hao A > Sent: Friday, August 5, 2016 8:53 AM > To: edk2-devel@lists.01.org; Gao, Liming > Cc: Wu, Hao A ; Yao, Jiewen > Subject: [PATCH 04/17] IntelFsp2Pkg DSC: Add build option to disable > deprecated APIs >=20 > Add the following definition in the [BuildOptions] section in package DSC > files to disable APIs that are deprecated: >=20 > [BuildOptions] > *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Hao Wu > --- > IntelFsp2Pkg/IntelFsp2Pkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.dsc b/IntelFsp2Pkg/IntelFsp2Pkg.ds= c > index 61eb6f1..1469d35 100644 > --- a/IntelFsp2Pkg/IntelFsp2Pkg.dsc > +++ b/IntelFsp2Pkg/IntelFsp2Pkg.dsc > @@ -77,3 +77,6 @@ > gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f > gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046 > gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07 > + > +[BuildOptions] > + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > -- > 1.9.5.msysgit.0