FM: Add support to compile FM for sdm660_64

- Add support to compile FM for sdm660_64.
- Add FM hal entry in vinf(vendor interface).

CRs-fixed: 2061090
Change-Id: I51090200dfa58a563cfffdb56ab89f2c2dcfe3a9
This commit is contained in:
Nitin Shivpure 2017-06-14 14:51:01 +05:30 committed by Gerrit - the friendly Code Review server
parent c011534385
commit 9a57acb3e4
2 changed files with 12 additions and 1 deletions

View file

@ -22,7 +22,7 @@ TARGET_DISABLE_DASH := true
TARGET_KERNEL_VERSION := 4.4
BOARD_FRP_PARTITION_NAME := frp
BOARD_HAVE_QCOM_FM := false
BOARD_HAVE_QCOM_FM := true
TARGET_USES_NQ_NFC := false
ifeq ($(TARGET_USES_NQ_NFC),true)

View file

@ -335,4 +335,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>radioconfig1</instance>
</interface>
</hal>
<!-- fm -->
<hal format="hidl">
<name>vendor.qti.hardware.fm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IFmHci</name>
<instance>default</instance>
</interface>
</hal>
</manifest>