home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / bthspp.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  3.6 KB  |  66 lines

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