Change the filename of .so that the Interop refers
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 13 Jun 2017 08:16:07 +0000 (17:16 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 13 Jun 2017 08:18:23 +0000 (17:18 +0900)
Change-Id: Id8a6caa18f2ccfcd987dc0ce140edf14c625f5a7

src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs

index 7b99854..603344f 100755 (executable)
@@ -25,6 +25,6 @@ internal static partial class Interop
     /// </summary>
     internal static partial class Libraries
     {
-        public const string InputMethodManager = "libcapi-ui-inputmethod-manager.so";
+        public const string InputMethodManager = "libcapi-ui-inputmethod-manager.so.0";
     }
 }