summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/am-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Clean up configuration file of the multi-views exampleDaniel d'Andrada2018-08-161-26/+0
| | | | | Change-Id: I30804864be283b764befba08d9a233b692efcb6f Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Make installed-apps-manifest-dir configuration entry optionalDaniel d'Andrada2018-08-141-1/+0
| | | | | | | | | If not specified the ApplicationInstaller and corresponding D-Bus interfaces won't be instantiated and appman will be left only with built-in apps, which is fine for many deployments. Change-Id: I4a3267de91e5bd83955e47530bceb2aa47c5a861 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Make the application database cache optionalDaniel d'Andrada2018-08-141-1/+0
| | | | | | | And remove the database entry from the examples' config files Change-Id: Ic5fd42f086d32e59ffaab638c92dcf0d5b0ea2fa Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Make appImageMountDir config key optionalDaniel d'Andrada2018-08-061-1/+0
| | | | | | | And remove it from all our example config files Change-Id: I1e7756d0d4bd504e35950ef56425d81b6af0d576 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Fix installation of the examplesDaniel d'Andrada2018-07-111-0/+37
- Only the project files and wrapper scripts were being installed - They were being put directly into Qt's example dir. They should be grouped into a applicationmanager subdirectory there, similarly to what other modules do. Task-number: AUTOSUITE-591 Change-Id: I1da6b28a8fe2e9210ad109309d30dfc1ad0d1e99 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>