Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.2 KiB

  1. ; DBC.INF -- This file contains descriptions of all the
  2. ; DBC (Device Bay Controllers)
  3. ;
  4. ;*** Created 10/2/95 (Creation Date)
  5. [Version]
  6. signature="$CHICAGO$"
  7. LayoutFile=Layout.inf
  8. Class=DBC
  9. ClassGUID={91EF3F20-E9D0-11D1-B332-00A0C959BBD2}
  10. Provider=%Msft%
  11. DriverVer=03/09/2000,5.00.2211.1
  12. [ControlFlags]
  13. ExcludeFromSelect = *
  14. [DestinationDirs]
  15. USBDBC.CopyFiles.NT = 10,system32\drivers
  16. DBPHY.CopyFiles.NT = 10,system32\drivers
  17. ; =================== Class Sections ===========================
  18. [ClassInstall]
  19. Addreg=DBCClassReg
  20. [DBCClassReg]
  21. HKR,,,,%DBCClassName%
  22. HKR,,Icon,,-21
  23. HKR,,Installer32,,"syssetup.Dll,DeviceBayClassInstaller"
  24. [ClassInstall32]
  25. Addreg=DBCClassReg
  26. ; =================== Table of content =========================
  27. [Manufacturer]
  28. %Granite.Mfg%=Granite.Section
  29. ; =================== Granite ==================================
  30. [Granite.Section]
  31. %USB\VID_0654&PID_0005.DeviceDesc%=USBDBC,USB\VID_0654&PID_0005
  32. %USB\VID_0654&PID_0007.DeviceDesc%=USBDBC,USB\VID_0654&PID_0007
  33. %1394\D0FC&0.DeviceDesc%=DBPHY,1394\D0FC&0
  34. [USBDBC]
  35. [USBDBC.NT]
  36. CopyFiles=USBDBC.CopyFiles.NT
  37. [USBDBC.NT.Services]
  38. AddService = dbcusb, 0x00000002, USBDBC.AddService
  39. AddService = dbfilter, , DBFilter.AddService
  40. [USBDBC.AddService]
  41. DisplayName=%USBDBC.SvcDesc%
  42. ServiceType=1 ; SERVICE_KERNEL_DRIVER
  43. StartType=2 ; SERVICE_AUTO_START
  44. ErrorControl=1 ; SERVICE_ERROR_NORMAL
  45. ServiceBinary=%12%\dbcusb.sys
  46. LoadOrderGroup=Base
  47. [DBFilter.AddService]
  48. DisplayName=%FilterDBC.SvcDesc%
  49. ServiceType=1 ; SERVICE_KERNEL_DRIVER
  50. StartType=3 ; SERVICE_MANUAL_START
  51. ErrorControl=1 ; SERVICE_ERROR_NORMAL
  52. ServiceBinary=%12%\dbfilter.sys
  53. LoadOrderGroup=Base
  54. [USBDBC.CopyFiles.NT]
  55. dbcusb.sys
  56. dbclass.sys
  57. dbfilter.sys
  58. [DBPHY]
  59. [DBPHY.NT]
  60. CopyFiles=DBPHY.CopyFiles.NT
  61. [DBPHY.NT.Services]
  62. AddService = , 0x00000002
  63. AddService = dbfilter, , DBFilter.AddService
  64. [DBFilter.AddService]
  65. DisplayName=%FilterDBC.SvcDesc%
  66. ServiceType=1 ; SERVICE_KERNEL_DRIVER
  67. StartType=3 ; SERVICE_MANUAL_START
  68. ErrorControl=1 ; SERVICE_ERROR_NORMAL
  69. ServiceBinary=%12%\dbfilter.sys
  70. LoadOrderGroup=Base
  71. [DBPHY.CopyFiles.NT]
  72. dbclass.sys
  73. dbfilter.sys