Include huawei gesture daemon
diff --git a/Huawei/Fingerprint/hw-fpnav b/Huawei/Fingerprint/hw-fpnav
new file mode 100644
index 0000000..b4e70c6
--- /dev/null
+++ b/Huawei/Fingerprint/hw-fpnav
@@ -0,0 +1,15 @@
+#!/system/bin/sh
+
+set -x
+
+#Do this only on devices with huawei fingerprint HAL
+lshal |grep -qF vendor.huawei.hardware.biometrics.fingerprint || ( while true;do sleep 3600;done; exit 0)
+
+#Ask fingerprint hardware service to enable navigation
+CLASSPATH=/system/phh/hw-fpnav.dex \
+ /system/bin/app_process \
+ /data/local/tmp/ \
+ Test
+
+#Start input redirector
+/system/bin/hw-fpnav-daemon