kunlun2: Undeclare unused HALs in framework manifest

This reverts commit f7e8710bff
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
ѕαмαя νιѕρυтє 2020-04-19 12:48:08 +05:30 committed by GiaSen
parent f386d757e1
commit 462e94d487
2 changed files with 0 additions and 23 deletions

View file

@ -61,9 +61,6 @@ TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
BOARD_HAVE_QCOM_FM := true
BOARD_HAS_QCA_FM_SOC := "cherokee"
# HIDL
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
# Power
TARGET_TAP_TO_WAKE_NODE := "/sys/class/touch/tp_dev/gesture_on"
TARGET_USES_INTERACTION_BOOST := true

View file

@ -1,20 +0,0 @@
<manifest version="1.0" type="framework">
<hal format="hidl">
<name>vendor.qti.hardware.radio.atcmdfwd</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.wifi.keystore</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IKeystoreExt</name>
<instance>default</instance>
</interface>
</hal>
</manifest>