From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id BFBA91A1DFB for ; Thu, 4 Aug 2016 17:53:11 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 04 Aug 2016 17:53:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,471,1464678000"; d="scan'208";a="1008729629" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.34]) by orsmga001.jf.intel.com with ESMTP; 04 Aug 2016 17:53:10 -0700 From: Hao Wu To: edk2-devel@lists.01.org, liming.gao@intel.com Cc: Hao Wu Date: Fri, 5 Aug 2016 08:52:50 +0800 Message-Id: <1470358387-13996-1-git-send-email-hao.a.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.0 Subject: [PATCH 00/17] 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 00:53:11 -0000 This patch series will add the following definition in the [BuildOptions] section in package DSC files to disable APIs that are deprecated: [BuildOptions] *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES Hao Wu (17): FatPkg DSC: Add build option to disable deprecated APIs IntelFrameworkModulePkg DSC: Add build option to disable deprecated APIs IntelFrameworkPkg DSC: Add build option to disable deprecated APIs IntelFsp2Pkg DSC: Add build option to disable deprecated APIs IntelFsp2WrapperPkg DSC: Add build option to disable deprecated APIs IntelFspPkg DSC: Add build option to disable deprecated APIs IntelFspWrapperPkg DSC: Add build option to disable deprecated APIs MdeModulePkg DSC: Add build option to disable deprecated APIs MdePkg DSC: Add build option to disable deprecated APIs NetworkPkg DSC: Add build option to disable deprecated APIs PcAtChipsetPkg DSC: Add build option to disable deprecated APIs PerformancePkg DSC: Add build option to disable deprecated APIs SecurityPkg DSC: Add build option to disable deprecated APIs ShellPkg DSC: Add build option to disable deprecated APIs SourceLevelDebugPkg DSC: Add build option to disable deprecated APIs UefiCpuPkg DSC: Add build option to disable deprecated APIs CryptoPkg DSC: Add build option to disable deprecated APIs CryptoPkg/CryptoPkg.dsc | 3 +++ FatPkg/FatPkg.dsc | 1 + IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 3 +++ IntelFrameworkPkg/IntelFrameworkPkg.dsc | 3 +++ IntelFsp2Pkg/IntelFsp2Pkg.dsc | 3 +++ IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc | 3 +++ IntelFspPkg/IntelFspPkg.dsc | 3 +++ IntelFspWrapperPkg/IntelFspWrapperPkg.dsc | 3 +++ MdeModulePkg/MdeModulePkg.dsc | 3 +++ MdePkg/MdePkg.dsc | 3 +++ NetworkPkg/NetworkPkg.dsc | 3 +++ PcAtChipsetPkg/PcAtChipsetPkg.dsc | 3 +++ PerformancePkg/PerformancePkg.dsc | 3 +++ SecurityPkg/SecurityPkg.dsc | 1 + ShellPkg/ShellPkg.dsc | 2 ++ SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 3 +++ UefiCpuPkg/UefiCpuPkg.dsc | 3 +++ 17 files changed, 46 insertions(+) -- 1.9.5.msysgit.0