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

  1.  ■; Microsoft Windows Bluetooth HID Inf
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. [Version]
  4. Signature="$WINDOWS NT$"
  5. Class=HIDClass
  6. ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
  7. Provider=%MSFT%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9. [SourceDisksNames]
  10. 3426=windows cd
  11. [SourceDisksFiles]
  12. hidbth.sys = 3426
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15. [DestinationDirs]
  16. DefaultDestDir = 12
  17. HID_Inst.CopyFilesDLL.NT = 11
  18. SPI_Files_DLL = 11
  19. [Manufacturer]
  20. ; HID
  21. ;
  22. %MSMfg%=MicrosoftHid,NTx86...1
  23. ;
  24. ;  HID
  25. ;
  26. [MicrosoftHid.NTx86...1]
  27. %BTHENUM\{00001124-0000-1000-8000-00805f9b34fb}.DeviceDesc%=HIDBTH_Inst,,BTHENUM\{00001124-0000-1000-8000-00805f9b34fb}
  28. [HIDBTH_Inst.NT]
  29. Include=input.inf
  30. Needs=HID_Inst.NT
  31. Copyfiles = HIDBTH_Inst.CopyFiles.NT, HID_Inst.CopyFilesDLL.NT
  32. [HIDBTH_Inst.CopyFiles.NT]
  33. hidbth.sys,,,0x100
  34. [HIDBTH_Inst.NT.Services]
  35. AddService = HidBth,%SPSVCINST_ASSOCSERVICE%,HIDBTH_Service_Inst, HIDBTH_EventLog_Inst
  36. [HIDBTH_Service_Inst]
  37. DisplayName    = %HIDBTH.SvcDesc%
  38. ServiceType    = %SERVICE_KERNEL_DRIVER%
  39. StartType      = %SERVICE_DEMAND_START%
  40. ErrorControl   = %SERVICE_ERROR_IGNORE%
  41. ServiceBinary  = %12%\hidbth.sys
  42. LoadOrderGroup = extended base
  43. [HIDBTH_EventLog_Inst]
  44. AddReg=HIDBTH_EventLog_Inst.AddReg
  45. [HIDBTH_EventLog_Inst.AddReg]
  46. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\hidbth.sys"
  47. HKR,,TypesSupported,0x00010001,7
  48. [strings]
  49. ;
  50. ; Non-localizable
  51. ;
  52. SPSVCINST_ASSOCSERVICE= 0x00000002
  53. SERVICE_KERNEL_DRIVER = 1
  54. SERVICE_BOOT_START    = 0
  55. SERVICE_SYSTEM_START  = 1
  56. SERVICE_AUTO_START    = 2
  57. SERVICE_DEMAND_START  = 3
  58. SERVICE_ERROR_NORMAL  = 1
  59. SERVICE_ERROR_IGNORE  = 0
  60. ;
  61. ; Localizable
  62. ;
  63. BTH.DiskName          = "Bluetooth"
  64. MSFT                  = "Microsoft"
  65. HIDBTH.SvcDesc        = "Microsoft Bluetooth HID Miniport"
  66. MSMfg           = "Microsoft"
  67. BTHENUM\{00001124-0000-1000-8000-00805f9b34fb}.DeviceDesc= "Bluetooth HID Device"