Files
Momentum-Firmware/applications/services/notification/application.fam
2025-03-12 18:15:38 +07:00

13 lines
358 B
Plaintext

App(
appid="notification",
name="NotificationSrv",
apptype=FlipperAppType.SERVICE,
entry_point="notification_srv",
cdefines=["SRV_NOTIFICATION"],
requires=["input","rgb_backlight"],
provides=["notification_settings"],
stack_size=int(1.5 * 1024),
order=100,
sdk_headers=["notification.h", "notification_messages.h"],
)