From 8d62ae35ca6a4d0331f9ebd7609265378e69afbf Mon Sep 17 00:00:00 2001 From: Hess Chen Date: Tue, 9 Dec 2014 06:41:58 +0000 Subject: BaseTools/ECC: Fix some issues of ECC tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for the usage which is defined in the above line for a Protocol/Ppi/Guid Add support for “!ERROR” Ignore issue of parsing a macro Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16487 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/Python/Common/DataType.py | 1 + 1 file changed, 1 insertion(+) (limited to 'BaseTools/Source/Python/Common') diff --git a/BaseTools/Source/Python/Common/DataType.py b/BaseTools/Source/Python/Common/DataType.py index 57e5063ff2..6d66523847 100644 --- a/BaseTools/Source/Python/Common/DataType.py +++ b/BaseTools/Source/Python/Common/DataType.py @@ -442,6 +442,7 @@ TAB_ELSE = '!else' TAB_IF_DEF = '!ifdef' TAB_IF_N_DEF = '!ifndef' TAB_IF_EXIST = '!if exist' +TAB_ERROR = '!ERROR' # # Unknown section -- cgit v1.2.3