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