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,
|
||
|
)
|