mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
12 lines
342 B
Text
12 lines
342 B
Text
App(
|
|
appid="notification",
|
|
name="NotificationSrv",
|
|
apptype=FlipperAppType.SERVICE,
|
|
entry_point="notification_srv",
|
|
cdefines=["SRV_NOTIFICATION"],
|
|
requires=["input"],
|
|
provides=["notification_settings"],
|
|
stack_size=int(1.5 * 1024),
|
|
order=100,
|
|
sdk_headers=["notification.h", "notification_messages.h"],
|
|
)
|