mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
[FL-2052] New build system based on scons (#1269)
This commit is contained in:
11
applications/archive/application.fam
Normal file
11
applications/archive/application.fam
Normal file
@@ -0,0 +1,11 @@
|
||||
App(
|
||||
appid="archive",
|
||||
name="Archive",
|
||||
apptype=FlipperAppType.ARCHIVE,
|
||||
entry_point="archive_app",
|
||||
cdefines=["APP_ARCHIVE"],
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
icon="A_FileManager_14",
|
||||
order=0,
|
||||
)
|
||||
Reference in New Issue
Block a user