mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
16 lines
266 B
Text
16 lines
266 B
Text
|
App(
|
||
|
appid="ccid_test",
|
||
|
name="CCID Debug",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="ccid_test_app",
|
||
|
requires=[
|
||
|
"gui",
|
||
|
],
|
||
|
provides=[
|
||
|
"ccid_test",
|
||
|
],
|
||
|
stack_size=1 * 1024,
|
||
|
order=120,
|
||
|
fap_category="Debug",
|
||
|
)
|