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

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