18 lines
318 B
Plaintext
18 lines
318 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",
|
||
|
],
|
||
|
)
|