[FL-2052] New build system based on scons (#1269)
This commit is contained in:
23
applications/dolphin/application.fam
Normal file
23
applications/dolphin/application.fam
Normal file
@@ -0,0 +1,23 @@
|
||||
App(
|
||||
appid="dolphin",
|
||||
name="DolphinSrv",
|
||||
apptype=FlipperAppType.SERVICE,
|
||||
entry_point="dolphin_srv",
|
||||
cdefines=["SRV_DOLPHIN"],
|
||||
stack_size=1 * 1024,
|
||||
order=50,
|
||||
)
|
||||
|
||||
App(
|
||||
appid="passport",
|
||||
name="Passport",
|
||||
apptype=FlipperAppType.SETTINGS,
|
||||
entry_point="passport_app",
|
||||
cdefines=["APP_PASSPORT"],
|
||||
requires=[
|
||||
"gui",
|
||||
"dolphin",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
order=60,
|
||||
)
|
Reference in New Issue
Block a user