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:24:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2019 10:24:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,422,1559545200"; d="scan'208";a="191001772" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga002.jf.intel.com with ESMTP; 23 Aug 2019 10:24:02 -0700 Received: from orsmsx122.amr.corp.intel.com (10.22.225.227) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 23 Aug 2019 10:24:02 -0700 Received: from orsmsx121.amr.corp.intel.com ([169.254.10.57]) by ORSMSX122.amr.corp.intel.com ([169.254.11.203]) with mapi id 14.03.0439.000; Fri, 23 Aug 2019 10:24:01 -0700 From: "Kubacki, Michael A" To: "devel@edk2.groups.io" , "Zhang, Shenglei" CC: "Chiu, Chasel" , "Desimone, Nathaniel L" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms PATCH 3/4] Platform/MinPlatformPkg.dsc: Add build option Thread-Topic: [edk2-devel] [edk2-platforms PATCH 3/4] Platform/MinPlatformPkg.dsc: Add build option Thread-Index: AQHVWLhnNXXRA0iS5E+GzuQz/P0n7acI/IEw Date: Fri, 23 Aug 2019 17:24:01 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B745588A82F49@ORSMSX121.amr.corp.intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> <20190822070808.6600-4-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-4-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFjOGE0OTktMjgwMy00N2ZmLTg2YTMtNWVkNDk5MDNlYWRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOHQ5N2pmRHNtNGxsTkVpRzZlYTc0RU1ndzFSN2QwRzdXT2ZHa29weDZQZmtHYlFJUkNpVmlDTTBwWExIVTIzUSJ9 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 Please extend the file copyright date. With that change: 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: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > ; Gao, Liming ; > Zhang, Shenglei > Subject: [edk2-devel] [edk2-platforms PATCH 3/4] > Platform/MinPlatformPkg.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: Michael Kubacki > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Signed-off-by: Shenglei Zhang > --- > Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > index 8a3638b7..9bbb7963 100644 > --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc > @@ -187,3 +187,6 @@ > MinPlatformPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf > MinPlatformPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf > !endif > + > +[BuildOptions] > + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES > \ No newline at end of file > -- > 2.18.0.windows.1 >=20 >=20 >=20