Properly integrate xtreme apis and headers

This commit is contained in:
Willy-JL
2023-02-11 05:19:37 +00:00
parent 9cf68935e8
commit efb11dfcbd
66 changed files with 179 additions and 169 deletions

View File

@@ -0,0 +1,10 @@
App(
appid="xtreme",
apptype=FlipperAppType.STARTUP,
entry_point="xtreme_on_system_start",
requires=["storage"],
order=1000,
provides=[
"xtreme",
],
)