[FL-2052] New build system based on scons (#1269)
This commit is contained in:
41
applications/meta/application.fam
Normal file
41
applications/meta/application.fam
Normal file
@@ -0,0 +1,41 @@
|
||||
App(
|
||||
appid="basic_services",
|
||||
name="Basic services",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"rpc",
|
||||
"bt",
|
||||
"desktop",
|
||||
"loader",
|
||||
"power",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
App(
|
||||
appid="basic_apps",
|
||||
name="Basic applications for main menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"gpio",
|
||||
"ibutton",
|
||||
"infrared",
|
||||
"lfrfid",
|
||||
"nfc",
|
||||
"subghz",
|
||||
"bad_usb",
|
||||
"u2f",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
App(
|
||||
appid="basic_plugins",
|
||||
name="Basic applications for plug-in menu",
|
||||
apptype=FlipperAppType.METAPACKAGE,
|
||||
provides=[
|
||||
"music_player",
|
||||
"snake_game",
|
||||
"bt_hid",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user