mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
17 lines
341 B
Text
17 lines
341 B
Text
App(
|
|
appid="desktop",
|
|
name="DesktopSrv",
|
|
apptype=FlipperAppType.SERVICE,
|
|
entry_point="desktop_srv",
|
|
cdefines=["SRV_DESKTOP"],
|
|
requires=[
|
|
"gui",
|
|
"dolphin",
|
|
"storage",
|
|
"input",
|
|
],
|
|
provides=["desktop_settings"],
|
|
conflicts=["updater"],
|
|
stack_size=2 * 1024,
|
|
order=60,
|
|
)
|