mirror of https://github.com/acidanthera/audk.git
BaseTools: Move Identification file to Eot
Move the Identification file. This file is only ever imported into the Eot tool. Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by : Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
parent
67938bcc9d
commit
4495792953
|
@ -16,11 +16,12 @@
|
|||
#
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
|
||||
import Common.LongFilePathOs as os
|
||||
import Common.EdkLogger as EdkLogger
|
||||
from Common.DataType import *
|
||||
from CommonDataClass.DataClass import *
|
||||
from Common.Identification import *
|
||||
from Eot.Identification import Identification
|
||||
from Common.StringUtils import *
|
||||
from Eot.Parser import *
|
||||
from Eot import Database
|
||||
|
|
Loading…
Reference in New Issue