mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
|
App(
|
||
|
appid="TAMA_P1",
|
||
|
name="TAMA P1",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="tama_p1_app",
|
||
|
cdefines=["APP_TAMA_P1"],
|
||
|
requires=["gui", "storage"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=215,
|
||
|
fap_icon="tamaIcon.png",
|
||
|
fap_category="Games_Extra",
|
||
|
)
|