From nobody Sun Apr 28 19:00:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46199+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46199+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566457697; cv=none; d=zoho.com; s=zohoarc; b=CNRAc9a5ZiVlQD7YDI2xsrK/idn0sGbTB0JBx1LIg+vuF/87ReRLVNNW7xo87ZuCc25Zc3VpR7Vg8ykPX2rOVp8M5wENr/9pIJ5GbtU0gKCWelI/Avbis2rfBNREDfuWZ0uNj5pLu5aFTpLsqObrnxLMFOy4aokH1pQPj9c0kWA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566457697; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=na4YLnxXPK3vlDvhuNS89362y9lpwZ19b0lwxms3sZ4=; b=huFB+FduXiW8lPKF6SnBWxxXLv9StHyZynQYmJoLoNYWPQkbMEMCl0YsK+Ftq9q+z1I8ifpJOQPdnIGHB2V+Cl31ctAe4Ux4f2Apcl5Pqcb8Hr/TBIVG88cMGC8fWinGgLiVgxQOnWJ2TvtHjjN7bUNE5b7iEwza/mLcKwSZi2A= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46199+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1566457697333112.24800418675841; Thu, 22 Aug 2019 00:08:17 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Thu, 22 Aug 2019 00:08:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 00:08:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="183783346" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.196.112]) by orsmga006.jf.intel.com with ESMTP; 22 Aug 2019 00:08:14 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael Kubacki , Sai Chaganty , Liming Gao , Shenglei Zhang Subject: [edk2-devel] [edk2-platforms PATCH 1/4] Platform/AdvancedFeaturePkg.dsc: Add build option Date: Thu, 22 Aug 2019 15:08:05 +0800 Message-Id: <20190822070808.6600-2-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-1-shenglei.zhang@intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566457697; bh=zo+snkYl0DtcTvg2uouTS25tGxB1iiZPQdj1vDlgpWc=; h=Cc:Date:From:Reply-To:Subject:To; b=X2Va6scmsoZOrVfVcFDGgDWqTWUmi1p2Ypnd0vQDmmYDTOS5gwF+OB7dz/CBosnT8YP y9IN/jH1sVyahSfbbT0DwydvgdqcHSFnj9cktwBacKO9DafzisY0IlvTg1w2WtM/4s54j Rh6Id1y0EUnGKc1s6Lflaa78Cs54xGxa3Gc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Cc: Michael Kubacki Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki Reviewed-by: Sai Chaganty --- Platform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc b/Pla= tform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc index ea1a0072..57f28b8c 100644 --- a/Platform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc +++ b/Platform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc @@ -148,3 +148,6 @@ AdvancedFeaturePkg/Ipmi/IpmiFru/IpmiFru.inf AdvancedFeaturePkg/Ipmi/BmcElog/BmcElog.inf AdvancedFeaturePkg/Ipmi/BmcAcpi/BmcAcpi.inf + +[BuildOptions] + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES \ No newline at end of file --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46199): https://edk2.groups.io/g/devel/message/46199 Mute This Topic: https://groups.io/mt/32987574/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun Apr 28 19:00:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46200+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46200+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566457699; cv=none; d=zoho.com; s=zohoarc; b=H5oDfjv+R+9dbgxd7jZ82L9xnSQAq8TY/DObg303rca685xd+Zq5fIkrPZeHwhM7hdAa1+bWXkmeasmRb58s28Ap6imqy7iSJ7VgcEjf3YwQ5xktW+JUWgOH1zC7+J2idVmOR00dy7DUT9c6pM6XprgaxNE6uXmmddauCCJodog= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566457699; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=apT5Vs+3GgZfEfxkhjn5KrRzqXWY3vJLi+PIXScTMdQ=; b=NZBTymm/kcdPJO6C6+E+5+97Zc3DNNqjoTkSnRxRJaXXSmulOsB6B5JeU7QeTubyGTZ2XNPFWvdFjWmdjsks5+yEA+IoE+kyFobGmD1OYGy6O8rlQiXME1rbPpBG2yS5b3NAHd61FKnIhvC38wbAX8mAba3ikS3YUCy4sYmJ3uQ= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46200+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1566457699674335.07303986855993; Thu, 22 Aug 2019 00:08:19 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Thu, 22 Aug 2019 00:08:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 00:08:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="183783357" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.196.112]) by orsmga006.jf.intel.com with ESMTP; 22 Aug 2019 00:08:17 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao , Shenglei Zhang Subject: [edk2-devel] [edk2-platforms PATCH 2/4] Platform/DebugFeaturePkg.dsc: Add build option Date: Thu, 22 Aug 2019 15:08:06 +0800 Message-Id: <20190822070808.6600-3-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-1-shenglei.zhang@intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566457699; bh=BHH9SimroK7fvgBw2Hrt9SuxpKbv8JQGmgeBtrpAtFo=; h=Cc:Date:From:Reply-To:Subject:To; b=iaOLbMRZ+RzaUAZSUq4PzZKJeltV8aIn7IbwWpi2f6CeA9YZ5hyDTigb6x2+S8Y4D43 CBOMxArCFwJlPdtIS0NlJRfPTnxJ3iMBGEmBIaBmJbDD6b4BX6tAxElOrYqQ1hKVz+k/B EFrzldHBbcp5RmN8K7iVxb5SyL+GBnWnJqM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Cc: Eric Dong Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki --- Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc | 3 +++ 1 file changed, 3 insertions(+) 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 --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46200): https://edk2.groups.io/g/devel/message/46200 Mute This Topic: https://groups.io/mt/32987575/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun Apr 28 19:00:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46201+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46201+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566457702; cv=none; d=zoho.com; s=zohoarc; b=jXYQjzgtd+Y9S+L9pyW+fMUSCOpV0r/DcYhIXL5fyTPjsn8/jYeK5pofmTULeWsOhEgXBRyzAO4DOqwEP0yHZeYfn+JOLMPXm+h8NqDQhQ5Herpram1STkwix8OYdmMxI/CY+O0bXv7h4cMapdJgHw2ykyIOxzFzzJpxn3pp1qk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566457702; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=1/My6MJr28W88+YUxwkY48C2ssk8NMDz73QR+5nsVtY=; b=FAt5PdUSHuEU5mGnnbJ2wvqkiIJs/1zyhSYY89oyYF1W8kS8DB8MgPMOgU6qMzPZ8Sw5X75Zr0+362ss5o0+KB0wKzISZ0fCnk6ZRH/jqUDPgPI97GE2wbonqcs/8GkdTlqQTM2MHPNhlOto/HW9UNdjd6TsADRtCBNP9P5t0n0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46201+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1566457702346625.8359103732319; Thu, 22 Aug 2019 00:08:22 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Thu, 22 Aug 2019 00:08:21 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 00:08:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="183783378" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.196.112]) by orsmga006.jf.intel.com with ESMTP; 22 Aug 2019 00:08:19 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael Kubacki , Chasel Chiu , Nate DeSimone , Liming Gao , Shenglei Zhang Subject: [edk2-devel] [edk2-platforms PATCH 3/4] Platform/MinPlatformPkg.dsc: Add build option Date: Thu, 22 Aug 2019 15:08:07 +0800 Message-Id: <20190822070808.6600-4-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-1-shenglei.zhang@intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566457702; bh=MvnPd4N3cCmTgdMUr3uxqQbOOamnRCCeg/CPdRVoxLg=; h=Cc:Date:From:Reply-To:Subject:To; b=ZVlarkblQoZWKhcui5iXuZTXDWY8F0/pvSQ1Dgpt1a6Aes2AmIcNSk0P2Tz7T0C0aX5 gWhUZ09/jn2NnsE1qwUinr44+OQLKoOsAcB9ieBHUtvH+/DLL3SI+r4euStE4y5iStdG5 UtAnQf+lJPv5eUfbK0EwQQ6WSESxyEdgfok= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/In= tel/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 --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46201): https://edk2.groups.io/g/devel/message/46201 Mute This Topic: https://groups.io/mt/32987576/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sun Apr 28 19:00:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46202+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46202+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566457705; cv=none; d=zoho.com; s=zohoarc; b=gqOx7bApm+H5HTQHukYJfOgWcUgpUJeFWhAqXDbYcS3naFmXvZUF3XbJVt0NrZRUkTUjmcej0xB2CYUarUWk02sRHY8MrNg3mijHbb7W64dCej0oqhjoFdGOJ10iuoAYsnyeKRvQazw6LvDTJdQZKpouWWKBBURR+ldHQLeW46k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566457705; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=5+X57O3uGmQ1lsDKFfeMzlBYeQ8DT6nzdgq6/citCtE=; b=g/YEaJi/WpsbMZ7FfrxTRgujse12PNYPa4YSdZF9XXP19tbFF2NGNAbeSIZPg86emron+il+RjVIi+vCyr1b1zOtSBlv0uGnfa+8Kfo1hvAVGtSd15I1MjyO1pHe/+6ikzO2asa8Auj9lrLNunbbExl6CR7/bw4XWdLb2qsxdw8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46202+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1566457705067319.5526344681673; Thu, 22 Aug 2019 00:08:25 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Thu, 22 Aug 2019 00:08:24 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2019 00:08:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="183783387" X-Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.196.112]) by orsmga006.jf.intel.com with ESMTP; 22 Aug 2019 00:08:22 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao , Shenglei Zhang Subject: [edk2-devel] [edk2-platforms PATCH 4/4] Platform/UserInterfaceFeaturePkg.dsc: Add build option Date: Thu, 22 Aug 2019 15:08:08 +0800 Message-Id: <20190822070808.6600-5-shenglei.zhang@intel.com> In-Reply-To: <20190822070808.6600-1-shenglei.zhang@intel.com> References: <20190822070808.6600-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566457704; bh=GH3ouw2D1MQX5UkXIL9IEFXu3YhUpOy2y+niKjLCUxc=; h=Cc:Date:From:Reply-To:Subject:To; b=GEWhyVQORdhG0WCyXJpMVk7/9jFvki+CowNHhmsOo3RB1bcadA/oS8M1LUtUCzchXaB LpR1cl+6mHI9FQPpukKdfDyQlI43/ZE8uQrJMq/HN7FYHNy2AhMO8Ej2H6/694sBhDLjq Wyy5r3sRFk32A0H/OiCD4W2qQMznOK6CLOg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Cc: Dandan Bi Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki --- .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg= .dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc index 2c24e43f..95c26766 100644 --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc @@ -76,3 +76,5 @@ UserInterfaceFeaturePkg/UserAuthentication/UserAuthentication2Dxe.inf UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.inf =20 +[BuildOptions] + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES \ No newline at end of file --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46202): https://edk2.groups.io/g/devel/message/46202 Mute This Topic: https://groups.io/mt/32987577/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-