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