mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
upd manifest
This commit is contained in:
@@ -246,8 +246,28 @@ App(
|
|||||||
)
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="ndef_parser",
|
appid="ndef_ul_parser",
|
||||||
apptype=FlipperAppType.PLUGIN,
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
cdefines=[("NDEF_PROTO", "NDEF_PROTO_UL")],
|
||||||
|
entry_point="ndef_plugin_ep",
|
||||||
|
targets=["f7"],
|
||||||
|
requires=["nfc"],
|
||||||
|
sources=["plugins/supported_cards/ndef.c"],
|
||||||
|
)
|
||||||
|
App(
|
||||||
|
appid="ndef_mfc_parser",
|
||||||
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
cdefines=[("NDEF_PROTO", "NDEF_PROTO_MFC")],
|
||||||
|
entry_point="ndef_plugin_ep",
|
||||||
|
targets=["f7"],
|
||||||
|
requires=["nfc"],
|
||||||
|
sources=["plugins/supported_cards/ndef.c"],
|
||||||
|
)
|
||||||
|
|
||||||
|
App(
|
||||||
|
appid="ndef_slix_parser",
|
||||||
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
cdefines=[("NDEF_PROTO", "NDEF_PROTO_SLIX")],
|
||||||
entry_point="ndef_plugin_ep",
|
entry_point="ndef_plugin_ep",
|
||||||
targets=["f7"],
|
targets=["f7"],
|
||||||
requires=["nfc"],
|
requires=["nfc"],
|
||||||
|
|||||||
Reference in New Issue
Block a user