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