Add CccDkTimeSyncService
Bug: 183676280 Test: Build and run example client. Signed-off-by: Harpreet Eli Sangha <eliptus@google.com> Change-Id: I862d5f3e8be3cf7d23489be374fabf26e29e0ca5
This commit is contained in:
parent
9e9c6a75da
commit
e952c414ec
2 changed files with 12 additions and 0 deletions
10
whitechapel/vendor/google/cccdk_timesync_app.te
vendored
Normal file
10
whitechapel/vendor/google/cccdk_timesync_app.te
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
type vendor_cccdktimesync_app, domain;
|
||||||
|
app_domain(vendor_cccdktimesync_app)
|
||||||
|
|
||||||
|
allow vendor_cccdktimesync_app app_api_service:service_manager find;
|
||||||
|
|
||||||
|
binder_call(vendor_cccdktimesync_app, hal_bluetooth_btlinux)
|
||||||
|
allow vendor_cccdktimesync_app hal_bluetooth_coexistence_hwservice:hwservice_manager find;
|
||||||
|
|
||||||
|
# allow the HAL to call our registered callbacks
|
||||||
|
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)
|
2
whitechapel/vendor/google/seapp_contexts
vendored
2
whitechapel/vendor/google/seapp_contexts
vendored
|
@ -48,3 +48,5 @@ user=uwb isPrivApp=true seinfo=uwb name=com.qorvo.uwb domain=uwb_vendor_app type
|
||||||
# Domain for EuiccSupportPixel
|
# Domain for EuiccSupportPixel
|
||||||
user=_app isPrivApp=true seinfo=EuiccSupportPixel name=com.google.euiccpixel domain=euiccpixel_app type=app_data_file levelFrom=all
|
user=_app isPrivApp=true seinfo=EuiccSupportPixel name=com.google.euiccpixel domain=euiccpixel_app type=app_data_file levelFrom=all
|
||||||
|
|
||||||
|
# CccDkTimeSyncService
|
||||||
|
user=_app seinfo=platform name=com.google.pixel.digitalkey.timesync domain=vendor_cccdktimesync_app type=app_data_file levelFrom=all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue