mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
14 lines
234 B
Plaintext
14 lines
234 B
Plaintext
|
|
App(
|
||
|
|
appid="gui",
|
||
|
|
name="GuiSrv",
|
||
|
|
apptype=FlipperAppType.SERVICE,
|
||
|
|
entry_point="gui_srv",
|
||
|
|
cdefines=["SRV_GUI"],
|
||
|
|
requires=[
|
||
|
|
"input",
|
||
|
|
"notification",
|
||
|
|
],
|
||
|
|
stack_size=2 * 1024,
|
||
|
|
order=70,
|
||
|
|
)
|