Files
Momentum-Firmware/applications/main/application.fam
ESurge 0ab59f8bf4 Made UniRFRemix a FAP, added a Loader for Main Menu
Requires one change in api_symbols.scv
2022-10-21 05:01:12 -07:00

43 lines
832 B
Plaintext

App(
appid="main_apps",
name="Basic applications for main menu",
apptype=FlipperAppType.METAPACKAGE,
provides=[
"clock_loader",
"gpio",
# "ibutton",
"ibutton_loader",
"infrared",
"lfrfid",
"nfc",
"subghz",
"bad_usb",
# "u2f",
"u2f_loader",
"fap_loader",
"archive",
# "Clock",
#"SubGHz_Remote",
"SubGHz_Remote_loader",
# "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",
],
)