Re: [edk2] [PATCH 14/17] ShellPkg DSC: Add build option to disable deprecated APIs

2016-08-04 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni >-Original Message- >From: Wu, Hao A >Sent: Friday, August 5, 2016 8:53 AM >To: edk2-devel@lists.01.org; Gao, Liming >Cc: Wu, Hao A ; Carsey, Jaben ; >Ni, Ruiyu

[edk2] [PATCH 14/17] ShellPkg DSC: Add build option to disable deprecated APIs

2016-08-04 Thread Hao Wu
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: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore