diff options
author | Woongsuk Cho <ws77.cho@samsung.com> | 2018-07-24 10:04:52 +0900 |
---|---|---|
committer | Woongsuk Cho <ws77.cho@samsung.com> | 2018-07-24 10:04:52 +0900 |
commit | 5e45286b7b7b17f01599747f9006b09618d449a3 (patch) | |
tree | e40e4a6075949df8f77a13a76c20cc915a829ba7 /scripts | |
parent | ef00216279e3a6ca41d1413dbf1b1c6f19e87f00 (diff) | |
download | meta-mobile-5e45286b7b7b17f01599747f9006b09618d449a3.tar.gz meta-mobile-5e45286b7b7b17f01599747f9006b09618d449a3.tar.bz2 meta-mobile-5e45286b7b7b17f01599747f9006b09618d449a3.zip |
update dotnet-generate-ni post script to apply directory changesubmit/tizen/20180724.074734submit/tizen/20180724.041012accepted/tizen/unified/20180725.060425
Change-Id: Ic0e0af2d137e64bc4bdc8dc7ac523b88052e3ee1
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobile-dotnet-generate-ni.post | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/scripts/mobile-dotnet-generate-ni.post b/scripts/mobile-dotnet-generate-ni.post index a41f8f4..3ad983e 100755 --- a/scripts/mobile-dotnet-generate-ni.post +++ b/scripts/mobile-dotnet-generate-ni.post @@ -2,30 +2,30 @@ echo "############### mobile-dotnet-generate-ni.post ################" # Generate NI for System -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 +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 |