home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2002 July
/
VPR0207B.ISO
/
DRIVER
/
HITACHI
/
FORXP_2KP
/
usb
/
dzmv100s.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2002-03-14
|
4KB
|
115 lines
;===============================================================================
; HITACHI DVDCAM(DZMV-100) USB Interface Driver
;
; Copyright (C) 2002 Hitachi,Ltd.
;===============================================================================
[Version]
signature="$CHICAGO$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%HTC%
LayoutFile=LAYOUT.INF
CatalogFile=dzmv100s.cat
DriverVer= 03/14/2002,0.3.0.0
;------------------------------------------------------------------------------
; Class Install
;------------------------------------------------------------------------------
[ClassInstall32.NTx86]
Addreg=SCSIReg32
[SCSIReg32]
HKR,,,,%SCSIClassName%
HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
HKR,,Icon,,"-10"
HKR,,LegacyInfOption,,"SCSI"
HKR,,DeviceType,0x10001,4 ; FILE_DEVICE_CONTROLLER
HKR,,DeviceCharacteristics,0x10001,0x100 ; Use same security checks on relative opens
;------------------------------------------------------------------------------
; Copy Files Section
;------------------------------------------------------------------------------
[DestinationDirs]
dz2kscsi.Files.x86_12 = 12
DefaultDestDir = 12
[SourceDisksNames.x86]
0=%Desc_x860%
[SourceDisksFiles.x86]
dz2kscsi.sys=0,,
[dz2kscsi.Files.x86_12]
dz2kscsi.sys
;----------------------------------------------------------------------------
; Manufacturer Name Section
;----------------------------------------------------------------------------
[Manufacturer]
%HTC%=HTC
;----------------------------------------------------------------------------
; Install Section
;----------------------------------------------------------------------------
[HTC]
%dz2kscsiDesc%=dz2kscsi_Inst,DVDCAM\DZMVSCSI, DZMVSCSIMPD
;----------------------------------------------------------------------------
; Windows 2000 & WindowsXP Install Section
;----------------------------------------------------------------------------
[dz2kscsi_Inst.ntx86]
CopyFiles = dz2kscsi.Files.x86_12
AddReg = dz2kscsi.AddReg.x86
[dz2kscsi_Inst.ntx86.Services]
AddService = dz2kscsi,0x00000002,dz2kscsi_Service_Instx86, dz2kscsi_EventLog_Inst
[dz2kscsi_Service_Instx86]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\dz2kscsi.sys
LoadOrderGroup = SCSI Miniport
AddReg = pnpsafe_isa_addreg
[dz2kscsi_EventLog_Inst]
AddReg = dz2kscsi_EventLog_Inst.AddReg
[dz2kscsi_EventLog_Inst.AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[pnpsafe_pci_addreg]
HKR, Parameters\PnpInterface, 5, 0x00010001, 0x00000001
[pnpsafe_isa_addreg]
HKR, Parameters\PnpInterface, 1, 0x00010001, 0x00000001
[pnpsafe_eisa_addreg]
HKR, Parameters\PnpInterface, 2, 0x00010001, 0x00000001
[dz2kscsi.AddReg.x86]
;----------------------------------------------------------------------------
; Strings Section
;----------------------------------------------------------------------------
[Strings]
; *******Localizable Strings*******
SCSIClassName = "SCSI Controllers"
HTC = "Hitachi Ltd"
Desc_x860 = "DZ-MV100 ドライバディスク"
dz2kscsiDesc = "Hitachi DVD CAMERA SCSI Interface"
; *******Non Localizable Strings*******
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001