added System.Configuration and System.Security to monodroid build to fix it
authorRadek Doulik <rodo@xamarin.com>
Thu, 16 May 2013 10:16:47 +0000 (12:16 +0200)
committerRadek Doulik <rodo@xamarin.com>
Thu, 16 May 2013 10:17:48 +0000 (12:17 +0200)
mcs/class/Makefile
mcs/class/System.XML/mobile_System.Xml.dll.sources
mcs/class/System/monodroid_System.dll.sources

index 9e6b39c16098c6634b5da0d0327c181b441b608a..b7d390996869e7f1553b34e0b5a69516cf96e69c 100644 (file)
@@ -158,6 +158,8 @@ monodroid_dirs := \
        Mono.CompilerServices.SymbolWriter      \
        Mono.CSharp     \
        Microsoft.CSharp \
+       System.Security                 \
+       System.Configuration            \
        System.Net.Http \
        System.Net.Http.Formatting
 
index 458410154b693dcf3511bf452c81d30bc8a1df51..377813f97ca53c673608ab22f76c7b58069db14f 100644 (file)
@@ -161,6 +161,7 @@ System.Xml/XmlWriterSettings.cs
 System.Xml/XmlTextWriter2.cs
 System.Xml/XmlInputStream.cs
 System.Xml/XmlParserInput.cs
+System.Xml/XmlSecureResolver.cs
 System.Xml.XPath/IXPathNavigable.cs
 System.Xml.XPath/XPathNavigator.cs
 System.Xml.XPath/XPathExpression.cs
index 019f8681bd186d69f849f06af8941bfd50f989af..71133497472bc0b191689381cdc88f96ea0e6eaa 100644 (file)
@@ -1,3 +1,5 @@
 #include mobile_System.dll.sources
 System/AndroidPlatform.cs
 System.CodeDom.Compiler/IndentedTextWriter.cs
+System.Configuration/ConfigurationException.cs
+System.Configuration/IConfigurationSectionHandler.cs