aa7c26a3185059423f7a635a8740a35cf1af2bc6
[profile/tv/meta-tv.git] / scripts / tv-dotnet-generate-ni.post
1 #!/bin/sh
2 echo "############### tv-dotnet-generate-ni.post ################"
3
4 # Generate NI for System
5 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll
6 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll
7 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll
8 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll
9 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll
10 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll
11 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll
12 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll
13 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll
14 nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll
15 # Generate NI for Xamarin and Device API
16 nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll
17 nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll
18 nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.dll
19 nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll
20 nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll
21 nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll
22 nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll
23 # Generate Launcher
24 nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll