mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
13 lines
553 B
Plaintext
13 lines
553 B
Plaintext
|
allow hal_nfc_default nxpnfc_hwservice:hwservice_manager { add find };
|
||
|
|
||
|
set_prop(hal_nfc, vendor_nfc_prop)
|
||
|
|
||
|
allow hal_nfc_default nfc_device:chr_file { read write };
|
||
|
allow hal_nfc_default nfc_data_file:file getattr;
|
||
|
|
||
|
allow hal_nfc_default vendor_nfc_prop:file { read open map getattr };
|
||
|
allow hal_nfc_default vendor_nfc_prop:property_service set;
|
||
|
|
||
|
allow hal_nfc_default nfc_vendor_data_file:dir { getattr add_name read write search remove_name };
|
||
|
allow hal_nfc_default nfc_vendor_data_file:file { getattr open create read write unlink setattr append };
|