summaryrefslogtreecommitdiff
path: root/ivi-input-api
Commit message (Collapse)AuthorAgeFilesLines
* cmake: use LIB_SUFFIX variable for LIBRARY DESTINATIONEugen Friedrich2016-03-291-1/+1
| | | | | | | | | | this patch will allow to install the modules and libraries in correct library directory e.g. if we are built for 64 bit architecture libraries are installed in /lib$LIB_SUFFIX weston modules are installed in /lib$LIB_SUFFIX/weston Signed-off-by: Eugen Friedrich <efriedrich@de.adit-jv.com>
* tests: fix compiler warningsEmre Ucan2015-09-303-11/+11
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* tests: explicitly initialize ilmClientEmre Ucan2015-07-172-0/+4
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* tests: remove manual build and install optionEmre Ucan2015-07-011-3/+0
| | | | | | BUILD_ILM_API_TESTS and INSTALL_ILM_API_TESTS options can be set in the toolchain. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput, ivi-input-controller: add ADIT copyrightEmre Ucan2015-06-151-0/+1
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: modify ilm_setInputAcceptanceOn tests.Emre Ucan2015-06-152-36/+22
| | | | | | Because they do not accept non-existing seats anymore. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: return ILM_FAILED, if a surface not found by ilm_setInputFocusEmre Ucan2015-06-151-2/+4
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: control seat exists by ilm_setInputAcceptanceOnEmre Ucan2015-06-151-6/+24
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: add unit and nullpointer testsEmre Ucan2015-05-135-0/+517
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_getInputFocusEmre Ucan2015-05-131-1/+37
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_setInputFocusEmre Ucan2015-05-131-1/+38
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_getInputDeviceCapabilitiesEmre Ucan2015-05-131-1/+19
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_getInputDevicesEmre Ucan2015-05-131-1/+45
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_getInputAcceptanceOnEmre Ucan2015-05-131-1/+54
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: implement ilm_setInputAcceptanceOnEmre Ucan2015-05-131-1/+59
| | | | Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
* ilmInput: create new directory, a header file and a source file for new ↵Emre Ucan2015-05-133-0/+290
input handling Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>