home *** CD-ROM | disk | FTP | other *** search
- ;Copyright (c) Microsoft Corporation. All rights reserved.
- ;
- ;Module Name:
- ;
- ; WpdRapi.INF
- ;
- ;Abstract:
- ; INF file for installing WpdRapi
- ;
-
- ;;++ Added by AddSDisk.cmd
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- wpdrapi.dll = 3426
- ;;--
-
- [Version]
- LayoutFile=layout.inf
- Signature="$WINDOWS NT$"
- Class=WPD
- ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
- Provider=%Msft%
-
- ;; Commented by AddSDisk.cmd
- ;; LayoutFile=layout.inf
- DriverVer=06/21/2006,6.0.6001.18000
-
- [Manufacturer]
- %MfgName%=Microsoft,NTx86,NTia64,NTamd64
-
- [Microsoft.NTx86]
- %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
-
- [Microsoft.NTamd64]
- %WpdRapi.DeviceDesc%=WINDOWSMOBILE_WPD_DEVICE,TCPIP\WINDOWS_MOBILE_DEVICE
-
- ;==============================================================================
- ; Device Installation Section
- ;==============================================================================
-
- [WINDOWSMOBILE_WPD_DEVICE.NT]
- CopyFiles=WPDRAPIDRIVER_COMMON.Files.Core
- RegisterDlls=WPDRAPIDRIVER_COMMON.RegisterComServers
-
- [WINDOWSMOBILE_WPD_DEVICE.NT.hw]
- AddReg=WPDRAPIDRIVER_COMMON.AutoPlayRegistration
-
- [WINDOWSMOBILE_WPD_DEVICE.NT.Services]
- AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall
-
- [WINDOWSMOBILE_WPD_DEVICE.NT.CoInstallers]
- AddReg=CoInstallers_AddReg
-
- [WINDOWSMOBILE_WPD_DEVICE.NT.Wdf]
- UmdfService=WpdRapi, WpdRapi_Install
- UmdfServiceOrder=WpdRapi
-
- ;==============================================================================
- ; Common Installation Section
- ;==============================================================================
-
- [DestinationDirs]
- WPDRAPIDRIVER_COMMON.Files.Core = 12,UMDF
-
- [WPDRAPIDRIVER_COMMON.Files.Core]
- WpdRapi.dll,,,0x0100
-
- [WPDRAPIDRIVER_COMMON.RegisterComServers]
- 12,UMDF,wpdrapi.dll,1
-
- [WPDRAPIDRIVER_COMMON.AutoPlayRegistration]
- HKR,,"EnableDefaultAutoPlaySupport",0x10001,1
- HKR,,"EnableLegacySupport",0x10001,1
-
- ;==============================================================================
- ; WDF Installation Section
- ;==============================================================================
-
- [WUDFRD_ServiceInstall]
- ServiceType=1
- StartType=3
- ErrorControl=1
- ServiceBinary=%12%\WUDFRd.sys
-
- [CoInstallers_AddReg]
- HKR,,CoInstallers32,0x00010000,"WUDFCoInstaller.dll"
-
- [WpdRapi_Install]
- UmdfLibraryVersion=1.0.0
- DriverCLSID="{35555CA4-92FA-46fa-8CDE-FACF1E7C77C0}"
- ServiceBinary="%12%\UMDF\WpdRapi.dll"
-
-
- [Strings]
-
- Msft="Microsoft"
- MfgName="(Standard Windows Mobile devices)"
- WpdRapi.DeviceDesc="Windows Mobile device"
-