📄 k750obx2.inf
字号:
;*****************************************************************************
;
; Name: k750obx2.inf
;
; Function:
; Install the Sony Ericsson 750 USB WMC OBEX Interface on Win2000/XP
;
; Copyright (c) 1997-2005 MCCI
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
; NOTICE: This software is licensed, not sold. Any modification of this
; inf file to change the reference to an operating system or to change the
; reference to a device is not permitted unless authorized in writing by
; Moore Computer Consultants, Inc.
;
;*****************************************************************************
[Version]
signature="$WINDOWS NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=02/11/2005, 4.28.0.2703
CatalogFile=k750obex.cat
[ControlFlags]
ExcludeFromSelect = *
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"k750obex.sys",,
[SourceDisksFiles]
; filename = diskid[,[ subdir][, size]]
k750obex.sys = 1
k750cmnt.sys = 1
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; system32\drivers
;-----------------------------------------------------------------------------
; Table of Contents
;-----------------------------------------------------------------------------
[Manufacturer]
%Sony Ericsson%=SEMC
;-----------------------------------------------------------------------------
; Device-by-device entries
;-----------------------------------------------------------------------------
[SEMC]
%SEMC.Comm.Desc% = SEMC.Install, USB\VID_0FCE&PID_D016&Class_02&SubClass_0B&Prot_00&OS_NT
;-----------------------------------------------------------------------------
; Installation instructions
;-----------------------------------------------------------------------------
[SEMC.Install.nt]
AddReg = SEMC.AddReg,SEMC.NT.AddReg
CopyFiles = CopyFiles, CopyFiles.Win2K
;-----------------------------------------------------------------------------
; Registry
;-----------------------------------------------------------------------------
; common registry entries
[SEMC.AddReg]
HKR,,NTMPDriver,,k750obex.sys
HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200``nitial baud rate
HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
; only for NT...
[SEMC.NT.AddReg]
HKR,,PortSubClass,1,01
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
HKR,,AllowSuspendWhileOpen, 0x10001, 01,00,00,00
;-----------------------------------------------------------------------------
; Copy lists
;-----------------------------------------------------------------------------
[CopyFiles]
[CopyFiles.Win2K]
k750obex.sys
k750cm.sys,k750cmnt.sys
k750cmnt.sys
;-----------------------------------------------------------------------------
; NT Services installation
;-----------------------------------------------------------------------------
[SEMC.Install.NT.Services]
AddService = k750obex, 0x00000002, SEMC.Install.AddService
[SEMC.Install.AddService]
DisplayName = %SEMC.Service.Name%
Description = %SEMC.Service.Desc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\k750obex.sys
;-----------------------------------------------------------------------------
; STRINGS
;-----------------------------------------------------------------------------
[Strings]
;<<localize the following>>
;BEGIN ENG - US English Strings
Provider = "Sony Ericsson"
Sony Ericsson = "Sony Ericsson"
DiskString = "Sony Ericsson 750 USB WMC OBEX Interface installation disk"
SEMC.Comm.Desc = "Sony Ericsson 750 USB WMC OBEX Interface"
SEMC.Service.Name = "Sony Ericsson 750 USB WMC OBEX Interface Drivers"
SEMC.Service.Desc = "Sony Ericsson 750 USB WMC OBEX Interface Drivers"
CustomerDataPath = "Sony Ericsson 750"
DriverSet = "Sony Ericsson 750 Software"
UninstallFile = "K750Uninstall.exe"
McciOptions = "Uninstallable"
;END ENG - US English Strings
;-----------------------------------------------------------------------------
; The following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
;*** end of file ***
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -