mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-11 16:47:29 +09:00
13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service
|
|
override
|
|
class hal
|
|
user nfc
|
|
group nfc
|
|
disabled
|
|
|
|
on init && property:ro.boot.product.hardware.sku=nfc
|
|
start vendor.nfc_hal_service
|
|
|
|
on post-fs-data && property:ro.boot.product.hardware.sku=nfc
|
|
mkdir /data/vendor/nfc 0770 nfc nfc
|