davinci: Disable NFC service for indian devices

Change-Id: I08e7955bf70adb15cbe5f8f8c3f226c05b135b27
This commit is contained in:
daniml3
2020-09-29 20:18:40 +02:00
committed by Arian
parent 472e0182dc
commit 4a06e932be

View File

@@ -53,6 +53,9 @@ on init && property:ro.boot.hwc=GLOBAL
on init && property:ro.boot.hwc=CN on init && property:ro.boot.hwc=CN
setprop ro.boot.product.hardware.sku davinci setprop ro.boot.product.hardware.sku davinci
on property:ro.boot.product.hardware.sku=davinci
enable nqnfc_1_2_hal_service
on fs on fs
mount_all /vendor/etc/fstab.qcom --early mount_all /vendor/etc/fstab.qcom --early
@@ -214,3 +217,11 @@ service vendor.motor /vendor/bin/hw/vendor.xiaomi.hardware.motor@1.0-service
user system user system
group system group system
writepid /dev/cpuset/system-background/tasks writepid /dev/cpuset/system-background/tasks
service nqnfc_1_2_hal_service /vendor/bin/hw/vendor.nxp.hardware.nfc@1.2-service
override
class hal
user nfc
group nfc
writepid /dev/cpuset/system-background/tasks
disabled