Bump timeout for TaskTests.Delay_Simple (#5410)
[mono.git] / mcs / class / corlib / System.Configuration.Assemblies / ProcessorID.cs
old mode 100755 (executable)
new mode 100644 (file)
index 7a540b0..f946d50
-// ProcessorID.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: all.xml\r
-// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Configuration.Assemblies {\r
-\r
-\r
-       /// <summary>\r
-       /// <para>\r
-       ///                   Defines identification numbers for supported processors.\r
-       ///                </para>\r
-       /// </summary>\r
-       public enum ProcessorID {\r
-\r
-               /// <summary>\r
-               ///             Intel 386 or later and compatible processor.\r
-               ///             </summary>\r
-               INTEL_386 = 386,\r
-\r
-               /// <summary>\r
-               ///             Intel 486 or later and compatible processor.\r
-               ///             </summary>\r
-               INTEL_486 = 486,\r
-\r
-               /// <summary>\r
-               ///             Intel Pentium or later and compatible processor.\r
-               ///             </summary>\r
-               INTEL_PENTIUM = 586,\r
-\r
-               /// <summary>\r
-               ///             MIPS R4000 Little-Endian processor.\r
-               ///             </summary>\r
-               MIPS_R4000 = 4000,\r
-\r
-               /// <summary>\r
-               ///             Alpha 21064 processor.\r
-               ///             </summary>\r
-               ALPHA_21064 = 21064,\r
-\r
-               /// <summary>\r
-               ///             PPC 601 processor.\r
-               ///             </summary>\r
-               PPC_601 = 601,\r
-\r
-               /// <summary>\r
-               ///             PPC 603 processor.\r
-               ///             </summary>\r
-               PPC_603 = 603,\r
-\r
-               /// <summary>\r
-               ///             PPC 604 processor.\r
-               ///             </summary>\r
-               PPC_604 = 604,\r
-\r
-               /// <summary>\r
-               ///             PPC 620 processor.\r
-               ///             </summary>\r
-               PPC_620 = 620,\r
-\r
-               /// <summary>\r
-               ///             Hitachi SH3 processor.\r
-               ///             </summary>\r
-               HITACHI_SH3 = 10003,\r
-\r
-               /// <summary>\r
-               ///             Hitachi SH3E processor.\r
-               ///             </summary>\r
-               HITACHI_SH3E = 10004,\r
-\r
-               /// <summary>\r
-               ///             Hitachi SH4 processor.\r
-               ///             </summary>\r
-               HITACHI_SH4 = 10005,\r
-\r
-               /// <summary>\r
-               ///             Motoroloa 821 processor.\r
-               ///             </summary>\r
-               MOTOROLA_821 = 821,\r
-\r
-               /// <summary>\r
-               ///             SHX SH3 Little-Endian processor.\r
-               ///             </summary>\r
-               SHx_SH3 = 103,\r
-\r
-               /// <summary>\r
-               ///             SHX SH4 Little-Endian processor.\r
-               ///             </summary>\r
-               SHx_SH4 = 104,\r
-\r
-               /// <summary>\r
-               ///             STRONGARM Little-Endian processor.\r
-               ///             </summary>\r
-               STRONGARM = 2577,\r
-\r
-               /// <summary>\r
-               ///             ARM 720 processor.\r
-               ///             </summary>\r
-               ARM720 = 1824,\r
-\r
-               /// <summary>\r
-               ///             ARM 820 processor.\r
-               ///             </summary>\r
-               ARM820 = 2080,\r
-\r
-               /// <summary>\r
-               ///             ARM 920 processor.\r
-               ///             </summary>\r
-               ARM920 = 2336,\r
-\r
-               /// <summary>\r
-               /// <para>\r
-               ///                   ARM 7TDMI processor.\r
-               ///                </para>\r
-               /// </summary>\r
-               ARM_7TDMI = 70001,\r
-       } // ProcessorID\r
-\r
-} // System.Configuration.Assemblies\r
+// ProcessorID.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Wed, 5 Sep 2001 06:38:23 UTC
+// Source file: all.xml
+// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+//
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+
+namespace System.Configuration.Assemblies {
+
+#if ECMA
+       /// <summary>
+       /// </summary>
+       public enum ProcessorID {
+
+               /// <summary>
+               /// </summary>
+               INTEL_386 = 386,
+
+               /// <summary>
+               /// </summary>
+               INTEL_486 = 486,
+
+               /// <summary>
+               /// </summary>
+               INTEL_PENTIUM = 586,
+
+               /// <summary>
+               /// </summary>
+               MIPS_R4000 = 4000,
+
+               /// <summary>
+               /// </summary>
+               ALPHA_21064 = 21064,
+
+               /// <summary>
+               /// </summary>
+               PPC_601 = 601,
+
+               /// <summary>
+               /// </summary>
+               PPC_603 = 603,
+
+               /// <summary>
+               /// </summary>
+               PPC_604 = 604,
+
+               /// <summary>
+               /// </summary>
+               PPC_620 = 620,
+
+               /// <summary>
+               /// </summary>
+               HITACHI_SH3 = 10003,
+
+               /// <summary>
+               /// </summary>
+               HITACHI_SH3E = 10004,
+
+               /// <summary>
+               /// </summary>
+               HITACHI_SH4 = 10005,
+
+               /// <summary>
+               /// </summary>
+               MOTOROLA_821 = 821,
+
+               /// <summary>
+               /// </summary>
+               SHx_SH3 = 103,
+
+               /// <summary>
+               /// </summary>
+               SHx_SH4 = 104,
+
+               /// <summary>
+               /// </summary>
+               STRONGARM = 2577,
+
+               /// <summary>
+               /// </summary>
+               ARM720 = 1824,
+
+               /// <summary>
+               /// </summary>
+               ARM820 = 2080,
+
+               /// <summary>
+               /// </summary>
+               ARM920 = 2336,
+
+               /// <summary>
+               /// </summary>
+               ARM_7TDMI = 70001,
+       } // ProcessorID
+#endif
+       
+} // System.Configuration.Assemblies