Reviewed-by: Ruiyu Ni <ruiyu...@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>; Ni, Ruiyu <ruiyu...@intel.com>
>Subject: [PATCH 01/17] FatPkg 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: Ruiyu Ni <ruiyu...@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.0
>Signed-off-by: Hao Wu <hao.a...@intel.com>
>---
> FatPkg/FatPkg.dsc | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc
>index 9250ae0..d654120 100644
>--- a/FatPkg/FatPkg.dsc
>+++ b/FatPkg/FatPkg.dsc
>@@ -31,6 +31,7 @@
>   INTEL:RELEASE_*_*_CC_FLAGS           = /D MDEPKG_NDEBUG
>   MSFT:RELEASE_*_*_CC_FLAGS            = /D MDEPKG_NDEBUG
>   RVCT:RELEASE_*_*_CC_FLAGS            = -DMDEPKG_NDEBUG
>+  *_*_*_CC_FLAGS                       = -D DISABLE_NEW_DEPRECATED_INTERFACES
>
> [LibraryClasses]
>   #
>--
>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