mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
61 lines
2.9 KiB
INI
61 lines
2.9 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.0415]
|
|
ReactOS = "Ekipa ReactOS"
|
|
ComputerClassName = "Komputer"
|
|
GenericMfg = "(Komputery standardowe)"
|
|
acpipic_up.DeviceDesc = "Komputer PC z interfejsem ACPI"
|
|
e_isa_up.DeviceDesc = "Standardowy komputer PC"
|
|
|
|
[Strings.0418]
|
|
ReactOS = "Echipa ReactOS"
|
|
ComputerClassName = "Calculator"
|
|
GenericMfg = "(calculator generic)"
|
|
acpipic_up.DeviceDesc = "PC uniprocesor ACPI"
|
|
e_isa_up.DeviceDesc = "PC uniprocesor standard"
|