Move fingerprint to each device sepolicy folder

Bug: 312322769
Test: make sepolicy
Change-Id: Id3f76b1e3c2d7e00a4a84028555de372a79aa8e4
This commit is contained in:
Wilson Sung 2023-12-19 03:19:21 +00:00
parent 9b1f47f4b5
commit 9c71cd3f28
10 changed files with 8 additions and 26 deletions

View file

@ -1,11 +1,5 @@
# sepolicy that are shared among devices using ZumaPro
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/caiman
# UDFPS sepolicy.
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
# GPS sepolicy
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
#Fingerprint
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance

View file

@ -1,11 +1,5 @@
# sepolicy that are shared among devices using ZumaPro
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/komodo
# UDFPS sepolicy.
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
# GPS sepolicy
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
#Fingerprint
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance

2
komodo/system_app.te Normal file
View file

@ -0,0 +1,2 @@
# TODO (b/306087355) Remove this and make it specific to the app
hal_client_domain(system_app, hal_fingerprint)

View file

@ -1,11 +1,5 @@
# sepolicy that are shared among devices using ZumaPro
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrent24
# UDFPS sepolicy.
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
# GPS sepolicy
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
#Fingerprint
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance

View file

@ -0,0 +1,2 @@
# TODO (b/306087355) Remove this and make it specific to the app
hal_client_domain(system_app, hal_fingerprint)

View file

@ -1,5 +1,3 @@
# sepolicy that are shared among devices using ZumaPro
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/ripcurrentpro
# UDFPS sepolicy.
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint

View file

@ -0,0 +1,2 @@
# TODO (b/306087355) Remove this and make it specific to the app
hal_client_domain(system_app, hal_fingerprint)

View file

@ -1,11 +1,5 @@
# sepolicy that are shared among devices using ZumaPro
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/tokay
# UDFPS sepolicy.
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint
# GPS sepolicy
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/gnss
#Fingerprint
BOARD_SEPOLICY_DIRS += device/google/caimito-sepolicy/fingerprint_capacitance

2
tokay/system_app.te Normal file
View file

@ -0,0 +1,2 @@
# TODO (b/306087355) Remove this and make it specific to the app
hal_client_domain(system_app, hal_fingerprint)