application.fam 342 B

123456789101112
  1. App(
  2. appid="notification",
  3. name="NotificationSrv",
  4. apptype=FlipperAppType.SERVICE,
  5. entry_point="notification_srv",
  6. cdefines=["SRV_NOTIFICATION"],
  7. requires=["input"],
  8. provides=["notification_settings"],
  9. stack_size=int(1.5 * 1024),
  10. order=100,
  11. sdk_headers=["notification.h", "notification_messages.h"],
  12. )