summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/am-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/application-features/am-config.yaml')
-rw-r--r--examples/applicationmanager/application-features/am-config.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/applicationmanager/application-features/am-config.yaml b/examples/applicationmanager/application-features/am-config.yaml
new file mode 100644
index 00000000..effb5bfc
--- /dev/null
+++ b/examples/applicationmanager/application-features/am-config.yaml
@@ -0,0 +1,25 @@
+formatVersion: 1
+formatType: am-configuration
+---
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+ installationDir: "/tmp/application-features/apps"
+ installedAppsManifestDir: "/tmp/application-features/manifests"
+
+logging:
+ rules:
+ - "*=false"
+ - "qt.*=false"
+ - "am.*=false"
+ - "qml*=true"
+ - "*.warning=true"
+ - "*.critical=true"
+
+ui:
+ fullscreen: no
+ mainQml: "${CONFIG_PWD}/system-ui/main.qml"
+
+# development setup:
+flags:
+ noSecurity: yes
+ noUiWatchdog: yes