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

  1. ;===============================================================================
  2. ; HITACHI DVDCAM(DZMV-100) USB Interface Driver 
  3. ;
  4. ;        Copyright (C) 2002 Hitachi,Ltd.
  5. ;===============================================================================
  6. [Version] 
  7. Signature = "$Windows NT$" 
  8. Class=USB
  9. ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
  10. Provider=%HTC% 
  11. CatalogFile=dzmv100u.cat
  12. LayoutFile=LAYOUT.INF
  13. DriverVer= 03/14/2002,0.3.0.0
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = *
  17.  
  18. ;-------------------------------------------------------------------------------
  19. ; Copy Files Section
  20. ;-------------------------------------------------------------------------------
  21. [DestinationDirs] 
  22. DefaultDestDir        = 11                      ; // LDID_SYS
  23. DZ2KSCSI.Files.x86_12 = 12 
  24.  
  25. [SourceDisksNames.x86]
  26. 0=%Desc_x860%
  27.  
  28. [SourceDisksFiles.x86]
  29. dz2kusb.sys=0,, 
  30.  
  31. ;-------------------------------------------------------------------------------
  32. ; Manufacturer Name Section
  33. ;-------------------------------------------------------------------------------
  34. [Manufacturer] 
  35. %HTC%=HTC
  36.  
  37. ;-------------------------------------------------------------------------------
  38. ; Install Section
  39. ;-------------------------------------------------------------------------------
  40. [HTC]
  41. %DZ2KSCSIDesc%=DZ2KSCSI_Inst,USB\VID_04A4&PID_0004
  42.  
  43. ;-------------------------------------------------------------------------------
  44. ; Windows 2000 Install Section
  45. ;-------------------------------------------------------------------------------
  46. [DZ2KSCSI_Inst.ntx86] 
  47. CopyFiles = DZ2KSCSI.Files.x86_12 
  48. AddReg = DZ2KSCSI.AddReg.x86 
  49.  
  50. [DZ2KSCSI_Inst.ntx86.Services] 
  51. AddService = dz2kusb,0x00000002,DZ2KSCSI_Service_Instx86, 
  52.  
  53. [DZ2KSCSI_Service_Instx86] 
  54. ServiceType   = %SERVICE_KERNEL_DRIVER% 
  55. StartType     = %SERVICE_DEMAND_START% 
  56. ErrorControl  = %SERVICE_ERROR_NORMAL% 
  57. ServiceBinary = %12%\dz2kusb.sys 
  58.  
  59. [DZ2KSCSI.AddReg.x86] 
  60. ;HKCR,,DevLoader,0,*ntkern
  61. ;HKCR,,NTMPDriver,0,dzmvusb.sys
  62.  
  63. [DZ2KSCSI.Files.x86_12] 
  64. dz2kusb.sys
  65.  
  66. [DZ2KSCSI_EventLog_Inst] 
  67. AddReg = DZ2KSCSI_EventLog_Inst.AddReg 
  68.  
  69. [DZ2KSCSI_EventLog_Inst.AddReg] 
  70. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
  71. HKR,,TypesSupported,%REG_DWORD%,7
  72.  
  73. ;-------------------------------------------------------------------------------
  74. ; Localizable Strings
  75. ;-------------------------------------------------------------------------------
  76. [Strings] 
  77.  
  78. HTC          = "Hitachi Ltd" 
  79. Desc_x860    = "DZ-MV100 ドライバディスク" 
  80. DZ2KSCSIDesc = "Hitachi DVD CAMERA USB Interface" 
  81.  
  82. ;-------------------------------------------------------------------------------
  83. ;  Non Localizable Strings 
  84. ;-------------------------------------------------------------------------------
  85. SERVICE_BOOT_START   = 0x0 
  86. SERVICE_SYSTEM_START = 0x1 
  87. SERVICE_AUTO_START   = 0x2 
  88. SERVICE_DEMAND_START = 0x3 
  89. SERVICE_DISABLED     = 0x4 
  90.  
  91. SERVICE_KERNEL_DRIVER  = 0x1 
  92. SERVICE_ERROR_IGNORE   = 0x0 
  93. SERVICE_ERROR_NORMAL   = 0x1 
  94. SERVICE_ERROR_SEVERE   = 0x2 
  95. SERVICE_ERROR_CRITICAL = 0x3 
  96.  
  97. REG_EXPAND_SZ = 0x00020000 
  98. REG_DWORD     = 0x00010001 
  99.