]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools: enhance error handling for DSC file
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 08:46:48 +0000 (16:46 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 19 Apr 2016 10:32:35 +0000 (18:32 +0800)
commitd429fcd0d25936ff5861e9c6e37f7cf9285217b2
tree3b41158bc19855755d131ed59fd16227502574f7
parent74e8963c9b661eaa4e828b0ad2d8925e1622ac49
BaseTools: enhance error handling for DSC file

Add logic for DSC file validation for Prebuild init. Add logic to detect
error for DSC parser when '{' is missing.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py
BaseTools/Source/Python/build/build.py