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