mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
JS: Silence plugin functions warning
This commit is contained in:
@@ -302,8 +302,14 @@ def _validate_app_imports(target, source, env):
|
||||
"gallagher_deobfuscate_and_parse_credential",
|
||||
# js_
|
||||
"js_delay_with_flags",
|
||||
"js_flags_wait",
|
||||
"js_event_loop_get_loop",
|
||||
"js_flags_set",
|
||||
"js_flags_wait",
|
||||
"js_gui_make_view_factory",
|
||||
"js_module_get",
|
||||
# test_js
|
||||
"js_thread_run",
|
||||
"js_thread_stop",
|
||||
# totp_
|
||||
"totp_",
|
||||
"token_info_",
|
||||
@@ -317,7 +323,8 @@ def _validate_app_imports(target, source, env):
|
||||
for prefix in [
|
||||
"advanced_plugin",
|
||||
"gallagher",
|
||||
"js_",
|
||||
"js_", # js_app and all js_ modules
|
||||
"test_js",
|
||||
"totp_",
|
||||
"troika",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user