Add Saflok MFUL Parser Support

by aaronjamt
This commit is contained in:
MX
2025-12-01 05:40:27 +03:00
parent 3821c9049e
commit a7561bee98
2 changed files with 77 additions and 14 deletions

View File

@@ -369,8 +369,19 @@ App(
)
App(
appid="saflok_parser",
appid="saflok_mfc_parser",
apptype=FlipperAppType.PLUGIN,
cdefines=[("SL_PROTO", "SL_PROTO_MFC")],
entry_point="saflok_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/saflok.c"],
)
App(
appid="saflok_ul_parser",
apptype=FlipperAppType.PLUGIN,
cdefines=[("SL_PROTO", "SL_PROTO_UL")],
entry_point="saflok_plugin_ep",
targets=["f7"],
requires=["nfc"],