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:
oliviermartin 2012-10-22 15:45:10 +00:00
parent 6e9ed5b80d
commit d5c5ad419e
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,8 @@ from arm_ds.debugger_v1 import DebugException
import struct
import string
import edk2_debugger
class EfiFileSection(object):
EFI_SECTION_PE32 = 0x10

View File

@ -12,9 +12,11 @@
from arm_ds.debugger_v1 import DebugException
import firmware_volume
import struct
import edk2_debugger
import firmware_volume
class DebugInfoTable:
CONST_DEBUG_INFO_TABLE_GUID = ( 0x49152E77L, 0x47641ADAL, 0xFE7AA2B7L, 0x8B5ED9FEL)