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.120, mailfrom: michael.a.kubacki@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Fri, 23 Aug 2019 10:22:40 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2019 10:22:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,422,1559545200"; d="scan'208";a="354677765" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga005.jf.intel.com with ESMTP; 23 Aug 2019 10:22:40 -0700 Received: from orsmsx154.amr.corp.intel.com (10.22.226.12) by ORSMSX101.amr.corp.intel.com (10.22.225.128) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 23 Aug 2019 10:22:39 -0700 Received: from orsmsx121.amr.corp.intel.com ([169.254.10.57]) by ORSMSX154.amr.corp.intel.com ([169.254.11.172]) with mapi id 14.03.0439.000; Fri, 23 Aug 2019 10:22:39 -0700 From: "Kubacki, Michael A" To: "devel@edk2.groups.io" , "Zhang, Shenglei" CC: "Dong, Eric" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms PATCH 2/4] Platform/DebugFeaturePkg.dsc: Add build option Thread-Topic: [edk2-devel] [edk2-platforms PATCH 2/4] Platform/DebugFeaturePkg.dsc: Add build option Thread-Index: AQHVWLhlz9PR9KRQv0eg5MxSK7yd9qcI/H2A Date: Fri, 23 Aug 2019 17:22:39 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B745588A82F28@ORSMSX121.amr.corp.intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> <20190822070808.6600-3-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-3-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTcwZTEyYzUtZWQ0Zi00Y2Y3LThiMzUtM2U4NjhjYmFkZGMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZUVHM1JINUZJTG1NaGp1MFBcLytORnJ1TEtadUxFUEtNQ21OSWdqeWczVkUrcFF4dzJtbWVyXC9iZlZjaXVkZVN2In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Kubacki > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Zhang, Shenglei > Sent: Thursday, August 22, 2019 12:08 AM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Gao, Liming = ; > Zhang, Shenglei > Subject: [edk2-devel] [edk2-platforms PATCH 2/4] > Platform/DebugFeaturePkg.dsc: Add build option >=20 > Add the build option "/D DISABLE_NEW_DEPRECATED_INTERFACES" in DSC file > to make sure that the deprecated APIs will not be used in our code. > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2111 >=20 > Cc: Eric Dong > Cc: Liming Gao > Signed-off-by: Shenglei Zhang > --- > Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > index b88d1fae..61046f7a 100644 > --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc > @@ -96,3 +96,6 @@ >=20 > DebugFeaturePkg/AcpiDebug/AcpiDebugDxe.inf > DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf > + > +[BuildOptions] > + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > \ No newline at end of file > -- > 2.18.0.windows.1 >=20 >=20 >=20