matisse-common: remove NFC, torch and dual SIM stuff
This tablet doesn't have these features.
This commit is contained in:
parent
ca4268f144
commit
9252e1f129
6 changed files with 0 additions and 60 deletions
|
@ -1,9 +0,0 @@
|
||||||
# Audio
|
|
||||||
AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
|
|
||||||
AUDIO_FEATURE_SAMSUNG_DUAL_SIM := true
|
|
||||||
|
|
||||||
# Properties
|
|
||||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/radio/dual/system.prop
|
|
||||||
|
|
||||||
# Radio/RIL
|
|
||||||
DEVICE_MANIFEST_FILE += $(COMMON_PATH)/radio/dual/manifest.xml
|
|
|
@ -1,27 +0,0 @@
|
||||||
<manifest version="1.0" type="device">
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.radio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IRadio</name>
|
|
||||||
<instance>slot1</instance>
|
|
||||||
<instance>slot2</instance>
|
|
||||||
</interface>
|
|
||||||
<interface>
|
|
||||||
<name>ISap</name>
|
|
||||||
<instance>slot1</instance>
|
|
||||||
<instance>slot2</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.radio.deprecated</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IOemHook</name>
|
|
||||||
<instance>slot1</instance>
|
|
||||||
<instance>slot2</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</manifest>
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Radio/RIL
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
rild_dsds.rc
|
|
|
@ -1,6 +0,0 @@
|
||||||
# RIL
|
|
||||||
persist.radio.multisim.config=dsds
|
|
||||||
ro.multisim.audio_follow_default_sim=false
|
|
||||||
ro.multisim.simslotcount=2
|
|
||||||
ro.multisim.set_audio_params=true
|
|
||||||
ro.telephony.ril.config=simactivation
|
|
|
@ -37,19 +37,7 @@ on post-fs-data
|
||||||
chown root system /sys/class/leds/button-backlight/max_brightness
|
chown root system /sys/class/leds/button-backlight/max_brightness
|
||||||
chmod 0664 /sys/class/leds/button-backlight/max_brightness
|
chmod 0664 /sys/class/leds/button-backlight/max_brightness
|
||||||
|
|
||||||
# Torch
|
|
||||||
chmod 0666 /sys/class/leds/led:flash_torch/brightness
|
|
||||||
chown system camera /sys/class/leds/led:flash_torch/brightness
|
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
# NFC_NXP
|
|
||||||
symlink /dev/pn547 /dev/pn544
|
|
||||||
symlink /dev/pn547 /dev/pn54x
|
|
||||||
|
|
||||||
# NFC_SLSI
|
|
||||||
mkdir /data/nfc 0770 nfc nfc
|
|
||||||
mkdir /data/nfc/param 0770 nfc nfc
|
|
||||||
|
|
||||||
# Accelerometer_sensor
|
# Accelerometer_sensor
|
||||||
chown system radio /sys/class/sensors/accelerometer_sensor/raw_data
|
chown system radio /sys/class/sensors/accelerometer_sensor/raw_data
|
||||||
chown system radio /sys/class/sensors/accelerometer_sensor/calibration
|
chown system radio /sys/class/sensors/accelerometer_sensor/calibration
|
||||||
|
|
|
@ -93,9 +93,6 @@ mm.enable.qcom_parser=37491
|
||||||
# Memory optimizations
|
# Memory optimizations
|
||||||
ro.vendor.qti.am.reschedule_service=true
|
ro.vendor.qti.am.reschedule_service=true
|
||||||
|
|
||||||
# NFC
|
|
||||||
ro.nfc.port=I2C
|
|
||||||
|
|
||||||
# Perf
|
# Perf
|
||||||
ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so
|
ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue