update dotnet-generate-ni post script to apply directory change 64/184864/1 accepted/tizen/unified/20180725.060422 submit/tizen/20180724.041012 submit/tizen/20180724.074734
authorWoongsuk Cho <ws77.cho@samsung.com>
Tue, 24 Jul 2018 00:59:48 +0000 (09:59 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Tue, 24 Jul 2018 01:00:26 +0000 (10:00 +0900)
Change-Id: Ib57db7e2dd58a2e3195c21dce951b2ff3cd13824

scripts/wearable-dotnet-generate-ni.post [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index acb0e85..9aff6f7
@@ -2,30 +2,30 @@
 echo "############### wearable-dotnet-generate-ni.post ################"
 
 # Generate NI for System
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/SOS.NETCore.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Concurrent.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Console.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Debug.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Extensions.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Extensions.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Algorithms.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Primitives.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Thread.dll
-nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Timer.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/SOS.NETCore.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Collections.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Collections.Concurrent.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Console.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Diagnostics.Debug.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.IO.FileSystem.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Linq.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Linq.Expressions.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.ObjectModel.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Private.DataContractSerialization.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Private.Uri.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Private.Xml.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Reflection.Extensions.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Reflection.Metadata.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Runtime.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Runtime.Extensions.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Runtime.InteropServices.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Security.Cryptography.Algorithms.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Security.Cryptography.Primitives.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Text.RegularExpressions.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Threading.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Threading.Tasks.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Threading.Thread.dll
+nitool --dll /usr/share/dotnet.tizen/netcoreapp/System.Threading.Timer.dll
 # Generate NI for Xamarin and Device API
 nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll
 nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll