netcore directory is changed. update dll list to generate ni 38/183138/1 accepted/tizen/unified/20180703.062201 submit/tizen/20180703.032544
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 2 Jul 2018 23:43:55 +0000 (08:43 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Mon, 2 Jul 2018 23:43:55 +0000 (08:43 +0900)
Change-Id: I228fb26328812a1c219c48559fc036c15a903ff8

scripts/mobile-dotnet-generate-ni.post

index cafae57..a41f8f4 100755 (executable)
@@ -2,24 +2,35 @@
 echo "############### mobile-dotnet-generate-ni.post ################"
 
 # Generate NI for System
-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.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.Metadata.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.1.0/SOS.NETCore.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Collections.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Collections.Concurrent.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Console.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Diagnostics.Debug.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.IO.FileSystem.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Linq.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Linq.Expressions.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.ObjectModel.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Private.DataContractSerialization.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Private.Uri.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Private.Xml.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Reflection.Extensions.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Reflection.Metadata.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Runtime.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Runtime.Extensions.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Runtime.InteropServices.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Security.Cryptography.Algorithms.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Security.Cryptography.Primitives.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Text.RegularExpressions.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Threading.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Threading.Tasks.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/System.Threading.Thread.dll
+nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.0/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
 nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.Common.dll
 nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.UI.dll
-nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll
-nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll
-nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll
-nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll
-# Generate Launcher
-nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll
+nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.Service.dll
+nitool --dll /usr/share/dotnet.tizen/framework/Tizen.System.Information.dll
+