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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user