mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/Scripts/Ds5: Added missing package declarations in Python scripts
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13876 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6e9ed5b80d
commit
d5c5ad419e
|
@ -14,6 +14,8 @@ from arm_ds.debugger_v1 import DebugException
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
import string
|
import string
|
||||||
|
|
||||||
|
import edk2_debugger
|
||||||
|
|
||||||
class EfiFileSection(object):
|
class EfiFileSection(object):
|
||||||
EFI_SECTION_PE32 = 0x10
|
EFI_SECTION_PE32 = 0x10
|
||||||
|
|
|
@ -12,9 +12,11 @@
|
||||||
|
|
||||||
from arm_ds.debugger_v1 import DebugException
|
from arm_ds.debugger_v1 import DebugException
|
||||||
|
|
||||||
import firmware_volume
|
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
import edk2_debugger
|
||||||
|
import firmware_volume
|
||||||
|
|
||||||
class DebugInfoTable:
|
class DebugInfoTable:
|
||||||
CONST_DEBUG_INFO_TABLE_GUID = ( 0x49152E77L, 0x47641ADAL, 0xFE7AA2B7L, 0x8B5ED9FEL)
|
CONST_DEBUG_INFO_TABLE_GUID = ( 0x49152E77L, 0x47641ADAL, 0xFE7AA2B7L, 0x8B5ED9FEL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue