unleashed-firmware/applications/plugins/flipfrid/application.fam

15 lines
321 B
Text
Raw Normal View History

2022-08-24 16:14:03 +00:00
App(
appid="flipfrid",
name="RFID Fuzzer",
2022-08-24 16:14:03 +00:00
apptype=FlipperAppType.PLUGIN,
entry_point="flipfrid_start",
cdefines=["APP_FLIP_FRID"],
2022-09-14 18:04:04 +00:00
requires=["gui", "storage", "dialogs", "input", "notification"],
2022-08-24 16:14:03 +00:00
stack_size=1 * 1024,
2022-09-10 23:09:02 +00:00
order=15,
2022-09-14 18:04:04 +00:00
fap_libs=[
"lfrfid",
"toolbox",
],
2022-08-24 16:14:03 +00:00
)