Pagesi

javascript:void(0)

Friday 26 April 2013

QUICK

; Nokia USB Host Driver for Windows XP/Vista/W7 x86
; Copyright (c) 2002-2010 by Nokia Corporation. All rights reserved.
; INF for USB Wireless Communication Class Driver for flashing
; Date: 06/27/2011, Version: 7.1.32.70

[Version]
Signature = "$Windows NT$"
Class = "Wireless Communication Devices"
ClassGuid = {4F919108-4ADF-11d5-882D-00B0D02FE381}
Provider = %Manufacturer%
DriverVer = 06/27/2011, 7.1.32.70
CatalogFile = ccdcmb.cat

[DestinationDirs]
DefaultDestDir=10,System32\Drivers
WMCClassInstallerCopyFiles=10,System32
DLLCopyFiles=10,System32
DriverCopyFiles=10,System32\Drivers

; ================= Class section =====================

[ClassInstall32]
CopyFiles=WMCClassInstallerCopyFiles
AddReg=WMCClassReg

[WMCClassReg]
HKR,,,0,%CLS%
HKR,,Icon,,100
HKR,,Installer32,,"nmwcdcls.dll,WMCClassInstaller"

[WMCClassInstallerCopyFiles]
nmwcdcls.dll

;*****************************************
; Device Install Section
;*****************************************

[Manufacturer]
%Manufacturer% = DeviceList

[ControlFlags]
ExcludeFromSelect = *

[DeviceList]
%NokiaAVALON%=DriverInstall,USB\VID_0421&PID_0103
%NokiaADL%=DriverInstall,USB\VID_0421&PID_0104
%NokiaBB5ADLLoader%=DriverInstall,USB\VID_0421&PID_0105
%NokiaROM%=DriverInstall,USB\VID_0421&PID_0106


;------------------------------------------------------------------------------
;  Windows 2000/XP Sections
;------------------------------------------------------------------------------


[DriverInstall.NT]
CopyFiles=DriverCopyFiles,DLLCopyFiles




[DriverInstall.NT.Services]
AddService = %ServiceName%,0x00000002, DriverService

;the "2" means that this service will be the function driver for the device.

[DriverService]
DisplayName   = %ServiceDisplayName%
ServiceType   = 1    ;Kernel mode driver
StartType     = 3    ;Demand-loaded by the PnP Manager
ErrorControl  = 1    ;Errors that occur during loading should be logged, but should not by themselves prevent the system from starting:
ServiceBinary = %10%\system32\drivers\nmwcdnsu.sys
LoadOrderGroup = Extended Base





;------------------------------------------------------------------------------
;  Common Section
;------------------------------------------------------------------------------

[DriverCopyFiles]
nmwcdnsu.sys

[DLLCopyFiles]

[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
nmwcdnsu.sys=1
nmwcdcls.dll=1

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
CLS = "Wireless Communication Devices"
Manufacturer = "Nokia"
NokiaAVALON="ADL Flashing Engine AVALON Parent"
NokiaADL="Nokia ADL USB Re-Flashing Engine Parent"
NokiaBB5ADLLoader="Nokia BB5 ADL Loader USB Phone Parent"
NokiaROM="Nokia USB Flashing Parent"


ServiceName = "nmwcdnsu"
ServiceDisplayName = "Nokia USB Flashing Phone Parent"
DISKNAME = "Nokia USB Flashing Installation Disk"
   

No comments:

Post a Comment