mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:25:48 +00:00
Add back ClassInstall32 section, accidentally removed in r30320
svn path=/trunk/; revision=30538
This commit is contained in:
parent
f33d18ade0
commit
afeaa146f4
1 changed files with 23 additions and 16 deletions
|
@ -6,57 +6,64 @@
|
||||||
Signature = "$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
;Signature = "$ReactOS$"
|
;Signature = "$ReactOS$"
|
||||||
LayoutFile = layout.inf
|
LayoutFile = layout.inf
|
||||||
|
|
||||||
Class = SCSIAdapter
|
Class = SCSIAdapter
|
||||||
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider = %ReactOS%
|
Provider = %ReactOS%
|
||||||
DriverVer = 11/2/2007,1.0
|
DriverVer = 11/2/2007,1.1
|
||||||
|
|
||||||
|
[ClassInstall32.NT]
|
||||||
|
AddReg = SCSIClass.NT.AddReg
|
||||||
|
|
||||||
|
[SCSIClass.NT.AddReg]
|
||||||
|
HKR, , , 0, %SCSIClassName%
|
||||||
|
HKR, , Icon, 0, "-10"
|
||||||
|
;HKR, , Installer32, 0, "syssetup.dll,ScsiClassInstaller"
|
||||||
|
|
||||||
[DestinationDirs]
|
[DestinationDirs]
|
||||||
DefaultDestDir = 12
|
DefaultDestDir = 12
|
||||||
|
|
||||||
[Manufacturer]
|
[Manufacturer]
|
||||||
%GenericMfg% = GenericMfg
|
%GenericMfg% = GenericMfg
|
||||||
|
|
||||||
[GenericMfg]
|
[GenericMfg]
|
||||||
%PCI\VEN_104B&CC_0100.DeviceDesc% = BusLogic_Inst,PCI\VEN_104B&CC_0100
|
%PCI\VEN_104B&CC_0100.DeviceDesc% = BusLogic_Inst,PCI\VEN_104B&CC_0100
|
||||||
|
|
||||||
;----------------------------- ScsiPort Driver ----------------------------
|
;----------------------------- ScsiPort Driver ----------------------------
|
||||||
|
|
||||||
[Scsiport_CopyFiles.NT]
|
[Scsiport_CopyFiles.NT]
|
||||||
scsiport.sys
|
scsiport.sys
|
||||||
|
|
||||||
[Scsiport_Service_Inst]
|
[Scsiport_Service_Inst]
|
||||||
ServiceType = 4
|
ServiceType = 4
|
||||||
StartType = 0
|
StartType = 0
|
||||||
ErrorControl = 0
|
ErrorControl = 0
|
||||||
ServiceBinary = %12%\scsiport.sys
|
ServiceBinary = %12%\scsiport.sys
|
||||||
LoadOrderGroup = SCSI Port
|
LoadOrderGroup = SCSI Port
|
||||||
|
|
||||||
;----------------------------- BusLogic Driver ----------------------------
|
;----------------------------- BusLogic Driver ----------------------------
|
||||||
|
|
||||||
[BusLogic_Inst.NT]
|
[BusLogic_Inst.NT]
|
||||||
CopyFiles = BusLogic_CopyFiles.NT, Scsiport_CopyFiles.NT
|
CopyFiles = BusLogic_CopyFiles.NT, Scsiport_CopyFiles.NT
|
||||||
|
|
||||||
[BusLogic_CopyFiles.NT]
|
[BusLogic_CopyFiles.NT]
|
||||||
buslogic.sys
|
buslogic.sys
|
||||||
|
|
||||||
[BusLogic_Inst.NT.Services]
|
[BusLogic_Inst.NT.Services]
|
||||||
AddService = BusLogic, 0x00000002, BusLogic_Service_Inst
|
AddService = BusLogic, 0x00000002, BusLogic_Service_Inst
|
||||||
AddService = Scsiport, , Scsiport_Service_Inst
|
AddService = Scsiport, , Scsiport_Service_Inst
|
||||||
|
|
||||||
[BusLogic_Service_Inst]
|
[BusLogic_Service_Inst]
|
||||||
ServiceType = 0
|
ServiceType = 0
|
||||||
StartType = 0
|
StartType = 0
|
||||||
ErrorControl = 0
|
ErrorControl = 0
|
||||||
ServiceBinary = %12%\buslogic.sys
|
ServiceBinary = %12%\buslogic.sys
|
||||||
LoadOrderGroup = SCSI Miniport
|
LoadOrderGroup = SCSI Miniport
|
||||||
|
|
||||||
;--------------------------------- Strings ---------------------------------
|
;--------------------------------- Strings ---------------------------------
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
ReactOS = "ReactOS Team"
|
ReactOS = "ReactOS Team"
|
||||||
SCSIClassName = "SCSI and RAID Controllers"
|
SCSIClassName = "SCSI and RAID Controllers"
|
||||||
|
|
||||||
GenericMfg = "(Standard SCSI and RAID controllers)"
|
GenericMfg = "(Standard SCSI and RAID controllers)"
|
||||||
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Controller"
|
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Controller"
|
Loading…
Add table
Add a link
Reference in a new issue