mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 06:18:35 -07:00
Format
This commit is contained in:
14
applications/external/totp/application.fam
vendored
14
applications/external/totp/application.fam
vendored
@@ -4,15 +4,7 @@ App(
|
|||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="totp_app",
|
entry_point="totp_app",
|
||||||
cdefines=["APP_TOTP"],
|
cdefines=["APP_TOTP"],
|
||||||
requires=[
|
requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
|
||||||
"gui",
|
|
||||||
"cli",
|
|
||||||
"dialogs",
|
|
||||||
"storage",
|
|
||||||
"input",
|
|
||||||
"notification",
|
|
||||||
"bt"
|
|
||||||
],
|
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=20,
|
order=20,
|
||||||
fap_version="4.01",
|
fap_version="4.01",
|
||||||
@@ -49,11 +41,11 @@ App(
|
|||||||
"wolfcrypt/src/hash.c",
|
"wolfcrypt/src/hash.c",
|
||||||
"wolfcrypt/src/sha.c",
|
"wolfcrypt/src/sha.c",
|
||||||
"wolfcrypt/src/sha256.c",
|
"wolfcrypt/src/sha256.c",
|
||||||
"wolfcrypt/src/sha512.c"
|
"wolfcrypt/src/sha512.c",
|
||||||
],
|
],
|
||||||
cflags=["-Wno-error"],
|
cflags=["-Wno-error"],
|
||||||
cdefines=["HAVE_CONFIG_H"],
|
cdefines=["HAVE_CONFIG_H"],
|
||||||
cincludes=["config/wolfssl"]
|
cincludes=["config/wolfssl"],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user