From 97172f30dfa08e17774ab462ddf7f77e9738da9d Mon Sep 17 00:00:00 2001 From: saerome kim Date: Tue, 13 Nov 2018 21:05:12 +0900 Subject: [PATCH] change plugin-path & plugin name Signed-off-by: saerome kim --- ua-daemon/src/ua-manager-plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ua-daemon/src/ua-manager-plugins.c b/ua-daemon/src/ua-manager-plugins.c index b41c56b..d8f0199 100644 --- a/ua-daemon/src/ua-manager-plugins.c +++ b/ua-daemon/src/ua-manager-plugins.c @@ -27,8 +27,8 @@ #include #include -#define PLUGINS_PATH tzplatform_mkpath(TZ_SYS_GLOBALUSER_DATA, "/ua/lib") -#define BLE_PLUGIN_NAME "ble-sensor.so" +#define PLUGINS_PATH tzplatform_mkpath(TZ_SYS_GLOBALUSER_DATA, "network/ua/lib") +#define BLE_PLUGIN_NAME "ble-sensor-vd.so" #define LIB_PATH_SIZE 50 #define LIB_NAME_SIZE 50 -- 2.7.4