reactos/media/inf/hal.inf
Joachim Henze de98f38ce6 [0.4.9][INF] Backport String deduplication and minor fixes
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416].
partial pick of 0.4.15-dev-1105-g d50cbb6eed (only the changes in msmouse.inf were picked) (#3173)
------------
in releases/0.4.7 to releases/0.4.11 the whole section [Strings.0415] existed twice in NET_NIC.inf,
deleting one of them entirely is not an oopsie, and does just reflect the state of the newer branches!
------------
partial pick of 0.4.15-dev-4867-g bbccad0ed6 Deduplicate the "ReactOS =" strings,
they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here.
------------
full pick of 0.4.15-dev-309-g 7c8d5635aa [PROCESSR][INF] Fix "Intel Intel" duplication typos
which was an addendum to 3509318521 == SVN r46465
------------
also ported back deduplication of some manufacturer strings.
------------
all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files.
------------
the only part that was not picked from master is the stripped 's' in disk.inf, which is possible,
because the file has been replaced altogether in master by an MS file.
2022-12-18 15:29:20 +01:00

98 lines
2.6 KiB
INI

; HAL.INF
; Installation file for HAL device
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Computer
ClassGUID = {4D36E966-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 8/15/2011,1.00.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = ComputerClass.NT.AddReg
[ComputerClass.NT.AddReg]
HKR, , , 0, %ComputerClassName%
HKR, , Icon, 0, "-27"
[Manufacturer]
%GenericMfg% = GenericMfg
[GenericMfg]
%acpipic_up.DeviceDesc% = NO_DRV,acpipic_up
%e_isa_up.DeviceDesc% = NO_DRV,e_isa_up
;------------------------------ NO DRIVER -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
ComputerClassName = "Computer"
GenericMfg = "(Generic computers)"
acpipic_up.DeviceDesc = "ACPI Uniprocessor PC"
e_isa_up.DeviceDesc = "Standard Uniprocessor PC"
[Strings.0405]
ComputerClassName = "Počítač"
GenericMfg = "(Obecné počítače)"
acpipic_up.DeviceDesc = "Jednoprocesorové PC s ACPI rozhraním"
e_isa_up.DeviceDesc = "Standardní jednoprocesorové PC"
[Strings.0a]
ComputerClassName = "Equipo"
GenericMfg = "(Equipos genéricos)"
acpipic_up.DeviceDesc = "PC con uniprocesador ACPI"
e_isa_up.DeviceDesc = "PC con uniprocesador estándar"
[Strings.0415]
ComputerClassName = "Komputer"
GenericMfg = "(Komputery standardowe)"
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
e_isa_up.DeviceDesc = "Standardowy komputer PC"
[Strings.0418]
ComputerClassName = "Calculator"
GenericMfg = "(calculatoare generice)"
acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
e_isa_up.DeviceDesc = "PC uniprocesor standard"
[Strings.0419]
ComputerClassName = "Компьютер"
GenericMfg = "(Универсальный компьютер)"
acpipic_up.DeviceDesc = "ACPI однопроцессорный ПК"
e_isa_up.DeviceDesc = "Стандартный однопроцессорный ПК"
[Strings.041f]
ComputerClassName = "Bilgisayar"
GenericMfg = "(Umûmî Bilgisayarlar)"
acpipic_up.DeviceDesc = "ACPI Tek İşlemcili PC"
e_isa_up.DeviceDesc = "Ölçünlü Tek İşlemcili PC"
[Strings.0422]
ComputerClassName = "Комп'ютер"
GenericMfg = "(Стандартний комп'ютер)"
acpipic_up.DeviceDesc = "ACPI однопроцесорний ПК"
e_isa_up.DeviceDesc = "Стандартний однопроцесорний ПК"
[Strings.0804]
GenericMfg = "(通用计算机)"
acpipic_up.DeviceDesc = "ACPI 单处理器 PC"
e_isa_up.DeviceDesc = "标准单处理器 PC"