From c8d26340ff160d46727f864b15f98276444e72bd Mon Sep 17 00:00:00 2001 From: JongHeon Choi Date: Mon, 16 Oct 2017 13:27:00 +0900 Subject: [PATCH] Add dotnet-generate-ni post script Change-Id: Ic4b77cd3d16d8c7a27f5264fe8cc286892fa2742 (cherry picked from commit 133d0ecc7e0abdf98fd7295acefa0ef4f40caa11) --- scripts/wearable-dotnet-generate-ni.post | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 scripts/wearable-dotnet-generate-ni.post diff --git a/scripts/wearable-dotnet-generate-ni.post b/scripts/wearable-dotnet-generate-ni.post new file mode 100644 index 0000000..acb0e85 --- /dev/null +++ b/scripts/wearable-dotnet-generate-ni.post @@ -0,0 +1,35 @@ +#!/bin/sh +echo "############### wearable-dotnet-generate-ni.post ################" + +# Generate NI for System +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/SOS.NETCore.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.Concurrent.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Console.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Diagnostics.Debug.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Extensions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.Extensions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Runtime.InteropServices.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Algorithms.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Security.Cryptography.Primitives.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Tasks.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Threading.Thread.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/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 -- 2.7.4