Files
Momentum-Firmware/applications/debug/expansion_test/application.fam
Willy-JL 3bb897c808 Revert "We don't do fap_libs assets"
This reverts commit 9fbb17f4b2.
2024-02-02 02:29:37 +00:00

13 lines
295 B
Plaintext

App(
appid="expansion_test",
name="Expansion Module Test",
apptype=FlipperAppType.DEBUG,
entry_point="expansion_test_app",
requires=["expansion_start"],
fap_libs=["assets"],
stack_size=1 * 1024,
order=20,
fap_category="Debug",
fap_file_assets="assets",
)