diff options
author | Harikrishnan Hariharan <quic_hahariha@quicinc.com> | 2023-03-30 22:13:21 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2023-03-30 09:45:57 -0700 |
commit | 2d5275e26669e33adadbfd5dd4a39143d319f2d4 (patch) | |
tree | 3f4fb54bd0338dcd80f091193b6175656de102aa | |
parent | e5cc50036c96e71dd81aacb7b9e820879472a6f7 (diff) |
location: Allow gnss hal to read boot status property
Change-Id: I5f2beba0874341cb3a30a056d3ab42ab04cf9e1c
CRs-Fixed: 3345987
-rw-r--r-- | generic/vendor/common/hal_gnss_qti.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/vendor/common/hal_gnss_qti.te b/generic/vendor/common/hal_gnss_qti.te index ec56dfbc..7edf8e69 100644 --- a/generic/vendor/common/hal_gnss_qti.te +++ b/generic/vendor/common/hal_gnss_qti.te @@ -66,6 +66,9 @@ hal_client_domain(vendor_hal_gnss_qti, hal_health) # allows Gnss HAL to access ssgtzd socket unix_socket_connect(vendor_hal_gnss_qti, vendor_ssgtzd, vendor_ssgtzd) +# read boot status +get_prop(vendor_hal_gnss_qti, boot_status_prop) + #Allow Gnss HAL to access ril socket allow vendor_hal_gnss_qti vendor_rild_socket:dir search; unix_socket_connect(vendor_hal_gnss_qti, vendor_rild, rild) |