X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afb-daemon.c;h=2b61bd8e0266d20b547316fc551da04c1ff84048;hb=7aad83842cdab620e91fe73ac4731d75eb9c283a;hp=165d140087842a43d828244fb8a2284066b93323;hpb=9a623c3aa32ec0fbf9682f37a990abd00f38da60;p=src%2Fapp-framework-binder.git diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index 165d1400..2b61bd8e 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -47,6 +47,7 @@ # include "afb-api-dbus.h" #endif #include "afb-api-ws.h" +#include "afb-api-js.h" #include "afb-hsrv.h" #include "afb-hreq.h" #include "afb-xreq.h" @@ -854,6 +855,7 @@ static void start(int signum, void *arg) apiset_start_list("weak-ldpaths", afb_api_so_add_pathset_nofails, "the weak binding path set"); #endif apiset_start_list("auto-api", afb_autoset_add_any, "the automatic api path set"); + apiset_start_list("jsapi", afb_api_js_add, "the jsapi"); #if WITH_DBUS_TRANSPARENCY apiset_start_list("dbus-client", afb_api_dbus_add_client, "the afb-dbus client"); #endif