From ae7b6df816e913394a7f11264f24953658ff34ba Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Fri, 24 Nov 2017 14:30:11 +0800 Subject: BaseTools: Support Structure PCD value assignment in DEC/DSC https://bugzilla.tianocore.org/show_bug.cgi?id=542 This is pure BaseTools enhancement to support PCD with one structure. User can specify PCD value based on its structure field. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Reviewed-by: Yonghong Zhu --- BaseTools/Source/Python/Common/BuildToolError.py | 1 + 1 file changed, 1 insertion(+) (limited to 'BaseTools/Source/Python/Common/BuildToolError.py') diff --git a/BaseTools/Source/Python/Common/BuildToolError.py b/BaseTools/Source/Python/Common/BuildToolError.py index bee5850fc5..2ee899ac44 100644 --- a/BaseTools/Source/Python/Common/BuildToolError.py +++ b/BaseTools/Source/Python/Common/BuildToolError.py @@ -86,6 +86,7 @@ MIGRATION_ERROR = 0xF010 PCD_VALIDATION_INFO_ERROR = 0xF011 PCD_VARIABLE_ATTRIBUTES_ERROR = 0xF012 PCD_VARIABLE_ATTRIBUTES_CONFLICT_ERROR = 0xF013 +PCD_STRUCTURE_PCD_ERROR = 0xF014 ABORT_ERROR = 0xFFFE UNKNOWN_ERROR = 0xFFFF -- cgit v1.2.3