mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
|
|
App(
|
||
|
|
appid="loader",
|
||
|
|
name="LoaderSrv",
|
||
|
|
apptype=FlipperAppType.SERVICE,
|
||
|
|
entry_point="loader_srv",
|
||
|
|
cdefines=["SRV_LOADER"],
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=90,
|
||
|
|
)
|