home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / bthspp.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  4KB  |  66 lines

  1.  ■; Windows Bluetooth Modem Driver Inf
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=Ports
  6. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  7. Provider=%MSFT%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9. [Manufacturer]
  10. %MSFT%     = Standard,NTx86...1
  11. [Standard.NTx86...1]
  12. %Standard_serial%    = GenericSerial, BTHENUM\{00001101-0000-1000-8000-00805f9b34fb}
  13. [GenericSerial.NT]
  14. Include=mdmbtmdm.inf
  15. Needs=mdmbtmdm.BTHMODEM.CopyFiles
  16. ;CopyFiles=GenericSerial.NT.Copy
  17. AddReg=GenericSerial.NT.AddReg
  18. SyssetupPnPFlags = 1
  19. [GenericSerial.NT.HW]
  20. AddReg=GenericSerial.NT.HW.AddReg
  21. [GenericSerial.NT.Copy]
  22. serenum.sys,,,0x100
  23. [GenericSerial.NT.AddReg]
  24. HKR,,PortSubClass,1,01
  25. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  26. ; Uncomment the following line if you want to override the advanced dialog for
  27. ; your device.  See msports.h for protoype of OverrideAdvancedFunction
  28. ; HKR,,EnumAdvancedDialog,,"yourdll.dll,OverrideAdvancedFunction"
  29. ;[GenericSerial.NT.HW.AddReg]
  30. ;HKR,,"UpperFilters",0x00010000,"serenum"
  31. [GenericSerial.NT.Services]
  32. AddService= BTHMODEM, 2, BTHMODEM.AddService
  33. ;AddService = Serenum,,Serenum_Service_Inst
  34. [BTHMODEM.AddService]
  35. DisplayName     = %BthSerial.DisplayName%
  36. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  37. StartType       = 3 ;%SERVICE_DEMAND_START%
  38. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  39. ServiceBinary   = %12%\bthmodem.sys
  40. ;[GenericSerial.NT.HW]
  41. ;AddReg=LowerFilterAddReg
  42. ;[LowerFilterAddReg]
  43. ;HKR,,"LowerFilters",0x00010000,bthmodem
  44. [DestinationDirs]
  45. ;GenericSerial.NT.Copy = 12
  46. [Strings]
  47. Bth.Diskname         = "Bluetooth"
  48. MSFT                 = "Microsoft"
  49. BthSerial.DisplayName = "Bluetooth Serial Communications Driver"
  50. Standard_serial       = "Standard Serial over Bluetooth link"