IntelFspXXXPkg are reviewed by: jiewen....@intel.com

> -----Original Message-----
> From: Wu, Hao A
> Sent: Friday, August 5, 2016 8:53 AM
> To: edk2-devel@lists.01.org; Gao, Liming <liming....@intel.com>
> Cc: Wu, Hao A <hao.a...@intel.com>; Yao, Jiewen <jiewen....@intel.com>
> Subject: [PATCH 04/17] IntelFsp2Pkg 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: Jiewen Yao <jiewen....@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Hao Wu <hao.a...@intel.com>
> ---
>  IntelFsp2Pkg/IntelFsp2Pkg.dsc | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.dsc b/IntelFsp2Pkg/IntelFsp2Pkg.dsc
> index 61eb6f1..1469d35 100644
> --- a/IntelFsp2Pkg/IntelFsp2Pkg.dsc
> +++ b/IntelFsp2Pkg/IntelFsp2Pkg.dsc
> @@ -77,3 +77,6 @@
>    gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
>    gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
>    gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
> +
> +[BuildOptions]
> +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> --
> 1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to