audk/BaseTools/Source/Python
Yanyan Zhang 0795920568 BaseTools: Support TabSpace between section tag in DEC file
Per DEC spec, multiple section tag use <TS> to separate, and it can
support Tab, so this patch fix the bug to use Tab.

<TabSpace> ::= {<Tab>} {<Space>}
<TS> ::= <TabSpace>*

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yanyan Zhang <yanyanx.zhang@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2017-08-13 12:04:42 +08:00
..
AutoGen BaseTools/AutoGen: auto generate MM template APIs and dependencies. 2017-07-07 10:49:13 +08:00
BPDG
Common BaseTools: Add PCDs conditional operator function 2017-07-10 09:58:13 +08:00
CommonDataClass BaseTools/CommonDataClass: register MM Modules. 2017-07-07 10:51:16 +08:00
Ecc BaseTools/Ecc: Add line break support for exception list 2017-05-11 09:29:08 +08:00
Eot BaseTools/Eot: register MM Module types with FFS class. 2017-07-07 10:54:16 +08:00
GenFds BaseTools: Don't need to add extra quotes when UI string from file 2017-08-12 12:40:17 +08:00
GenPatchPcdTable BaseTools: Fix the bug to parse the new map file format 2016-12-02 11:01:24 +08:00
PatchPcdValue
Pkcs7Sign BaseTools: Pkcs7Sign Tool to support OPENSSL_PATH has space 2017-04-27 21:19:29 +08:00
Rsa2048Sha256Sign BaseTools: Rsa2048Sha256GenerateKeys to support OPENSSL_PATH has space 2017-04-27 21:21:30 +08:00
Table
TargetTool
Trim
UPT BaseTools/UPT: Support Multiple Installation 2017-08-12 12:38:26 +08:00
Workspace BaseTools: Support TabSpace between section tag in DEC file 2017-08-13 12:04:42 +08:00
build BaseTools/build: Expand PREBUILD/POSTBUILD DSC actions 2017-08-11 11:20:37 -07:00
GNUmakefile
Makefile
sitecustomize.py