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

  1. ;
  2. ; Copyright (c) 2002 Microsoft Corporation
  3. ;
  4. ; Module Name:
  5. ;
  6. ;    bthpan.inx
  7. ;
  8. ; Abstract:
  9. ;
  10. ;     The INX file for the Bluetooth PAN driver
  11. ;
  12.  
  13.  
  14.  
  15. [SourceDisksNames]
  16. 3426=windows cd
  17.  
  18. [SourceDisksFiles]
  19. bthpan.sys         = 3426
  20.  
  21. [Version]
  22. Provider         = %MfgName%
  23. Signature        = "$Windows NT$"
  24. Class            = Net
  25. ClassGuid        = {4d36e972-e325-11ce-bfc1-08002be10318}
  26. DriverVer=06/21/2006,6.0.6001.18000
  27.  
  28. [Manufacturer]
  29. %MfgName%        = Msft,NTx86...1
  30.  
  31. [Msft.NTx86...1]
  32. %BthPan.DisplayName% = BthPan.Install, BTH\MS_BTHPAN
  33.  
  34. [DestinationDirs]
  35. DefaultDestDir     = %WINDOWS_DIR%
  36. BthPan.CopyFiles   = %DRIVERS_DIR%
  37.  
  38. [BthPan.Install]
  39. Characteristics    = %NCF_VIRTUAL%
  40. CopyFiles          = BthPan.CopyFiles
  41. AddReg             = BthPan.AddReg
  42. *IfType            = 6                  ; IF_TYPE_ETHERNET_CSMACD
  43. *MediaType         = 0                  ; NdisMedium802_3
  44. *PhysicalMediaType = 0xa                ; NdisPhysicalMediumBluetooth
  45.  
  46. [BthPan.CopyFiles]
  47. bthpan.sys,,,%COPYFLG_WARN_IF_SKIP%
  48.  
  49. [ControlFlags]
  50. ExcludeFromSelect = *
  51.  
  52. [BthPan.Install.Services]
  53. AddService = BthPan, %SPSVCINST_ASSOCSERVICE%, BthPan.AddService
  54.  
  55. [BthPan.AddService]
  56. DisplayName    = %BthPan.DisplayName%
  57. ServiceType    = %SERVICE_KERNEL_DRIVER%
  58. StartType      = %SERVICE_DEMAND_START%
  59. ErrorControl   = %SERVICE_ERROR_NORMAL%
  60. ServiceBinary  = %12%\bthpan.sys
  61. LoadOrderGroup = NDIS
  62. Description    = %BthPan.DisplayName%
  63.  
  64. [BthPan.AddReg]
  65. ; Clsss Information
  66. HKR, Ndi,             HelpText,     0,  %BthPan.HelpText%
  67. HKR, Ndi,             Service,      0,  "BthPan"
  68.  
  69. ; Interfaces
  70. HKR, Ndi\Interfaces,  UpperRange,   0,  "ndis5, ndis5_ip6"
  71. HKR, Ndi\Interfaces,  LowerRange,   0,  "nolower"
  72.  
  73. ; Static configuration parameters
  74. HKR, , ServiceId,   0x00010001,  %Bthpan.DefaultServiceId%
  75. HKR, , ServiceLang, 0x00010001,  %Bthpan.DefaultServiceLang%
  76. HKR, , ServiceName, 0x00000000,  %Bthpan.DefaultServiceName%
  77. HKR, , ServiceDesc, 0x00000000,  %Bthpan.DefaultServiceDesc%
  78.  
  79. [strings]
  80. ; Non-localizable
  81. WINDOWS_DIR            = 10 ; %windir%
  82. DRIVERS_DIR            = 12 ; %windir%\system32\drivers
  83. SYSTEM32_DIR           = 11 ; %windir%\system32
  84. SERVICE_KERNEL_DRIVER  = 1
  85. SERVICE_DEMAND_START   = 3
  86. SERVICE_ERROR_NORMAL   = 1
  87. SPSVCINST_ASSOCSERVICE = 0x00000002
  88. COPYFLG_WARN_IF_SKIP   = 0x00000001
  89. COPYFLG_NOSKIP         = 0x00000002
  90. NCF_VIRTUAL            = 0x1
  91. ; Localizable
  92. MfgName                = "Microsoft"
  93. BTH.DiskName           = "Bluetooth"
  94. BthPan.DisplayName     = "Bluetooth Device (Personal Area Network)"
  95. BthPan.HelpText        = "Bluetooth PAN HelpText"
  96.  
  97. ; Configurable
  98. BthPan.DefaultServiceId   = 0x3
  99. BthPan.DefaultServiceLang = 0x656e
  100. Bthpan.DefaultServiceName = "Personal Ad Hoc User Service"
  101. Bthpan.DefaultServiceDesc = "Personal Ad Hoc User Service"
  102.