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 some executable binary files for loading/configuring/testing |
| 6 | the common part driver, in addition, it installs the Firmware patch and common part |
| 7 | cfg files into device. |
| 8 | |
| 9 | HOW IT WAS BUILT? |
| 10 | ================== |
| 11 | It needs the following library from AOSP: |
| 12 | |
| 13 | libcutils, libc |
| 14 | |
| 15 | HOW TO USE IT? |
| 16 | ============== |
| 17 | The firmware patch and common part cfg file was installed into device directly when build. |
| 18 | And the executable binary files will be started in init.rc when boot. they will work together |
| 19 | to load/configure the common part driver of connectivity |
| 20 | |
| 21 | The majority of source code was written by MediaTek. Some code from open source codes are used. |
| 22 | more detail info, pls ref the NOTICE under the specific sub folder. |