; mxopswd.inf - Maxtor Corp. Secuity Driver ; ; Copyright (C) 2001-2004 Maxtor Corp. ; ; $Revision: 1.24 $ ; ; Platforms: Windows 2000, Windows XP ; [Version] Signature="$CHICAGO$" Provider=%Provider% Class=MaxtorSecurityClass ClassGuid={E9C3AF91-1F3B-474f-B307-1ECE7FF4AF41} CatalogFile=mxopswd.cat DriverVer=10/07/2004,1.0.6.0 ; ; Device Class ; [ClassInstall] Addreg= MxoSecurityClass_AddReg [ClassInstall32] Addreg= MxoSecurityClass_AddReg [MxoSecurityClass_AddReg] HKR,,,,%MxoSecurityClassName% HKR,,Icon,,-19 HKR,,NoInstallClass,,1 ; ; Disks & Files ; [SourceDisksNames] 99=%SourceDisk1%,, [SourceDisksFiles] mxopswd.sys = 99 [DestinationDirs] DefaultDestDir=11 ; System32 or System MXOSECURITY1_INF=17 ; INF MxoSecurity1_Driver= 12 ; System32\Drivers or System\IOSubSys MxoSecurity1_Driver9x=10,system32\drivers ; For Windows 9x only. [MXOSECURITY1_INF] mxopswd.inf [MxoSecurity1_Driver] mxopswd.sys [MxoSecurity1_Driver9x] mxopswd.sys ; ; Devices ; [Manufacturer] %MXO%=Maxtor [Maxtor] %Maxtor&CEB.DeviceDesc%= MxoSecurity1, SBP2\Maxtor&OneTouch_II&CmdSetId104d8 %Maxtor&CEB.DeviceDesc%= MxoSecurity1, USBSTOR\DiskMaxtor__OneTouch_II_____ [ControlFlags] ; ; Driver Setup ; Maxtor Security v1, Windows 98/Me [MxoSecurity1] AddReg= MxoSecurity1_AddReg CopyFiles= MxoSecurity1_Driver9x [MxoSecurity1_AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,mxopswd.sys ; Maxtor Security v1, Windows 2000 [MxoSecurity1.ntx86] CopyFiles= MxoSecurity1_Driver [MxoSecurity1.ntx86.Services] AddService= MXOPSWD, 2, MxoSecurity1_ServiceInstall, MxoSecurity1_LogInstall [MxoSecurity1_ServiceInstall] DisplayName= %P1SvcDisplayName% Description= %P1SvcDescription% ServiceType= %SERVICE_KERNEL_DRIVER% StartType= %SERVICE_DEMAND_START% ErrorControl= %SERVICE_ERROR_NORMAL% ServiceBinary=%12%\mxopswd.sys [MxoSecurity1_LogInstall] AddReg= MxoSecurity1_Log_AddReg [MxoSecurity1_Log_AddReg] HKR,,EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\iologmsg.dll;%%SystemRoot%%\System32\drivers\mxopswd.sys" HKR,,TypesSupported, 0x00010001, 7 HKR,,DeviceCharacteristics,0x10001,0x100 ; ; Strings ; [Strings] ; Non-localizable strings SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL= 0x3 SERVICE_KERNEL_DRIVER = 0x00000001 SERVICE_KERNEL_FS_DRIVER = 0x00000002 SERVICE_WIN32_OWN_PROCESS = 0x00000010 SERVICE_WIN32_SHARE_PROCESS= 0x00000020 ; Localizable strings Provider="Maxtor " MXO="Maxtor Corp." SourceDisk1="Maxtor OneTouch Drivers Disk" MxoSecurityClassName="Maxtor Personal Storage Security" Maxtor&CEB.DeviceDesc="Maxtor OneTouch II" P1SvcDisplayName="Maxtor OneTouch Security Driver" P1SvcDescription="Security driver for Maxotr external storage drives." ; EOF ;