flipperzero-firmware/applications/services/locale/application.fam

10 lines
200 B
Plaintext
Raw Normal View History

App(
appid="locale",
name="LocaleSrv",
apptype=FlipperAppType.STARTUP,
entry_point="locale_on_system_start",
cdefines=["SRV_LOCALE"],
order=90,
sdk_headers=["locale.h"],
)