OSDN Git Service

[Activity HAL] Added activity HAL source files
authorCristina Ciocan <cristina.ciocan@intel.com>
Tue, 10 Feb 2015 16:50:43 +0000 (18:50 +0200)
committerAdriana Reus <adriana.reus@intel.com>
Fri, 27 Feb 2015 16:25:16 +0000 (18:25 +0200)
commitd8886bbf0f40ea9f0019423f4d9f6d4eccb7ce6f
tree51f41de96c07efcd99d2d5c4e6874cf5efe7b64b
parent438c0343ef990ce6e6c7c075fd8555e7ddd171f2
[Activity HAL] Added activity HAL source files

The activity_event_entry file is the implementation of the activity recognition
HAL, as described in hardware/libhardware/include/hardware/activity_recognition.h .

In order to test the HAL, run the activity test program. Running activity
without parameters will list a summary of the program usage.

Change-Id: I1717c3882340ec40016f303880e55b0b9bba45f8
Signed-off-by: Cristina Ciocan <cristina.ciocan@intel.com>
Reviewed-on: https://android.intel.com:443/331750
Android.mk
Makefile
activity.c [new file with mode: 0644]
activity_event_entry.c [new file with mode: 0644]
activity_event_utils.h [new file with mode: 0644]
common.h
control.c
discovery.c