summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Ecc/config.ini
diff options
context:
space:
mode:
authorHess Chen <hesheng.chen@intel.com>2018-10-17 10:22:04 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-10-24 08:41:03 +0800
commit33a211d0095575b35cba16a1a8c305588bf1d49a (patch)
treed3b3d8f8ce3380f8a81a91ad003f359cfe386f37 /BaseTools/Source/Python/Ecc/config.ini
parent041d89bc0f0119df37a5fce1d0f16495ff905089 (diff)
downloadedk2-33a211d0095575b35cba16a1a8c305588bf1d49a.tar.gz
edk2-33a211d0095575b35cba16a1a8c305588bf1d49a.tar.bz2
edk2-33a211d0095575b35cba16a1a8c305588bf1d49a.zip
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>
Diffstat (limited to 'BaseTools/Source/Python/Ecc/config.ini')
-rw-r--r--BaseTools/Source/Python/Ecc/config.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Ecc/config.ini b/BaseTools/Source/Python/Ecc/config.ini
index 00c98c6232..663ae293bd 100644
--- a/BaseTools/Source/Python/Ecc/config.ini
+++ b/BaseTools/Source/Python/Ecc/config.ini
@@ -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