audk/BaseTools/Source/Python/Eot
Feng, Bob C 8189be6fd7 BaseTools: Eot tool Python3 adaption
v2:
The python files under CParser4 are generated by antlr4 and for
python3 usage. They have python3 specific syntax, for example
the data type declaration for the arguments of a function. That
is not compitable with python2. this patch is to remove these syntax.

Eot tool Python3 adaption.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-02-01 11:09:25 +08:00
..
CParser3 BaseTools: Eot tool Python3 adaption 2019-02-01 11:09:25 +08:00
CParser4 BaseTools: Eot tool Python3 adaption 2019-02-01 11:09:25 +08:00
CodeFragment.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
CodeFragmentCollector.py BaseTools: Eot tool Python3 adaption 2019-02-01 11:09:25 +08:00
Database.py There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. 2014-08-15 03:06:48 +00:00
EfiCompressor.pyd Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
EotGlobalData.py BaseTools: Add missing content to EOT tool. 2018-05-28 09:17:38 +08:00
EotMain.py BaseTools: Remove unused logic for IPF 2019-01-14 09:34:41 +08:00
EotToolError.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
FileProfile.py BaseTools: Use absolute import in Eot 2018-07-16 11:22:17 +08:00
Identification.py BaseTools: Move Identification file to Eot 2018-12-06 17:08:09 +08:00
InfParserLite.py BaseTools: Move Identification file to Eot 2018-12-06 17:08:09 +08:00
LzmaCompressor.pyd Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
Parser.py BaseTools/EOT: Change to call a program instead of calling Python API. 2018-10-16 14:52:02 +08:00
ParserWarning.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
Report.py BaseTools/EOT: Change to call a program instead of calling Python API. 2018-10-16 14:52:02 +08:00
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
c.py BaseTools: Use absolute import in Eot 2018-07-16 11:22:17 +08:00