This commit is contained in:
Vincent Vidal 2025-08-07 16:07:57 +02:00
commit 8710a52d67
123 changed files with 20007 additions and 0 deletions

25
libfmjni/README Normal file
View file

@ -0,0 +1,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'
These libraries are loaded when system up
All the source code of this library were written by MediaTek co..