2022-09-14 16:11:38 +00:00
|
|
|
App(
|
|
|
|
appid="main_apps",
|
|
|
|
name="Basic applications for main menu",
|
|
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
|
|
provides=[
|
|
|
|
"gpio",
|
2023-03-20 16:23:17 +00:00
|
|
|
"onewire",
|
2022-09-14 16:11:38 +00:00
|
|
|
"ibutton",
|
|
|
|
"infrared",
|
|
|
|
"lfrfid",
|
|
|
|
"nfc",
|
|
|
|
"subghz",
|
|
|
|
"bad_usb",
|
|
|
|
"u2f",
|
|
|
|
"fap_loader",
|
|
|
|
"archive",
|
2022-09-14 18:04:04 +00:00
|
|
|
"clock",
|
2023-03-06 07:32:01 +00:00
|
|
|
"subghz_remote",
|
2022-09-19 01:59:28 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
App(
|
|
|
|
appid="main_apps_default",
|
|
|
|
name="Basic applications for main menu",
|
|
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
|
|
provides=[
|
2023-05-17 20:16:25 +00:00
|
|
|
#"gpio",
|
2022-09-21 03:52:34 +00:00
|
|
|
#"ibutton",
|
2023-05-17 20:16:25 +00:00
|
|
|
#"infrared",
|
2022-09-19 01:59:28 +00:00
|
|
|
"lfrfid",
|
|
|
|
"nfc",
|
|
|
|
"subghz",
|
2022-09-21 03:52:34 +00:00
|
|
|
#"bad_usb",
|
|
|
|
#"u2f",
|
2022-09-19 01:59:28 +00:00
|
|
|
"fap_loader",
|
|
|
|
"archive",
|
2022-09-14 16:11:38 +00:00
|
|
|
],
|
|
|
|
)
|