mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
feat(core): add thp module to frozen build
This commit is contained in:
parent
45b0293371
commit
4f9b3944ab
@ -598,6 +598,7 @@ if FROZEN:
|
||||
else:
|
||||
raise ValueError('Unknown layout')
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/thp/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/*.py'))
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'storage/*.py',
|
||||
|
@ -682,6 +682,7 @@ if FROZEN:
|
||||
else:
|
||||
raise ValueError('Unknown layout')
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/thp/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/*.py'))
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'storage/*.py',
|
||||
|
2
core/src/all_modules.py
generated
2
core/src/all_modules.py
generated
@ -207,6 +207,8 @@ trezor.wire.protocol
|
||||
import trezor.wire.protocol
|
||||
trezor.wire.protocol_common
|
||||
import trezor.wire.protocol_common
|
||||
trezor.wire.thp
|
||||
import trezor.wire.thp
|
||||
trezor.wire.thp.ack_handler
|
||||
import trezor.wire.thp.ack_handler
|
||||
trezor.wire.thp.channel_context
|
||||
|
0
core/src/trezor/wire/thp/__init__.py
Normal file
0
core/src/trezor/wire/thp/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user