home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A0300 / btwdndis.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  2.8 KB  |  100 lines

  1. ;
  2. ; Windows Installation File for the Bluetooth
  3. ; NDIS 5 LAN Access Server Virtual Driver
  4. ;
  5. ; Copyright (c) 2000-2003, WIDCOMM Inc.
  6. ;
  7. [version]
  8. Signature=$Chicago$
  9. Compatible=1
  10. Class=Net
  11. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. provider=%V_WIDCOMM%
  13. DriverVer=10/05/2004,4.0.1.600
  14.  
  15. [Manufacturer]
  16. %V_WIDCOMM%=WIDCOMM
  17.  
  18. ; WIDCOMM LAN Access Device
  19. [WIDCOMM]
  20. %BTWDNDIS.DeviceDesc%=BTWDNDIS.ndi, {95C7A0A0-3094-11D7-A202-00508B9D7D5A}\BTWDNDIS
  21.  
  22. ; Windows 9x specific entry
  23. [BTWDNDIS.ndi]
  24. AddReg=BTWDNDIS.ndi.reg,BTWDNDIS.ndi.reg2,BTWDNDIS.Flags.ndi,BTWDNDIS.Pars.ndi
  25.  
  26. ; Windows 2000 specific entry
  27. [BTWDNDIS.ndi.NT]
  28. Characteristics = 0x81; NCF_VIRTUAL, NCF_HAS_UI
  29. AddReg          = BTWDNDIS.Pars.ndi, BTWDNDIS.reg
  30.  
  31. [BTWDNDIS.ndi.NT.Services]
  32. AddService = BTWDNDIS, 2, BTWDNDIS.Service, common.EventLog
  33.  
  34. ; Windows 9x specific entry
  35. [BTWDNDIS.ndi.reg]
  36. HKR,Ndi,DeviceID,,"{95C7A0A0-3094-11D7-A202-00508B9D7D5A}\BTWDNDIS"
  37.  
  38. ; Windows 9x specific entry
  39. [BTWDNDIS.ndi.reg2]
  40. ; key,subkey,valuname,type,value
  41. HKR,,DevLoader,,*ndis
  42. HKR,,DeviceVxDs,,btwdndis.sys
  43. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  44. HKR,,Windows95,,yes
  45. ; NDIS Info
  46. HKR,NDIS,LogDriverName,,"BTWDNDIS"
  47. HKR,NDIS,MajorNdisVersion,1,05
  48. HKR,NDIS,MinorNdisVersion,1,00
  49. ; Interfaces
  50. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  51. HKR,Ndi\Interfaces,DefLower,,"ethernet"  
  52. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  53. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  54.  
  55. ; Flags are needed for 9x only
  56. [BTWDNDIS.Flags.ndi]
  57. HKR,NDI\params\TraceControl,flag,1,20,00,00,00
  58.  
  59. ;Parameters common to both 9x and 2000
  60. [BTWDNDIS.Pars.ndi]
  61. ;TraceControl
  62. HKR,Ndi\params\TraceControl,ParamDesc,,"Trace Control Flag"
  63. HKR,Ndi\params\TraceControl,type,,"int"
  64. HKR,Ndi\params\TraceControl,default,,"0"
  65. HKR,Ndi\params\TraceControl,min,,"0"
  66. HKR,Ndi\params\TraceControl,max,,"255"
  67. HKR,Ndi\params\TraceControl,step,,"1"
  68.  
  69. ; BTWDNDIS NT specific
  70.  
  71. [BTWDNDIS.reg]
  72. HKR, Ndi,                       Service,    0, "BTWDNDIS"
  73. HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
  74. HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
  75.  
  76. [BTWDNDIS.Service]
  77. DisplayName     = %BTWDNDIS.Service.DispName%
  78. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  79. StartType       = 3 ;%SERVICE_DEMAND_START%
  80. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  81. ServiceBinary   = %12%\btwdndis.sys
  82. LoadOrderGroup  = NDIS
  83. AddReg          = TextModeFlags.reg
  84.  
  85. [common.EventLog]
  86. AddReg = common.AddEventLog.reg
  87.  
  88. [common.AddEventLog.reg]
  89. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  90. HKR, , TypesSupported,   0x00010001, 7
  91.  
  92. [TextModeFlags.reg]
  93. HKR, , TextModeFlags, 0x00010001, 0x0001
  94.  
  95. ; Localizable Strings
  96. [strings]
  97. V_WIDCOMM="WIDCOMM, Inc." 
  98. BTWDNDIS.DeviceDesc="Bluetooth LAN Access Server Driver"
  99. BTWDNDIS.Service.DispName="Bluetooth LAN Access Server"
  100.