BaseTools/Ecc: Fix import issues
1. Complete the full path for import statement. Use "EccMain" to replace "Ecc" for the absolute path support. 2. Fix some issues on configuration file. 3. Fix an issue of RaiseError not working in EdkLogger. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -27,9 +27,9 @@ from Table.TableFunction import TableFunction
|
||||
from Table.TablePcd import TablePcd
|
||||
from Table.TableIdentifier import TableIdentifier
|
||||
from Table.TableReport import TableReport
|
||||
from .MetaFileWorkspace.MetaFileTable import ModuleTable
|
||||
from .MetaFileWorkspace.MetaFileTable import PackageTable
|
||||
from .MetaFileWorkspace.MetaFileTable import PlatformTable
|
||||
from Ecc.MetaFileWorkspace.MetaFileTable import ModuleTable
|
||||
from Ecc.MetaFileWorkspace.MetaFileTable import PackageTable
|
||||
from Ecc.MetaFileWorkspace.MetaFileTable import PlatformTable
|
||||
from Table.TableFdf import TableFdf
|
||||
|
||||
##
|
||||
|
Reference in New Issue
Block a user