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:
Harald Welte
2024-02-04 15:04:32 +01:00
parent 3a0f881d84
commit dd6895ff06
3 changed files with 2 additions and 2 deletions

View File

@@ -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 *

View File

@@ -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