-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathApplicationList.txt
More file actions
45 lines (39 loc) · 1.21 KB
/
ApplicationList.txt
File metadata and controls
45 lines (39 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Applications List - MatrixBlock5
# Format:
# FolderName - Regular application (sandboxed)
# [System]FolderName - System application (privileged)
# git:URL@branch/hash - Clone git repository at specific branch/commit
# [System]git:URL@branch - System application from git repository
# Applications register their class via RegisterApplicationClass() in their CMakeLists.txt
# Git applications are cloned to {FAMILY_PATH}/Applications/ directory
# Use # for comments and empty lines are allowed
#
# Git URL Examples:
# git:https://github.com/user/myapp@main
# git:https://github.com/user/myapp@v1.2.3
# git:https://github.com/user/myapp@abc123d
# [System]git:https://github.com/user/sysapp@feature-branch
# Device UI
Setting
BrightnessControl
# System Apps
[System]Shell
#MSC
# User Facing Apps
Performance
#Note
#REDACTED
#Companion
#CustomControlMap
#Lighting
#Dice
#Reversi
#Strum
#[System]Python
# Boot animation
{FAMILY_PATH}/Applications/MystrixBoot
# Device-specific applications (if any)
# {FAMILY_PATH}/Applications/FactoryMenu
# {FAMILY_PATH}/Applications/ForceCalibration
# Example application template
#git:https://github.com/203-Systems/Matrix-OS-APP-Template.git@master