mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
integrate mfkey to system apps
This commit is contained in:
13
applications/system/mfkey/plugin_interface.h
Normal file
13
applications/system/mfkey/plugin_interface.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#define PLUGIN_APP_ID "mfkey"
|
||||
#define PLUGIN_API_VERSION 1
|
||||
|
||||
typedef struct {
|
||||
const char* name;
|
||||
bool (*napi_mf_classic_mfkey32_nonces_check_presence)();
|
||||
bool (*napi_mf_classic_nested_nonces_check_presence)();
|
||||
MfClassicNonceArray* (
|
||||
*napi_mf_classic_nonce_array_alloc)(KeysDict*, bool, KeysDict*, ProgramState*);
|
||||
void (*napi_mf_classic_nonce_array_free)(MfClassicNonceArray*);
|
||||
} MfkeyPlugin;
|
||||
Reference in New Issue
Block a user