[FL-2052] New build system based on scons (#1269)
This commit is contained in:
13
applications/gui/application.fam
Normal file
13
applications/gui/application.fam
Normal file
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="gui",
|
||||
name="GuiSrv",
|
||||
apptype=FlipperAppType.SERVICE,
|
||||
entry_point="gui_srv",
|
||||
cdefines=["SRV_GUI"],
|
||||
requires=[
|
||||
"input",
|
||||
"notification",
|
||||
],
|
||||
stack_size=2 * 1024,
|
||||
order=70,
|
||||
)
|
Reference in New Issue
Block a user