From 65fd6c8ef786e10a17d62e300dd96cd28a533cd6 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 30 Dec 2016 10:36:53 +0900 Subject: [PATCH] Modify dotnet-generate-ni post script The dll location is changed to %{_datadir}. Signed-off-by: Jiyoung Yun Change-Id: Icb26c73e73eb35812c0f9c5f7403f1f5a708e919 --- scripts/mobile-dotnet-generate-ni.post | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/scripts/mobile-dotnet-generate-ni.post b/scripts/mobile-dotnet-generate-ni.post index 09caed0..5016a97 100755 --- a/scripts/mobile-dotnet-generate-ni.post +++ b/scripts/mobile-dotnet-generate-ni.post @@ -2,25 +2,25 @@ 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 +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Collections.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.IO.FileSystem.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Expressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.ObjectModel.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.DataContractSerialization.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Uri.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.Metadata.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Runtime.Loader.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Text.RegularExpressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.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 +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.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll # Generate Launcher nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll -- 2.7.4