rename global_platform.scp02 to global_platform.scp
This is in preparation of extending it to cover SCP03 in a follow-up patch. Change-Id: Idc0afac6e95f89ddaf277a89f9c95607e70a471c
This commit is contained in:
@@ -22,7 +22,7 @@ from construct import Optional as COptional
|
|||||||
from construct import *
|
from construct import *
|
||||||
from bidict import bidict
|
from bidict import bidict
|
||||||
from Cryptodome.Random import get_random_bytes
|
from Cryptodome.Random import get_random_bytes
|
||||||
from pySim.global_platform.scp02 import SCP02
|
from pySim.global_platform.scp import SCP02
|
||||||
from pySim.construct import *
|
from pySim.construct import *
|
||||||
from pySim.utils import *
|
from pySim.utils import *
|
||||||
from pySim.filesystem import *
|
from pySim.filesystem import *
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import unittest
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from pySim.global_platform import *
|
from pySim.global_platform import *
|
||||||
from pySim.global_platform.scp02 import SCP02
|
from pySim.global_platform.scp import SCP02
|
||||||
from pySim.utils import b2h, h2b
|
from pySim.utils import b2h, h2b
|
||||||
|
|
||||||
KIC = h2b('100102030405060708090a0b0c0d0e0f') # enc
|
KIC = h2b('100102030405060708090a0b0c0d0e0f') # enc
|
||||||
|
|||||||
Reference in New Issue
Block a user