diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobile-dotnet-generate-ni.post | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scripts/mobile-dotnet-generate-ni.post b/scripts/mobile-dotnet-generate-ni.post new file mode 100755 index 0000000..09caed0 --- /dev/null +++ b/scripts/mobile-dotnet-generate-ni.post @@ -0,0 +1,26 @@ +#!/bin/sh +echo "############### mobile-dotnet-generate-ni.post ################" + +# Generate NI for System +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Collections.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.IO.FileSystem.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Linq.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Linq.Expressions.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.ObjectModel.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Private.DataContractSerialization.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Private.Uri.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Reflection.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Reflection.Metadata.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Runtime.Loader.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Text.RegularExpressions.dll +nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.1.0/System.Xml.ReaderWriter.dll +# Generate NI for Xamarin and Device API +nitool --dll /opt/usr/share/dotnet.tizen/framework/ElmSharp.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Tizen.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Tizen.Applications.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll +nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll +# Generate Launcher +nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll |