zenfone7: Drop secureui|systemhelper services

Missing symbol on each android release

12-04 22:08:59.586  4121  4121 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTVN7android13LayerMetadataE" referenced by "/system_ext/lib64/libsecureuisvc_jni.so"...
12-04 22:08:59.604  4067  4067 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTVN7android13LayerMetadataE" referenced by "/system_ext/lib64/libsystemhelper_jni.so"...

Change-Id: I38e35bdb0a57f3abb769422e2fd06b5f0d1a4ced
diff --git a/extract-files.sh b/extract-files.sh
index 1cf8aaf..7958897 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -66,9 +66,6 @@
     vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so)
         "${SIGSCAN}" -p "13 0A 00 94" -P "1F 20 03 D5" -f "${2}"
         ;;
-    system_ext/lib64/libsecureuisvc_jni.so | system_ext/lib64/libsystemhelper_jni.so)
-        "${PATCHELF}" --add-needed libgui_shim.so "${2}"
-        ;;
     esac
 }
 
diff --git a/proprietary-files-product.txt b/proprietary-files-product.txt
index 29c4567..291a487 100644
--- a/proprietary-files-product.txt
+++ b/proprietary-files-product.txt
@@ -142,19 +142,11 @@
 system_ext/lib64/vendor.qti.qesdhal@1.0.so
 system_ext/lib64/vendor.qti.qesdhal@1.1.so
 
-# Secure
--system_ext/app/com.qualcomm.qti.services.secureui/com.qualcomm.qti.services.secureui.apk
-system_ext/lib64/libsecureuisvc_jni.so
-system_ext/lib64/libsecureui_svcsock_system.so
-system_ext/lib64/vendor.qti.hardware.tui_comm@1.0.so
-system_ext/lib64/libcryptfs_hw.so
-
 # Symlink Qti library
 system_ext/etc/permissions/qti_supplicant_interface.xml
 
 # System Helper
--system_ext/app/com.qualcomm.qti.services.systemhelper/com.qualcomm.qti.services.systemhelper.apk
 system_ext/lib64/vendor.qti.hardware.embmssl@1.0.so
 system_ext/lib64/vendor.qti.hardware.embmssl@1.0-adapter-helper.so
 system_ext/lib64/vendor.qti.hardware.trustedui@1.0.so
-system_ext/lib64/libsystemhelper_jni.so
+system_ext/lib64/vendor.qti.hardware.tui_comm@1.0.so
diff --git a/proprietary-files.txt b/proprietary-files.txt
index bd0c947..25d7392 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -344,6 +344,7 @@
 -framework/android.hardware.wifi.supplicant-V1.1-java.jar
 -framework/android.hardware.wifi.supplicant-V1.2-java.jar
 -framework/android.hardware.wifi.supplicant-V1.3-java.jar
+
 # Wlan
 -system_ext/framework/vendor.qti.hardware.data.iwlan-V1.0-java.jar
-system_ext/lib64/vendor.qti.hardware.data.iwlan@1.0.so
\ No newline at end of file
+system_ext/lib64/vendor.qti.hardware.data.iwlan@1.0.so