summaryrefslogtreecommitdiff
path: root/scripts/mobile-dotnet-generate-ni.post
blob: 3ad983eee38e710ca3dfbe21bfd44d9cb17eba02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/sh
echo "############### mobile-dotnet-generate-ni.post ################"

# Generate NI for System
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
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/Tizen.Applications.Service.dll
nitool --dll /usr/share/dotnet.tizen/framework/Tizen.System.Information.dll