2022-09-15 02:11:38 +10:00
|
|
|
App(
|
|
|
|
appid="main_apps",
|
|
|
|
name="Basic applications for main menu",
|
|
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
|
|
provides=[
|
|
|
|
"gpio",
|
2023-03-20 19:23:17 +03:00
|
|
|
"onewire",
|
2022-09-15 02:11:38 +10:00
|
|
|
"ibutton",
|
|
|
|
"infrared",
|
|
|
|
"lfrfid",
|
|
|
|
"nfc",
|
|
|
|
"subghz",
|
|
|
|
"bad_usb",
|
|
|
|
"u2f",
|
|
|
|
"archive",
|
2022-09-14 21:04:04 +03:00
|
|
|
"clock",
|
2023-03-06 10:32:01 +03:00
|
|
|
"subghz_remote",
|
2022-09-19 04:59:28 +03:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
2023-07-06 01:20:09 +03:00
|
|
|
# Enable apps that you need in DEBUG firmware here:
|
2022-09-19 04:59:28 +03:00
|
|
|
App(
|
|
|
|
appid="main_apps_default",
|
|
|
|
name="Basic applications for main menu",
|
|
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
|
|
provides=[
|
2023-07-06 01:20:09 +03:00
|
|
|
# "gpio",
|
|
|
|
# "ibutton",
|
|
|
|
# "infrared",
|
2022-09-19 04:59:28 +03:00
|
|
|
"lfrfid",
|
2023-07-06 01:20:09 +03:00
|
|
|
# "nfc",
|
2022-09-19 04:59:28 +03:00
|
|
|
"subghz",
|
2023-07-06 01:20:09 +03:00
|
|
|
# "bad_usb",
|
|
|
|
# "u2f",
|
2022-09-19 04:59:28 +03:00
|
|
|
"archive",
|
2022-09-15 02:11:38 +10:00
|
|
|
],
|
|
|
|
)
|