mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-03 23:25:42 +00:00
26 lines
472 B
Plaintext
26 lines
472 B
Plaintext
App(
|
|
appid="main_apps",
|
|
name="Basic applications for main menu",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"gpio",
|
|
"infrared",
|
|
"lfrfid",
|
|
"nfc",
|
|
"subghz",
|
|
"subghz_bruteforcer",
|
|
"archive",
|
|
"subghz_remote",
|
|
"main_apps_on_start",
|
|
],
|
|
)
|
|
|
|
App(
|
|
appid="main_apps_on_start",
|
|
name="On start hooks",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"cli",
|
|
],
|
|
)
|