Merge "gs-common: nfc: Add rules for hal_nfc_service" into main

This commit is contained in:
Treehugger Robot 2025-01-08 12:45:08 -08:00 committed by Android (Google) Code Review
commit a5d9d5630b
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# HAL NFC property
set_prop(hal_nfc_default, vendor_secure_element_prop)
set_prop(hal_nfc_default, vendor_nfc_prop)
set_prop(hal_nfc_default, vendor_nfc_antenna_prop)

View file

@ -0,0 +1,4 @@
# NFC
vendor_internal_prop(vendor_nfc_prop)
vendor_restricted_prop(vendor_nfc_antenna_prop)

View file

@ -0,0 +1,4 @@
# NFC
persist.vendor.nfc. u:object_r:vendor_nfc_prop:s0
persist.vendor.nfc.antenna. u:object_r:vendor_nfc_antenna_prop:s0

View file

@ -0,0 +1,5 @@
# NFC
userdebug_or_eng(
get_prop(untrusted_app, vendor_nfc_antenna_prop)
)