firmware/shared/manifest.py
2021-07-20 09:07:40 -04:00

63 lines
949 B
Python

# freeze everything in this directoy
freeze_as_mpy('', [
'actions.py',
'address_explorer.py',
'auth.py',
'backups.py',
'callgate.py',
'chains.py',
'choosers.py',
'compat7z.py',
'descriptor.py',
'dev_helper.py',
'display.py',
'drv_entro.py',
'exceptions.py',
'export.py',
'files.py',
'flow.py',
'glob.py',
'h.py',
'history.py',
'hsm.py',
'hsm_ux.py',
'imptask.py',
'login.py',
'main.py',
'mempad.py',
'menu.py',
'multisig.py',
'numpad.py',
'nvstore.py',
'opcodes.py',
'paper.py',
'pincodes.py',
'psbt.py',
'pwsave.py',
'queues.py',
'qrs.py',
'random.py',
'seed.py',
'selftest.py',
'serializations.py',
'sffile.py',
'sflash.py',
'sram2.py',
'ssd1306.py',
'stash.py',
'usb.py',
'users.py',
'utils.py',
'ux.py',
'version.py',
'xor_seed.py',
], opt=0)
# Data-like files, since no need to debug them
freeze_as_mpy('', [
'sigheader.py',
'graphics.py',
'zevvpeep.py',
'public_constants.py',
], opt=3)