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