BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
Hess Chen
2018-10-17 10:22:04 +08:00
committed by Yonghong Zhu
parent 041d89bc0f
commit 33a211d009
4 changed files with 67 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ CFunctionLayoutCheckDataDeclaration = 1
CFunctionLayoutCheckNoInitOfVariable = 1
# Check whether no use of STATIC for functions
CFunctionLayoutCheckNoStatic = 1
# Check whether no use of Deprecated functions
CFunctionLayoutCheckNoDeprecated = 1
#
# Include Files Checking