15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
App(
|
|
appid="u2f",
|
|
name="U2F",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="u2f_app",
|
|
cdefines=["APP_U2F"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
icon="A_U2F_14",
|
|
order=80,
|
|
)
|