Merge "modem_svc: move shared_modem_platform related sepolicy to gs-common" into main
This commit is contained in:
commit
6db7e6756d
3 changed files with 5 additions and 1 deletions
2
modem/shared_modem_platform/sepolicy/file_contexts
Normal file
2
modem/shared_modem_platform/sepolicy/file_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
# modem_svc_sit
|
||||
/vendor/bin/shared_modem_platform u:object_r:modem_svc_sit_exec:s0
|
2
modem/shared_modem_platform/sepolicy/modem_svc_sit.te
Normal file
2
modem/shared_modem_platform/sepolicy/modem_svc_sit.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Modem SVC will register the default instance of the AIDL ISharedModemPlatform hal.
|
||||
hal_server_domain(modem_svc_sit, hal_shared_modem_platform)
|
|
@ -8,4 +8,4 @@ SOONG_CONFIG_shared_modem_platform_vendor := $(SHARED_MODEM_PLATFORM_VENDOR)
|
|||
|
||||
PRODUCT_PACKAGES += shared_modem_platform
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/modem/shared_modem_platform/compatibility_matrix.xml
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/modem/shared_modem_platform/sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/gs-common/modem/shared_modem_platform/sepolicy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue