aboutsummaryrefslogtreecommitdiffstats
path: root/am-config-android.yaml
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-06-05 14:33:14 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-07-18 09:03:35 +0000
commit957981706befbbad33d5229dcfef05b4e05c2813 (patch)
tree9ae9d71c59798832c8639f88ffd91a419355874e /am-config-android.yaml
parentc0045aae8289d011c5d980df02676e6d33bff4e2 (diff)
[android] Port Neptune3 for Android
Make Neptune runnable on android. Not fully featured, but at least showing the general look and some basic apps. Change-Id: I27958a377c36958001015983f712d4abcb391db7 Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'am-config-android.yaml')
-rw-r--r--am-config-android.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/am-config-android.yaml b/am-config-android.yaml
new file mode 100644
index 00000000..eefb3da7
--- /dev/null
+++ b/am-config-android.yaml
@@ -0,0 +1,48 @@
+formatVersion: 1
+formatType: am-configuration
+---
+# basic AM functionality for android. without installer features
+
+applications:
+ builtinAppsManifestDir: "${CONFIG_PWD}/apps"
+ database: "am/apps.db"
+
+# QML apps will be able to import from modules...
+
+runtimes:
+ qml:
+ importPaths: [ "${CONFIG_PWD}/imports/shared" ]
+ environmentVariables:
+ QT_PLUGIN_PATH: ${CONFIG_PWD}
+# SERVER_CONF_PATH: ${CONFIG_PWD}/server.conf
+ native:
+ importPaths: [ "${CONFIG_PWD}/imports/shared" ]
+ environmentVariables:
+ QT_PLUGIN_PATH: ${CONFIG_PWD}
+# SERVER_CONF_PATH: ${CONFIG_PWD}/server.conf
+
+# ... as well as the SystemUI
+
+ui:
+ fullscreen: no
+ style: "${CONFIG_PWD}/styles/neptune"
+ iconThemeName: "neptune"
+
+ iconThemeSearchPaths: [ "${CONFIG_PWD}/imports/assets/icons" ]
+ mainQml: "${CONFIG_PWD}/Main.qml"
+ importPaths: [ "${CONFIG_PWD}/imports", "${CONFIG_PWD}/imports/shared", "${CONFIG_PWD}/imports/system", "${CONFIG_PWD}/sysui" ]
+ windowIcon: "${CONFIG_PWD}/imports/assets/icons/neptune/sysui/ic-menu-home.png"
+
+systemProperties:
+ public:
+ showCluster: yes
+ devMode: yes
+ private:
+ appStoreServerUrl: 'http://chaos.pelagicore.net:9090'
+ orientation: 'Portrait'
+
+# development setup: no security
+
+flags:
+ noSecurity: yes
+ noUiWatchdog: yes