summaryrefslogtreecommitdiffstats
path: root/src/qt_hw_init/qt_hw_init.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove eAndroid specific modulesEirik Aavitsland2015-07-101-8/+0
| | | | | Change-Id: Ied9d920dfa6d12093b40d32d5f3a61c1c23b137d Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Rename DroidUtils -> B2QtUtils and refactor the APIaavit2014-10-081-3/+1
| | | | | | | | | | | | | | | | | | | Preparing this module for being documented and presented for external users. - Renamed since this is for eLinux as well as eAndroid - Provide all settings as proper Q_PROPERTYs for easy QML access - Hide all the detailed audio stuff that's not useful for users - Implement a getter function for current backlight, so that we don't have to reset it to full every time this module is loaded - qmake now groks this as internal module, so get rid build kludges - hostname setting on eLinux fixed - getIPAddress() now returns ALL active addresses, and implentation is simplified Task-number: QTEE-704 Change-Id: I9f22d5531b5963ae7e78c840bcfe1edd6197f82a Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add qt_hw_init launched from qt_init.shv1.0.0-RC2Laszlo Agocs2013-10-151-0/+10
This application is launched once during boot, from qt_init.sh. Change-Id: I76b39319d1777cd1e8cb068c734588b84f2c0062 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>