mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
|
|
App(
|
||
|
|
appid="ccid_test",
|
||
|
|
name="CCID Debug",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="ccid_test_app",
|
||
|
|
requires=[
|
||
|
|
"gui",
|
||
|
|
],
|
||
|
|
provides=[
|
||
|
|
"ccid_test",
|
||
|
|
],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|