Leaked source code of windows server 2003
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.

105 lines
2.0 KiB

  1. ; 1394DBG.INF -- 1394 Debug Driver
  2. ;
  3. ; Copyright Microsoft 2001
  4. ;
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=1394Debug
  8. ClassGuid={66f250d6-7801-4a64-b139-eea80a450b24}
  9. Provider=%Msft%
  10. DriverVer=10/04/2001,5.1.3559.0
  11. CatalogFile=1394dbg.cat
  12. [DestinationDirs]
  13. 1394Core.CopyDriver=12
  14. 1394Dbg.CopyDriver=12
  15. ; =================== Class Sections ===========================
  16. [ClassInstall32]
  17. Addreg=1394DebugClassReg
  18. [1394DebugClassReg]
  19. HKR,,,0,%1394DebugClassName%
  20. HKR,,Icon,,-21
  21. HKR,,NoInstallClass,,1
  22. [ControlFlags]
  23. ; All PnP devices should be excluded from manual AddDevice Applet list
  24. ExcludeFromSelect=*
  25. [Manufacturer]
  26. %MicrosoftMfg%=Microsoft
  27. ; =================== Microsoft ========================
  28. [Microsoft]
  29. %V1394\VIRTUAL_HOST_DEBUGGER.DeviceDesc%=1394VDBG,V1394\VIRTUAL_HOST_DEBUGGER
  30. %V1394\HOST_DEBUGGER.DeviceDesc%=1394DBG,V1394\HOST_DEBUGGER
  31. ;
  32. ; 1394vdbg
  33. ;
  34. [1394VDBG]
  35. CopyFiles=1394CORE.CopyDriver
  36. [1394VDBG.Services]
  37. AddService=1394VDBG,2,1394VDBG_ServiceInstall
  38. [1394VDBG_ServiceInstall]
  39. DisplayName=%V1394\VIRTUAL_HOST_DEBUGGER.DeviceDesc%
  40. ServiceType=1
  41. StartType=0
  42. ErrorControl=1
  43. ServiceBinary=%12%\1394dbg1.sys
  44. ;
  45. [1394CORE.CopyDriver]
  46. 1394dbg1.sys
  47. ;
  48. ; 1394dbg
  49. ;
  50. [1394DBG]
  51. CopyFiles=1394DBG.CopyDriver
  52. [1394DBG.Services]
  53. AddService=1394DBG,2,1394DBG_ServiceInstall
  54. [1394DBG_ServiceInstall]
  55. DisplayName=%V1394\HOST_DEBUGGER.DeviceDesc%
  56. ServiceType=1
  57. StartType=0
  58. ErrorControl=1
  59. ServiceBinary=%12%\1394dbg2.sys
  60. ;
  61. [1394DBG.CopyDriver]
  62. 1394dbg2.sys
  63. ;
  64. ; Disk installation information.
  65. ;
  66. [SourceDisksNames]
  67. 1 = %1394dbg.Disk%,disk1,,,,,
  68. ;
  69. ; Location of files on installation disk.
  70. ;
  71. [SourceDisksFiles]
  72. 1394dbg1.sys = 1,,,
  73. 1394dbg2.sys = 1,,,
  74. [Strings]
  75. Msft="Microsoft"
  76. MicrosoftMfg="Microsoft"
  77. 1394DebugClassName="1394 Debugger Device"
  78. V1394\VIRTUAL_HOST_DEBUGGER.DeviceDesc="1394 Windows XP Debug Driver"
  79. V1394\HOST_DEBUGGER.DeviceDesc="1394 Windows Server 2003 Debug Driver"
  80. 1394dbg.Disk="1394 Debug Driver Installation"