2022-06-26 12:00:03 +00:00
|
|
|
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,
|
2022-09-14 16:11:38 +00:00
|
|
|
sdk_headers=["notification.h", "notification_messages.h"],
|
2022-06-26 12:00:03 +00:00
|
|
|
)
|