moel@64: /* moel@64: moel@344: This Source Code Form is subject to the terms of the Mozilla Public moel@344: License, v. 2.0. If a copy of the MPL was not distributed with this moel@344: file, You can obtain one at http://mozilla.org/MPL/2.0/. moel@64: moel@344: Copyright (C) 2009-2010 Michael Möller moel@344: moel@64: */ moel@64: moel@64: namespace OpenHardwareMonitor.Hardware.Mainboard { moel@165: moel@165: internal enum Manufacturer { moel@296: Alienware, moel@296: Apple, moel@153: ASRock, moel@64: ASUS, moel@152: Dell, moel@64: DFI, moel@177: ECS, moel@64: EPoX, moel@132: EVGA, moel@152: FIC, moel@296: Fujitsu, moel@64: Gigabyte, moel@152: HP, moel@72: IBM, moel@296: Intel, moel@296: Lenovo, moel@64: MSI, moel@319: Shuttle, moel@296: Supermicro, moel@296: Toshiba, moel@152: XFX, moel@126: Unknown moel@64: } moel@64: moel@64: }