mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
16 lines
266 B
Plaintext
16 lines
266 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,
|
||
|
|
order=120,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|