mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
19 lines
344 B
Plaintext
19 lines
344 B
Plaintext
App(
|
|
appid="fap_loader",
|
|
name="Apps",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="fap_loader_app",
|
|
cdefines=["APP_FAP_LOADER"],
|
|
requires=[
|
|
"gui",
|
|
"storage",
|
|
"loader",
|
|
],
|
|
stack_size=int(1.5 * 1024),
|
|
icon="A_Plugins_14",
|
|
order=9,
|
|
sdk_headers=[
|
|
"fap_loader_app.h",
|
|
],
|
|
)
|