audk/BaseTools/Source/Python/Common
Yunhua Feng 09ef8e9258 BaseTools: introduce !error statement
The DSC and FDF file can use `!error` statement. The argument of this
statement is an error message, it causes build tool to stop at the
location where the statement is encountered and error message following
the `!error` statement is output as a message.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=701
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-06-22 13:38:40 +08:00
..
BuildToolError.py BaseTools: introduce !error statement 2018-06-22 13:38:40 +08:00
BuildVersion.py
DataType.py BaseTools: introduce !error statement 2018-06-22 13:38:40 +08:00
Database.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
EdkLogger.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
Expression.py BaseTools: use set instead of list 2018-05-04 13:07:57 +08:00
GlobalData.py BaseTools: GenFds - simplify testing for Hex number 2018-04-26 14:44:35 +08:00
Identification.py
LongFilePathOs.py BaseTools: loop to retry remove when it fails. 2018-05-28 09:16:03 +08:00
LongFilePathOsPath.py BaseTools: Update Build tool to support multiple workspaces 2015-10-08 09:27:14 +00:00
LongFilePathSupport.py
Misc.py BaseTools: Cleanup unneeded code 2018-06-13 09:02:56 +08:00
MultipleWorkspace.py BaseTools: Fix the bug to correctly handle the [BuildOptions] 2016-04-15 08:41:21 +08:00
Parsing.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
PyUtility.pyd
RangeExpression.py BaseTools: use set instead of list 2018-05-04 13:07:57 +08:00
StringUtils.py BaseTools: Cleanup unneeded code 2018-06-13 09:02:56 +08:00
TargetTxtClassObject.py BaseTools: remove uncalled functions 2018-04-10 10:00:00 +08:00
ToolDefClassObject.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
VariableAttributes.py
VpdInfoFile.py BaseTools: Cleanup unneeded code 2018-06-13 09:02:56 +08:00
__init__.py