summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJongHeon Choi <j-h.choi@samsung.com>2017-02-02 10:38:35 +0900
committerJongHeon Choi <j-h.choi@samsung.com>2017-02-02 10:38:38 +0900
commit1d2cd354ff0269f4332fe4f42b5da47caecb8c3c (patch)
tree231a60743cd2d70da2dd6e88247ddc69c4cddafc
parent4ffe223f24ad576d7033abe09aa5178803cdba3a (diff)
downloadmeta-mobile-1d2cd354ff0269f4332fe4f42b5da47caecb8c3c.tar.gz
meta-mobile-1d2cd354ff0269f4332fe4f42b5da47caecb8c3c.tar.bz2
meta-mobile-1d2cd354ff0269f4332fe4f42b5da47caecb8c3c.zip
Add System.Private.Xml.dll Remove System.Reflection.dll Remove System.Runtime.Loader.dll Remove System.Xml.ReaderWriter.dll Change-Id: I7d2bbf1d7ec985e18cb5fbab9a0b1b62fcaa50ae
-rwxr-xr-xscripts/mobile-dotnet-generate-ni.post4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/mobile-dotnet-generate-ni.post b/scripts/mobile-dotnet-generate-ni.post
index 5016a97..ebb2667 100755
--- a/scripts/mobile-dotnet-generate-ni.post
+++ b/scripts/mobile-dotnet-generate-ni.post
@@ -9,11 +9,9 @@ nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Ex
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.Private.Xml.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 /usr/share/dotnet.tizen/framework/ElmSharp.dll
nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll