Files
Momentum-Firmware/applications/services/notification/application.fam
Willy-JL 8bdbdaa6f5 Tweak services orders
Same order but numbers match OFW
2023-08-29 00:49:15 +02:00

13 lines
342 B
Plaintext

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"],
)