aboutsummaryrefslogtreecommitdiff
path: root/MediaTek/fmradiolibs/fmnative/fmr/README
blob: d16ff9523d5a0ee45b78a83e47353fa24524190d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Libraries of MTK FM feature, including FM power on/off, 
seek, scan, tune...and some other basic functions.

WHAT IT DOES?
=============
Provide FM basic functions

HOW IT WAS BUILT?
==================
It needs the following libs from AOSP:
1.  libcutils
2.	libdl

and the following libs from MediaTek:
1.	libmedia 

HOW TO USE IT?
==============
Files in this directory is used to
generate libraries 'libfmjni' and 'libfmmtxxxx'

These libraries are loaded when system up

All the source code of this library were written by MediaTek co..