blob: cf8a484c07cc1ae0681933b91c267d9cd34df435 [file] [log] [blame]
Sensor HAL code
WHAT IT DOES?
=============
This is sensor hardware abstract layer, it provider commuicate interface with SensorService,e.g. enable(),setDelay()...
HOW IT WAS BUILT?
==================
It needs the following library from AOSP:
liblog libcutils libutils
HOW TO USE IT?
==============
It compile to path of "/system/lib/hw", and it will be link to system when boot up.