home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Windows Installation File for the Bluetooth
- ; NDIS 5 LAN Access Server Virtual Driver
- ;
- ; Copyright (c) 2000-2003, WIDCOMM Inc.
- ;
- [version]
- Signature=$Chicago$
- Compatible=1
- Class=Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- provider=%V_WIDCOMM%
- DriverVer=10/05/2004,4.0.1.600
-
- [Manufacturer]
- %V_WIDCOMM%=WIDCOMM
-
- ; WIDCOMM LAN Access Device
- [WIDCOMM]
- %BTWDNDIS.DeviceDesc%=BTWDNDIS.ndi, {95C7A0A0-3094-11D7-A202-00508B9D7D5A}\BTWDNDIS
-
- ; Windows 9x specific entry
- [BTWDNDIS.ndi]
- AddReg=BTWDNDIS.ndi.reg,BTWDNDIS.ndi.reg2,BTWDNDIS.Flags.ndi,BTWDNDIS.Pars.ndi
-
- ; Windows 2000 specific entry
- [BTWDNDIS.ndi.NT]
- Characteristics = 0x81; NCF_VIRTUAL, NCF_HAS_UI
- AddReg = BTWDNDIS.Pars.ndi, BTWDNDIS.reg
-
- [BTWDNDIS.ndi.NT.Services]
- AddService = BTWDNDIS, 2, BTWDNDIS.Service, common.EventLog
-
- ; Windows 9x specific entry
- [BTWDNDIS.ndi.reg]
- HKR,Ndi,DeviceID,,"{95C7A0A0-3094-11D7-A202-00508B9D7D5A}\BTWDNDIS"
-
- ; Windows 9x specific entry
- [BTWDNDIS.ndi.reg2]
- ; key,subkey,valuname,type,value
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,btwdndis.sys
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- HKR,,Windows95,,yes
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"BTWDNDIS"
- HKR,NDIS,MajorNdisVersion,1,05
- HKR,NDIS,MinorNdisVersion,1,00
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndis3"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"ndis3"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
-
- ; Flags are needed for 9x only
- [BTWDNDIS.Flags.ndi]
- HKR,NDI\params\TraceControl,flag,1,20,00,00,00
-
- ;Parameters common to both 9x and 2000
- [BTWDNDIS.Pars.ndi]
- ;TraceControl
- HKR,Ndi\params\TraceControl,ParamDesc,,"Trace Control Flag"
- HKR,Ndi\params\TraceControl,type,,"int"
- HKR,Ndi\params\TraceControl,default,,"0"
- HKR,Ndi\params\TraceControl,min,,"0"
- HKR,Ndi\params\TraceControl,max,,"255"
- HKR,Ndi\params\TraceControl,step,,"1"
-
- ; BTWDNDIS NT specific
-
- [BTWDNDIS.reg]
- HKR, Ndi, Service, 0, "BTWDNDIS"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [BTWDNDIS.Service]
- DisplayName = %BTWDNDIS.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\btwdndis.sys
- LoadOrderGroup = NDIS
- AddReg = TextModeFlags.reg
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [TextModeFlags.reg]
- HKR, , TextModeFlags, 0x00010001, 0x0001
-
- ; Localizable Strings
- [strings]
- V_WIDCOMM="WIDCOMM, Inc."
- BTWDNDIS.DeviceDesc="Bluetooth LAN Access Server Driver"
- BTWDNDIS.Service.DispName="Bluetooth LAN Access Server"
-