Modify dotnet-generate-ni post script 24/107924/1 accepted/tizen/tv/20170102.060638 submit/tizen/20170102.014244
authorJiyoung Yun <jy910.yun@samsung.com>
Mon, 2 Jan 2017 01:45:27 +0000 (10:45 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Mon, 2 Jan 2017 01:46:07 +0000 (10:46 +0900)
The dll path is changed to /opt/usr/share.
Revert the previous patch.

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

scripts/tv-dotnet-generate-ni.post

index 4cf29e7..7f147b6 100755 (executable)
@@ -2,25 +2,25 @@
 echo "############### tv-dotnet-generate-ni.post ################"
 
 # Generate NI for System
-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
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Collections.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.IO.FileSystem.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Expressions.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.ObjectModel.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.DataContractSerialization.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Uri.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.Metadata.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Runtime.Loader.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Text.RegularExpressions.dll
+nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Xml.ReaderWriter.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.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
+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