Skip to content
Snippets Groups Projects
Commit 14e577fa authored by pkanwar's avatar pkanwar Committed by android-build-merger
Browse files

SE Policy for Tether Offload HAL

am: c67fa9bf

Change-Id: Id47543705ea3f501fb26b2bf0af1e3a234c6dd71
parents e190656f c67fa9bf
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ allow system_server hal_omx_hwservice:hwservice_manager find;
allow system_server hidl_token_hwservice:hwservice_manager find;
hal_client_domain(system_server, hal_power)
hal_client_domain(system_server, hal_sensors)
hal_client_domain(system_server, hal_tetheroffload)
hal_client_domain(system_server, hal_thermal)
hal_client_domain(system_server, hal_tv_cec)
hal_client_domain(system_server, hal_tv_input)
......
......@@ -234,6 +234,9 @@ attribute hal_sensors_server;
attribute hal_telephony;
attribute hal_telephony_client;
attribute hal_telephony_server;
attribute hal_tetheroffload;
attribute hal_tetheroffload_client;
attribute hal_tetheroffload_server;
attribute hal_thermal;
attribute hal_thermal_client;
attribute hal_thermal_server;
......
## HwBinder IPC from client to server, and callbacks
binder_call(hal_tetheroffload_client, hal_tetheroffload_server)
binder_call(hal_tetheroffload_server, hal_tetheroffload_client)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment