From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: shenglei.zhang@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Thu, 22 Aug 2019 00:08:14 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False 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:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,415,1559545200"; d="scan'208";a="183783340" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.196.112]) by orsmga006.jf.intel.com with ESMTP; 22 Aug 2019 00:08:11 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao , Sai Chaganty , Eric Dong , Michael Kubacki , Chasel Chiu , Nate DeSimone Subject: [edk2-platforms PATCH 0/4] Add build option in DSC files Date: Thu, 22 Aug 2019 15:08:04 +0800 Message-Id: <20190822070808.6600-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Add build option "/D DISABLE_NEW_DEPRECATED_INTERFACES" to make sure the deprecated APIs are not used in our code. https://bugzilla.tianocore.org/show_bug.cgi?id=2111 Cc: Dandan Bi Cc: Liming Gao Cc: Sai Chaganty Cc: Eric Dong Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone shenglei (4): Platform/AdvancedFeaturePkg.dsc: Add build option Platform/DebugFeaturePkg.dsc: Add build option Platform/MinPlatformPkg.dsc: Add build option Platform/UserInterfaceFeaturePkg.dsc: Add build option Platform/Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc | 3 +++ Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc | 3 +++ Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 3 +++ .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 2 ++ 4 files changed, 11 insertions(+) -- 2.18.0.windows.1