mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
38 lines
709 B
Text
38 lines
709 B
Text
App(
|
|
appid="main_apps",
|
|
name="Basic applications for main menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"gpio",
|
|
"onewire",
|
|
"ibutton",
|
|
"infrared",
|
|
"lfrfid",
|
|
"nfc",
|
|
"subghz",
|
|
"bad_usb",
|
|
"u2f",
|
|
"fap_loader",
|
|
"archive",
|
|
"clock",
|
|
"subghz_remote",
|
|
],
|
|
)
|
|
|
|
App(
|
|
appid="main_apps_default",
|
|
name="Basic applications for main menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"gpio",
|
|
#"ibutton",
|
|
"infrared",
|
|
"lfrfid",
|
|
"nfc",
|
|
"subghz",
|
|
#"bad_usb",
|
|
#"u2f",
|
|
"fap_loader",
|
|
"archive",
|
|
],
|
|
)
|