mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
davinci: Disable NFC service for indian devices
Change-Id: I08e7955bf70adb15cbe5f8f8c3f226c05b135b27
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user