mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
39 lines
724 B
Plaintext
39 lines
724 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",
|
|
"fap_loader",
|
|
"archive",
|
|
# "Clock",
|
|
"SubGHz_Remote",
|
|
# "Spectrum_Analyzer",
|
|
],
|
|
)
|
|
|
|
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",
|
|
],
|
|
)
|