rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | This module serves the common part driver of connectivity |
| 2 | |
| 3 | WHAT IT DOES? |
| 4 | ============= |
| 5 | This module creates one executable binary files for loading/initializing the common part driver including |
| 6 | wifi, fm, gps and BT if needed. |
| 7 | |
| 8 | HOW IT WAS BUILT? |
| 9 | ================== |
| 10 | It needs the following library from AOSP: |
| 11 | |
| 12 | libcutils |
| 13 | |
| 14 | HOW TO USE IT? |
| 15 | ============== |
| 16 | the executable binary files, wmt_loader, will be started in init.rc when boot. it will load/initialize |
| 17 | to load the common part drivers(common part/wifi/fm/gps/BT) of connectivity |
| 18 | |
| 19 | The source code was written by MediaTek. |