Add mobile-dotnet-generate-ni post script 39/106839/1 accepted/tizen/mobile/20161226.131108 submit/tizen/20161223.055238
authorJiyoung Yun <jy910.yun@samsung.com>
Fri, 23 Dec 2016 07:39:23 +0000 (16:39 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Fri, 23 Dec 2016 07:43:33 +0000 (16:43 +0900)
Target: wayland, emulator64-wayland

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: Iab14fe98bc25ed57521a66c328593bb81cd90f16

mobile.yaml
scripts/mobile-dotnet-generate-ni.post [new file with mode: 0755]

index 503e604..52b44bc 100644 (file)
@@ -87,6 +87,7 @@ Wayland:
         - mobile-user
         - mobile-license
         - generic-security
+        - mobile-dotnet-generate-ni
     Repos: []
     NoChrootScripts:
         - buildname
@@ -216,6 +217,7 @@ Emulator64-wayland:
         - mobile-user
         - mobile-license
         - generic-security
+        - mobile-dotnet-generate-ni
     Repos: []
     NoChrootScripts:
         - buildname
diff --git a/scripts/mobile-dotnet-generate-ni.post b/scripts/mobile-dotnet-generate-ni.post
new file mode 100755 (executable)
index 0000000..09caed0
--- /dev/null
@@ -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