application.fam 200 B

123456789
  1. App(
  2. appid="locale",
  3. name="LocaleSrv",
  4. apptype=FlipperAppType.STARTUP,
  5. entry_point="locale_on_system_start",
  6. cdefines=["SRV_LOCALE"],
  7. order=90,
  8. sdk_headers=["locale.h"],
  9. )