blob: cf8a484c07cc1ae0681933b91c267d9cd34df435 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001Sensor HAL code
2
3WHAT IT DOES?
4=============
5This is sensor hardware abstract layer, it provider commuicate interface with SensorService,e.g. enable(),setDelay()...
6
7HOW IT WAS BUILT?
8==================
9It needs the following library from AOSP:
10liblog libcutils libutils
11
12
13HOW TO USE IT?
14==============
15It compile to path of "/system/lib/hw", and it will be link to system when boot up.