mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
App(
|
|
appid="dolphin",
|
|
name="DolphinSrv",
|
|
apptype=FlipperAppType.SERVICE,
|
|
entry_point="dolphin_srv",
|
|
cdefines=["SRV_DOLPHIN"],
|
|
stack_size=1 * 1024,
|
|
order=50,
|
|
sdk_headers=[
|
|
"dolphin.h",
|
|
"helpers/dolphin_state.h",
|
|
],
|
|
)
|