[FIX] WSP: change path of web aux process 52/48752/1
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Sat, 26 Sep 2015 16:55:32 +0000 (19:55 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Sat, 26 Sep 2015 16:55:32 +0000 (19:55 +0300)
Change-Id: Ief160a9bc4ee5410e29a202e081cc86d24714ca1
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
wsp/wsp.c

index ccfa7d5..8146031 100644 (file)
--- a/wsp/wsp.c
+++ b/wsp/wsp.c
@@ -40,7 +40,8 @@ struct wsp_bin {
 };
 
 
-static const char webapp_path[] = "/usr/bin/WebProcess";
+/* TODO: configure this from outside (using debugfs) */
+static const char webapp_path[] = "/usr/bin/wrt_launchpad_daemon";
 static const char ewebkit_path[] = "/usr/lib/libewebkit2.so";