home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207B.ISO / DRIVER / HITACHI / FORXP_2KP / usb / dzmv100s.inf < prev    next >
Windows Setup INFormation  |  2002-03-14  |  4KB  |  115 lines

  1. ;===============================================================================
  2. ; HITACHI DVDCAM(DZMV-100) USB Interface Driver 
  3. ;
  4. ;        Copyright (C) 2002 Hitachi,Ltd.
  5. ;===============================================================================
  6. [Version] 
  7. signature="$CHICAGO$"
  8. Class=SCSIAdapter
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} 
  10. Provider=%HTC%
  11. LayoutFile=LAYOUT.INF 
  12. CatalogFile=dzmv100s.cat
  13. DriverVer= 03/14/2002,0.3.0.0
  14.  
  15. ;------------------------------------------------------------------------------
  16. ; Class Install
  17. ;------------------------------------------------------------------------------
  18. [ClassInstall32.NTx86]
  19. Addreg=SCSIReg32
  20.  
  21. [SCSIReg32]
  22. HKR,,,,%SCSIClassName%
  23. HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller"
  24. HKR,,Icon,,"-10"
  25. HKR,,LegacyInfOption,,"SCSI"
  26. HKR,,DeviceType,0x10001,4                       ; FILE_DEVICE_CONTROLLER
  27. HKR,,DeviceCharacteristics,0x10001,0x100        ; Use same security checks on relative opens
  28. ;------------------------------------------------------------------------------
  29. ; Copy Files Section
  30. ;------------------------------------------------------------------------------
  31. [DestinationDirs] 
  32. dz2kscsi.Files.x86_12 = 12 
  33. DefaultDestDir        = 12 
  34.  
  35. [SourceDisksNames.x86]
  36. 0=%Desc_x860%
  37.  
  38. [SourceDisksFiles.x86]
  39. dz2kscsi.sys=0,, 
  40.  
  41. [dz2kscsi.Files.x86_12] 
  42. dz2kscsi.sys
  43.  
  44. ;----------------------------------------------------------------------------
  45. ; Manufacturer Name Section
  46. ;----------------------------------------------------------------------------
  47. [Manufacturer] 
  48. %HTC%=HTC
  49.  
  50. ;----------------------------------------------------------------------------
  51. ; Install Section
  52. ;----------------------------------------------------------------------------
  53. [HTC]
  54. %dz2kscsiDesc%=dz2kscsi_Inst,DVDCAM\DZMVSCSI, DZMVSCSIMPD
  55.  
  56. ;----------------------------------------------------------------------------
  57. ; Windows 2000 & WindowsXP Install Section
  58. ;----------------------------------------------------------------------------
  59. [dz2kscsi_Inst.ntx86] 
  60. CopyFiles = dz2kscsi.Files.x86_12 
  61. AddReg = dz2kscsi.AddReg.x86 
  62.  
  63. [dz2kscsi_Inst.ntx86.Services] 
  64. AddService = dz2kscsi,0x00000002,dz2kscsi_Service_Instx86, dz2kscsi_EventLog_Inst 
  65.  
  66. [dz2kscsi_Service_Instx86] 
  67. ServiceType = %SERVICE_KERNEL_DRIVER% 
  68. StartType = %SERVICE_DEMAND_START% 
  69. ErrorControl = %SERVICE_ERROR_NORMAL% 
  70. ServiceBinary = %12%\dz2kscsi.sys 
  71. LoadOrderGroup = SCSI Miniport
  72. AddReg = pnpsafe_isa_addreg
  73.  
  74. [dz2kscsi_EventLog_Inst] 
  75. AddReg = dz2kscsi_EventLog_Inst.AddReg 
  76.  
  77. [dz2kscsi_EventLog_Inst.AddReg] 
  78. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
  79. HKR,,TypesSupported,%REG_DWORD%,7
  80.  
  81. [pnpsafe_pci_addreg] 
  82. HKR, Parameters\PnpInterface, 5, 0x00010001, 0x00000001 
  83. [pnpsafe_isa_addreg] 
  84. HKR, Parameters\PnpInterface, 1, 0x00010001, 0x00000001 
  85. [pnpsafe_eisa_addreg] 
  86. HKR, Parameters\PnpInterface, 2, 0x00010001, 0x00000001 
  87.  
  88. [dz2kscsi.AddReg.x86]
  89.  
  90. ;----------------------------------------------------------------------------
  91. ; Strings Section
  92. ;----------------------------------------------------------------------------
  93. [Strings] 
  94. ;  *******Localizable Strings******* 
  95. SCSIClassName = "SCSI Controllers"
  96. HTC           = "Hitachi Ltd" 
  97. Desc_x860     = "DZ-MV100 ドライバディスク" 
  98. dz2kscsiDesc  = "Hitachi DVD CAMERA SCSI Interface" 
  99.  
  100. ;  *******Non Localizable Strings******* 
  101. SERVICE_BOOT_START   = 0x0 
  102. SERVICE_SYSTEM_START = 0x1 
  103. SERVICE_AUTO_START   = 0x2 
  104. SERVICE_DEMAND_START = 0x3 
  105. SERVICE_DISABLED     = 0x4 
  106.  
  107. SERVICE_KERNEL_DRIVER  = 0x1 
  108. SERVICE_ERROR_IGNORE   = 0x0 
  109. SERVICE_ERROR_NORMAL   = 0x1 
  110. SERVICE_ERROR_SEVERE   = 0x2 
  111. SERVICE_ERROR_CRITICAL = 0x3 
  112.  
  113. REG_EXPAND_SZ = 0x00020000 
  114. REG_DWORD     = 0x00010001 
  115.