mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Test: Build and Run Bug: 226659256 Signed-off-by: Harpreet Eli Sangha <eliptus@google.com> Change-Id: I9dd53a864d53e525282bc49c13b09157fc8d2ece
11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
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)
|