From 4bae4f02f319a5874f19480733138c9eff460157 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Thu, 14 Jan 2021 12:25:13 -0800 Subject: BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception list Function '_ModuleEntryPoint' is a pre-defined interface for various EFI module types and should not be caught violating EFI coding style. This change added '_ModuleEntryPoint' into exception list to fix EFI coding style error 8006 during CI build. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Kun Qin Reviewed-by: Liming Gao Reviewed-by: Bob Feng --- BaseTools/Source/Python/Ecc/exception.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BaseTools') diff --git a/BaseTools/Source/Python/Ecc/exception.xml b/BaseTools/Source/Python/Ecc/exception.xml index 8133904fbc..f2334aab8e 100644 --- a/BaseTools/Source/Python/Ecc/exception.xml +++ b/BaseTools/Source/Python/Ecc/exception.xml @@ -296,6 +296,10 @@ _DriverUnloadHandler 8006 + + _ModuleEntryPoint + 8006 + ASSERT 10015 -- cgit v1.2.3