home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Windows Mobile USB Host Setup File
- ; Copyright (c) Microsoft Corporation
- ;
- ; WceRndis.INF -- This is the inf installation script for the stand-alone
- ; release of RNDIS-over-USB host driver for Windows Mobile USB Function devices.
- ;
-
- ;;++-- AddSDisk.cmd said no CopyFiles
-
-
- [Version]
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile = layout.inf
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Microsoft%
- DriverVer=06/21/2006,6.0.6001.18000
- pnplockdown = 1
-
- [Manufacturer]
- %Microsoft% = WindowsCeDevices,NTx86
-
- [WindowsCeDevices.NTx86]
- %WindowsCeDevice% = RNDIS.NTx86, USB\Class_EF&SubClass_01&Prot_01
-
- [WindowsCeDevices.NTamd64]
- %WindowsCeDevice% = RNDIS.NTamd64, USB\Class_EF&SubClass_01&Prot_01
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- ; Install specific sections -----------------------------------
-
- [RNDIS.NTx86]
- Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
- BusType = 15
- include = netrndis.inf, winmobil.inf
- needs = Usb_Rndis.ndi, WINMOBIL.NTx86
- AddReg = RNDIS_AddReg
- AddProperty = RNDIS_AddProp
-
- [RNDIS.NTx86.Services]
- include = netrndis.inf, winmobil.inf
- needs = Usb_Rndis.ndi.Services, WINMOBIL.NTx86.Services
-
- [RNDIS.NTx86.CoInstallers]
- include = winmobil.inf
- needs = WINMOBIL.NTx86.CoInstallers
-
- [RNDIS.NTamd64]
- Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
- BusType = 15
- include = netrndis.inf, winmobil.inf
- needs = Usb_Rndis.ndi, WINMOBIL.NTamd64
- AddReg = RNDIS_AddReg
- AddProperty = RNDIS_AddProp
-
- [RNDIS.NTamd64.Services]
- include = netrndis.inf, winmobil.inf
- needs = Usb_Rndis.ndi.Services, WINMOBIL.NTamd64.Services
-
- [RNDIS.NTamd64.CoInstallers]
- include = winmobil.inf
- needs = WINMOBIL.NTamd64.CoInstallers
-
- [RNDIS_AddProp]
- GenericDriverInstalled,,,,1
-
- [RNDIS_AddReg]
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5_ip, ndis5_ip6"
- HKR, Ndi\Interfaces, LowerRange, 0, "atm"
- HKR, , *NdisDeviceType, 0x00010001, 1
-
- [Strings]
- ServiceDisplayName = "Microsoft Windows Mobile Remote Adapter Driver"
- Microsoft = "Microsoft Corporation"
- WindowsCeDevice = "Microsoft Windows Mobile Remote Adapter"
-
-