Remove atfwd binder service.

This was moved to hwbinder.

Bug: 36651049
Test: making and receiving calls
Change-Id: I64b29c3c2c53e1db913c192a9c875160bfd59b09
diff --git a/sepolicy/atfwd.te b/sepolicy/atfwd.te
index 6f2caa5..8f96869 100644
--- a/sepolicy/atfwd.te
+++ b/sepolicy/atfwd.te
@@ -3,12 +3,6 @@
 
 init_daemon_domain(atfwd)
 
-# TODO(b/34603782): Remove this once atfwd no longer uses Binder
-typeattribute atfwd binder_in_vendor_violators;
-binder_use(atfwd)
-
-allow atfwd atfwd_service:service_manager find;
-
 allow atfwd self:socket create_socket_perms;
 allowxperm atfwd self:socket ioctl msm_sock_ipc_ioctls;
 
diff --git a/sepolicy/qtelephony.te b/sepolicy/qtelephony.te
index a56fc4f..d792afa 100644
--- a/sepolicy/qtelephony.te
+++ b/sepolicy/qtelephony.te
@@ -3,8 +3,6 @@
 
 app_domain(qtelephony)
 
-add_service(qtelephony, atfwd_service)
-
 allow qtelephony { app_api_service }:service_manager find;
 
 # Read and write /data/data subdirectory.
diff --git a/sepolicy/service.te b/sepolicy/service.te
index 03bfece..a682951 100644
--- a/sepolicy/service.te
+++ b/sepolicy/service.te
@@ -1,4 +1,3 @@
-type atfwd_service,               service_manager_type;
 type cne_service,                 service_manager_type;
 type imscm_service,               service_manager_type;
 type uce_service,                 service_manager_type;
diff --git a/sepolicy/service_contexts b/sepolicy/service_contexts
index 8704fe2..7ae0b3d 100644
--- a/sepolicy/service_contexts
+++ b/sepolicy/service_contexts
@@ -1,4 +1,3 @@
-AtCmdFwd                                       u:object_r:atfwd_service:s0
 cneservice                                     u:object_r:cne_service:s0
 qti.ims.connectionmanagerservice               u:object_r:imscm_service:s0
 rcs                                            u:object_r:radio_service:s0