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.

53 lines
1.0 KiB

  1. ; 1394VDBG.INF -- 1394 Debug Driver
  2. [Version]
  3. signature="$CHICAGO$"
  4. Class=1394Debug
  5. ClassGuid={66f250d6-7801-4a64-b139-eea80a450b24}
  6. Provider=%Msft%
  7. LayoutFile=LAYOUT.INF
  8. [DestinationDirs]
  9. 1394Core.CopyDriver=12
  10. ; =================== Class Sections ===========================
  11. [ClassInstall32]
  12. Addreg=1394DebugClassReg
  13. [1394DebugClassReg]
  14. HKR,,,0,%1394DebugClassName%
  15. HKR,,Icon,,-21
  16. HKR,,NoInstallClass,,1
  17. [ControlFlags]
  18. ; All PnP devices should be excluded from manual AddDevice Applet list
  19. ExcludeFromSelect=*
  20. [Manufacturer]
  21. %MicrosoftMfg%=Microsoft
  22. ; =================== Microsoft ========================
  23. [Microsoft]
  24. %V1394\VIRTUAL_HOST_DEBUGGER.DeviceDesc%=1394VDBG,V1394\VIRTUAL_HOST_DEBUGGER
  25. ;
  26. ; 1394vdbg
  27. ;
  28. [1394VDBG]
  29. CopyFiles=1394CORE.CopyDriver
  30. [1394VDBG.Services]
  31. AddService=1394VDBG,2,1394VDBG_ServiceInstall
  32. [1394VDBG_ServiceInstall]
  33. DisplayName=%V1394\VIRTUAL_HOST_DEBUGGER.DeviceDesc%
  34. ServiceType=1
  35. StartType=0
  36. ErrorControl=1
  37. ServiceBinary=%12%\1394vdbg.sys
  38. ;
  39. [1394CORE.CopyDriver]
  40. 1394vdbg.sys