From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by ml01.01.org (Postfix) with ESMTP id D68C31A1DF8 for ; Thu, 4 Aug 2016 21:33:02 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 04 Aug 2016 21:33:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,472,1464678000"; d="scan'208";a="860098067" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 04 Aug 2016 21:33:02 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Aug 2016 21:33:02 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Aug 2016 21:33:01 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Fri, 5 Aug 2016 12:32:58 +0800 From: "Ni, Ruiyu" To: "Wu, Hao A" , "edk2-devel@lists.01.org" , "Gao, Liming" CC: "Wu, Hao A" , "Fan, Jeff" Thread-Topic: [edk2] [PATCH 15/17] SourceLevelDebugPkg DSC: Add build option to disable deprecated APIs Thread-Index: AQHR7rPX+iJ9XnyqC0WgGMDkXKO71KA5xzoQ Date: Fri, 5 Aug 2016 04:32:58 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D1ADB16D7@SHSMSX103.ccr.corp.intel.com> References: <1470358387-13996-1-git-send-email-hao.a.wu@intel.com> <1470358387-13996-16-git-send-email-hao.a.wu@intel.com> In-Reply-To: <1470358387-13996-16-git-send-email-hao.a.wu@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWExZDk2MTgtMGE5ZC00Y2FhLTg4NzEtNDhiODNmMTFkNWMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ikk2cU1vaTVQOEw2dXQ0eVJ0OTVZSFMrVnowMnFQWVdSajdBR3lRY3VhK0E9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 15/17] SourceLevelDebugPkg 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 04:33:03 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Since Jeff is happy on vocation, so Reviewed-by: Ruiyu Ni >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Hao= Wu >Sent: Friday, August 5, 2016 8:53 AM >To: edk2-devel@lists.01.org; Gao, Liming >Cc: Wu, Hao A ; Fan, Jeff >Subject: [edk2] [PATCH 15/17] SourceLevelDebugPkg DSC: Add build option to= disable deprecated APIs > >Add the following definition in the [BuildOptions] section in package DSC >files to disable APIs that are deprecated: > >[BuildOptions] > *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > >Cc: Jeff Fan >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Hao Wu >--- > SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebu= gPkg/SourceLevelDebugPkg.dsc >index bf14ec4..d9b1b84 100644 >--- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc >+++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc >@@ -107,3 +107,6 @@ > SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf > SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf > SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf >+ >+[BuildOptions] >+ *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES >-- >1.9.5.msysgit.0 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel