mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
29 lines
512 B
Plaintext
29 lines
512 B
Plaintext
App(
|
|
appid="main_apps",
|
|
name="Basic applications for main menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"gpio",
|
|
"ibutton",
|
|
"infrared",
|
|
"lfrfid",
|
|
"nfc",
|
|
"subghz",
|
|
"bad_usb",
|
|
"u2f",
|
|
"archive",
|
|
"clock",
|
|
"subghz_remote",
|
|
"main_apps_on_start",
|
|
],
|
|
)
|
|
|
|
App(
|
|
appid="main_apps_on_start",
|
|
name="On start hooks",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"cli",
|
|
],
|
|
)
|