1type atfwd, domain;
2type atfwd_exec, exec_type, file_type;
3
4init_daemon_domain(atfwd)
5
6# Creates/Talks to qmuxd via the qmux_radio socket.
7qmux_socket(atfwd)
8
9# Set radio.atfwd.* properties.
10set_prop(atfwd, radio_atfwd_prop)
11
12userdebug_or_eng(`
13    allow atfwd diag_device:chr_file rw_file_perms;
14')
15