home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / CANOPUS / UP274JP / up274jp2.exe / DVRex.inf < prev    next >
Windows Setup INFormation  |  2000-01-19  |  2KB  |  92 lines

  1. ;----------------------------------------------------------------------------
  2. ;    INF file for DVRex-M1/RT Windows 2000 Driver
  3. ;    Copyright (c) 2000 Canopus Co., Ltd. All rights reserved.
  4. ;----------------------------------------------------------------------------
  5.  
  6. [Version]
  7. Signature=$Windows NT$
  8. Class=Media
  9. ClassGUID={4D36E96C-E325-11CE-BFC1-08002BE10318}
  10. Provider=%Mfg%
  11. ;CatalogFile=DVRex.cat
  12. DriverVer=01/19/2000,2.74.0.000
  13.  
  14. [DestinationDirs]
  15. DefaultDestDirs=12
  16. DVRexM1.Copy=12
  17. DVRexRT.Copy=12
  18.  
  19. ;----------------------------------------------------------------------------
  20. ; Driver information
  21. ;----------------------------------------------------------------------------
  22. [Manufacturer]
  23. %Mfg%=Mfg.Canopus
  24.  
  25. [Mfg.Canopus]
  26. %DVRexM1_DeviceDesc%=DVRexM1,PCI\VEN_1131&DEV_7146&SUBSYS_2002114B
  27. %DVRexRT_DeviceDesc%=DVRexRT,PCI\VEN_1131&DEV_7146&SUBSYS_2004114B
  28.  
  29. ;----------------------------------------------------------------------------
  30. [DVRexM1]
  31. CopyFiles=DVRexM1.Copy
  32. Reboot
  33.  
  34. [DVRexM1.Copy]
  35. PcdvKrnl.sys
  36.  
  37. [DVRexM1.Services]
  38. AddService=PcdvKrnl,0x2,DVRexM1_ServiceInstall
  39.  
  40. [DVRexM1_ServiceInstall]
  41. ;DisplayName=%DVRexM1_DeviceDesc%
  42. ;Description=%DVRexM1_DeviceDesc%
  43. ServiceType=1                ; SERVICE_KERNEL_DRIVER
  44. StartType=0                ; SERVICE_BOOT_START
  45. ErrorControl=1                ; SERVICE_ERROR_NORMAL
  46. ServiceBinary=%12%\PcdvKrnl.sys
  47. ;StartName=
  48. ;AddReg=
  49. ;DelReg=
  50. ;BitReg=
  51. LoadOrderGroup=Base
  52. ;Dependencies=
  53.  
  54. ;----------------------------------------------------------------------------
  55. [DVRexRT]
  56. CopyFiles=DVRexRT.Copy
  57. Reboot
  58.  
  59. [DVRexRT.Copy]
  60. PcdvRTUK.sys
  61.  
  62. [DVRexRT.Services]
  63. AddService=PcdvRTUK,0x2,DVRexRT_ServiceInstall
  64.  
  65. [DVRexRT_ServiceInstall]
  66. ;DisplayName=%DVRexRT_DeviceDesc%
  67. ;Description=%DVRexRT_DeviceDesc%
  68. ServiceType=1                ; SERVICE_KERNEL_DRIVER
  69. StartType=0                ; SERVICE_BOOT_START
  70. ErrorControl=1                ; SERVICE_ERROR_NORMAL
  71. ServiceBinary=%12%\PcdvRTUK.sys
  72. ;StartName=
  73. ;AddReg=
  74. ;DelReg=
  75. ;BitReg=
  76. LoadOrderGroup=Base
  77. ;Dependencies=
  78.  
  79. ;----------------------------------------------------------------------------
  80. [SourceDisksNames]
  81. 1=%DVRexDisk%,,,""
  82.  
  83. [SourceDisksFiles]
  84. PcdvKrnl.sys=1,,
  85. PcdvRTUK.sys=1,,
  86.  
  87. [Strings]
  88. Mfg="Canopus Co., Ltd."
  89. DVRexM1_DeviceDesc="DVRex-M1"
  90. DVRexRT_DeviceDesc="DVRex-RT"
  91. DVRexDisk="DVRex Windows 2000 Driver Disk"
  92.