mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Rename plugins to external
This commit is contained in:
25
applications/external/music_beeper/application.fam
vendored
Normal file
25
applications/external/music_beeper/application.fam
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
App(
|
||||
appid="Music_Beeper",
|
||||
name="Music Beeper",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="music_beeper_app",
|
||||
cdefines=["APP_MUSIC_BEEPER"],
|
||||
requires=[
|
||||
"gui",
|
||||
"dialogs",
|
||||
],
|
||||
provides=["music_beeper_start"],
|
||||
stack_size=2 * 1024,
|
||||
order=45,
|
||||
fap_icon="music_10px.png",
|
||||
fap_icon_assets="icons",
|
||||
fap_category="Music",
|
||||
)
|
||||
|
||||
App(
|
||||
appid="music_beeper_start",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="music_beeper_on_system_start",
|
||||
requires=["music_beeper"],
|
||||
order=30,
|
||||
)
|
||||
Reference in New Issue
Block a user