-Dolby Config Decommonized to device specific DT -Sepolicy is reworked and moved to sepolicy/dolby -Imported missing soundfx modules -Amount of props is exactly minimal for proper work of requested stuffs -Import Bluetooth Devices Encodings for Dolby Processing -Dolby: Update Permissions Test: Boot, use Dolby app and Tiles, Verify that there is no Permission Denials and all works correctly Test: Pass Co-Authored-By: someone5678 <someone5678@users.noreply.github.com> Co-Authored-By: Woomymy <woomy@woomy.be> Signed-off-by: Thereache <thereache2003@gmail.com>
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_dms_client, hal_dms_server)
|
|
binder_call(hal_dms_server, hal_dms_client)
|
|
|
|
add_hwservice(hal_dms_server, hal_dms_hwservice)
|
|
allow hal_dms_client hal_dms_hwservice:hwservice_manager find;
|