The location of plugin library file is changed to plugin directory:
32-bit: /usr/lib/system/plugin/
64-bit: /usr/lib64/system/plugin/
Change-Id: I8cf09461e7434c54770424f627180bedf85383e2
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
#define COMMANDLINE_OPTION_SERVICE_PLUGIN "service-plugin"
#ifdef LIB64
-#define PLUGIN_LIB_DIR "/usr/lib64"
+#define PLUGIN_LIB_DIR "/usr/lib64/system/plugin"
#else
-#define PLUGIN_LIB_DIR "/usr/lib"
+#define PLUGIN_LIB_DIR "/usr/lib/system/plugin"
#endif
#define PLUGIN_LIB_PREFIX "libunified-system-service"