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

  1. ; tdiBth.inf -- RFCOMM transport
  2. ;
  3. ; Copyright 2002, Microsoft Corporation
  4.  
  5. [version]
  6. ;-----------------------------------------------------
  7. Signature   = "$Windows NT$"
  8. Class       = Net
  9. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider    = %MfgName%
  11. DriverVer=06/21/2006,6.0.6001.18000
  12.  
  13. [Manufacturer]
  14. ;-----------------------------------------------------
  15. %MfgName% = Msft,NTx86...1
  16.  
  17. [Msft.NTx86...1]
  18. ;-----------------------------------------------------
  19. %RFCOMM.DisplayName% = RFCOMM.Install, BTH\MS_RFCOMM
  20.  
  21.  
  22. [DestinationDirs]
  23. ;-----------------------------------------------------
  24. DefaultDestDir   = 10  ; %windir%
  25. RFCOMM.Files     = 12  ; %windir%\system32\drivers
  26.  
  27. ;*****************************************************
  28. ;=====================================================
  29.  
  30. ;=====================================================
  31. [RFCOMM.Install]
  32. ;-----------------------------------------------------
  33. Characteristics = 0x0009 ; NCF_VIRTUAL | NCF_HIDDEN
  34. Include=netirda.inf,bth.inf
  35. CopyFiles       = RFCOMM.Files, RFCOMM.WSH.Files, Irda.CopyFiles.Apps, BthEnum.NT.Copy
  36. AddReg          = RFCOMM.Reg
  37.  
  38. [RFCOMM.Install.HW]
  39. AddReg=BthEnum.Reg
  40.  
  41. [RFCOMM.Files]
  42. ;-----------------------------------------------------
  43. rfcomm.sys,,,0x100
  44.  
  45.  
  46. [RFCOMM.Reg]
  47. ;-----------------------------------------------------
  48. HKR, Ndi,            HelpText,   0, %RFCOMM.HelpText%
  49. HKR, Ndi,            Service,    0, "RFCOMM"
  50. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  51. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  52.  
  53. [BthEnum.Reg]
  54. HKR,,"UpperFilters",0x00010000,"BthEnum"
  55.  
  56. ;=====================================================
  57. [SourceDisksNames]
  58. 3426=windows cd
  59.  
  60. [SourceDisksFiles]
  61. rfcomm.sys = 3426
  62.  
  63. ;=====================================================
  64. [RFCOMM.Install.Services]
  65. ;-----------------------------------------------------
  66. AddService = RFCOMM, 0x00000002, RFCOMM.AddService
  67. AddService = BthEnum,,BthEnum.AddService
  68.  
  69. [RFCOMM.AddService]
  70. ;-----------------------------------------------------
  71. DisplayName     = %RFCOMM.DisplayName%
  72. ServiceType     = %SERVICE_KERNEL_DRIVER%
  73. StartType       = %SERVICE_DEMAND_START%
  74. ErrorControl    = %SERVICE_ERROR_NORMAL%
  75. ServiceBinary   = %12%\rfcomm.sys
  76. LoadOrderGroup  = "PNP_TDI"
  77. Description     = %RFCOMM.DisplayName%
  78.  
  79. [BthEnum.AddService]
  80. ;-----------------------------------------------------
  81. DisplayName     = %BthEnum.DisplayName%
  82. ServiceType     = %SERVICE_KERNEL_DRIVER%
  83. StartType       = %SERVICE_DEMAND_START%
  84. ErrorControl    = %SERVICE_ERROR_NORMAL%
  85. ServiceBinary   = %12%\BthEnum.sys
  86.  
  87.  
  88. ;=====================================================
  89. [RFCOMM.Install.Winsock]
  90. ;-----------------------------------------------------
  91. AddSock = RFCOMM.AddWinsockHelper
  92.  
  93. [RFCOMM.AddWinsockHelper]
  94. ;-----------------------------------------------------
  95. TransportService  = RFCOMM
  96. HelperDllName     = "%SystemRoot%\System32\wshBth.dll"
  97. MaxSockAddrLength = 0x32
  98. MinSockAddrLength = 0x1C
  99. LibraryPath       = "%SystemRoot%\system32\wshbth.dll"
  100. DisplayString     = "%MS_BTNSP.ProviderDesc%
  101. SupportedNameSpace= 16
  102. Version           = 0
  103. ProviderId        = "{06AA63E0-7D60-41ff-AFB2-3EE6D2D9392D}"
  104.  
  105. [RFCOMM.Install.Remove.Winsock]
  106. ;-----------------------------------------------------
  107. DelSock = RFCOMM.DelWinsockHelper
  108.  
  109. [RFCOMM.DelWinsockHelper]
  110. ;-----------------------------------------------------
  111. TransportService = RFCOMM
  112. ;=====================================================
  113.  
  114. ;*****************************************************
  115.  
  116.  
  117. ;=====================================================
  118. [Strings]
  119. ;
  120. ; Non-Localizable
  121. ;
  122. SERVICE_AUTO_START      = 2
  123. SERVICE_DEMAND_START    = 3
  124. SERVICE_KERNEL_DRIVER   = 1
  125. SERVICE_ERROR_NORMAL    = 1
  126. ;=====================================================
  127.  
  128. ;
  129. ; Localizable
  130. ;
  131.  
  132. ;-----------------------------------------------------
  133. MfgName                 = "Microsoft"
  134. BTH.DiskName        = "Bluetooth"
  135. BTH.DisplayName         = "Bluetooth"
  136. RFCOMM.DisplayName      = "Bluetooth Device (RFCOMM Protocol TDI)"
  137. RFCOMM.HelpText         = "Bluetooth RFCOMM HelpText"
  138. MS_BTNSP.ProviderDesc   = "Bluetooth Namespace"
  139. BthEnum.DisplayName     = "Bluetooth Enumerator Service"
  140. ;=====================================================
  141.