]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/CryptoPkg.dsc
CryptoPkg DSC: Add build option to disable deprecated APIs
authorHao Wu <hao.a.wu@intel.com>
Mon, 1 Aug 2016 06:22:19 +0000 (14:22 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 8 Aug 2016 03:00:13 +0000 (11:00 +0800)
commit5c8075fce336f25a068cc56b63260aae30d4cf2e
treec41a62939b60612ff5f22b0c0962b4266b4c0972
parent72a8abde4009a4b933a2ea995cc0ad20ea01a5bf
CryptoPkg DSC: Add build option to disable deprecated APIs

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

Cc: Qin Long <qin.long@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
CryptoPkg/CryptoPkg.dsc