[TRE-2746] Revert all the depmod calls from the images
[profile/tv/meta-tv.git] / scripts / tv-dotnet-generate-ni.post
1 #!/bin/sh
2 echo "############### tv-dotnet-generate-ni.post ################"
3 # Generate NI for dlls and exes under platform directories
4
5 export IBCDATA_DIR=/usr/share/dotnet.tizen/ibcdata
6
7 # remove previous native image
8 dotnettool --ni-reset-system
9
10 # generate native image
11 dotnettool --ibc-dir $IBCDATA_DIR --ni-system
12
13 # remove ibc data files
14 if [ -d $IBCDATA_DIR ]
15 then
16     rm -rf $IBCDATA_DIR
17 fi
18
19
20
21 ##################################################################
22 #                                                                #
23 #                            Obsolute                            #
24 #                                                                #
25 ##################################################################
26 # Generate NI for System
27 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll
28 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll
29 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll
30 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll
31 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll
32 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll
33 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll
34 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll
35 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll
36 #nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll
37 # Generate NI for Xamarin and Device API
38 #nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll
39 #nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll
40 #nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.Common.dll
41 #nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.UI.dll
42 #nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll
43 #nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll
44 #nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll
45 #nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll
46 # Generate Launcher
47 #nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll