Skip to content
Snippets Groups Projects
Commit 567b490e authored by Alex Klyubin's avatar Alex Klyubin Committed by android-build-merger
Browse files

Merge "Switch Wi-Fi HAL policy to _client/_server" am: 0aca0241 am: 9ec226df

am: 4c71423e

Change-Id: I3affd2da7a7b3315b3e719ce0cf88424c53d1908
parents 7f9b7d34 4c71423e
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ binder_call(system_server, hal_thermal)
binder_call(system_server, hal_usb)
binder_call(system_server, hal_vibrator)
binder_call(system_server, hal_vr)
binder_call(system_server, hal_wifi)
hal_client_domain(system_server, hal_wifi)
binder_call(system_server, wpa)
# Talk to tombstoned to get ANR traces.
......
......@@ -161,3 +161,5 @@ attribute hal_usb;
attribute hal_vibrator;
attribute hal_vr;
attribute hal_wifi;
attribute hal_wifi_client;
attribute hal_wifi_server;
## call into system_server process (for invoking callbacks)
binder_call(hal_wifi, system_server)
# HwBinder IPC from client to server, and callbacks
binder_call(hal_wifi_client, hal_wifi_server)
binder_call(hal_wifi_server, hal_wifi_client)
r_dir_file(hal_wifi, proc_net)
r_dir_file(hal_wifi, sysfs_type)
......
type hal_wifi_default, domain;
hal_impl_domain(hal_wifi_default, hal_wifi)
hal_server_domain(hal_wifi_default, hal_wifi)
type hal_wifi_default_exec, exec_type, file_type;
init_daemon_domain(hal_wifi_default)
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