; mxofwfp.inf - Maxtor Corp. 1394 Personal Storage Front Panel Driver ; ; Copyright (C) 2001-2003 Maxtor Corp. ; ; $Revision: 1.15 $ (WHQL signed) ; ; Platforms: Windows 98 SE, Windows Me ; Windows 2000, Windows XP ; [Version] Signature="$CHICAGO$" Provider=%Provider% Class=MaxtorFrontPanelClass ClassGuid={41A02530-BFAB-4522-927B-4E06E334C382} CatalogFile=mxofwfp9.cat CatalogFile.ntx86=mxofwfp.cat DriverVer=03/27/2003,1.1.0.1 ; ; Device Class ; [ClassInstall] Addreg= MxoPanelClass_AddReg [ClassInstall32] Addreg= MxoPanelClass_AddReg [MxoPanelClass_AddReg] HKR,,,,%MxoPanelClassName% HKR,,Icon,,-19 ; ; Disks & Files ; [SourceDisksNames] 99=%SourceDisk1%,, [SourceDisksFiles] ;mxofwfp.cat = 99 ;mxofwfp9.cat= 99 ;mxofwfp.inf = 99 mxofwfp.sys = 99 mxofwfp9.sys = 99 [DestinationDirs] DefaultDestDir=11 ; System32 or System MxoPanel1_INF=17 ; INF MxoPanel1_Driver= 12 ; System32\Drivers or System\IOSubSys MxoPanel1_Driver9x=10,system32\drivers ; For Windows 9x only. [MxoPanel1_INF] mxofwfp.inf [MxoPanel1_Driver] mxofwfp.sys [MxoPanel1_Driver9x] mxofwfp9.sys ; ; Devices ; [Manufacturer] %MXO%=Maxtor [Maxtor] %1394\Maxtor&CEB001.DeviceDesc%= MxoPanel1, 1394\Maxtor&1394_Storage_Front_Panel* %1394\Maxtor&CEB001.CompatDesc%= MxoPanel1, 1394\10B9&CEB001 [ControlFlags] ; ; Driver Setup ; ; Maxtor Front Panel v1, Windows 98/Me [MxoPanel1] DriverVer=03/27/2003,1.1.0.1 AddReg= MxoPanel1_AddReg CopyFiles= MxoPanel1_Driver9x [MxoPanel1_AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,mxofwfp9.sys ; Maxtor Front Panel v1, Windows 2000 [MxoPanel1.ntx86] CopyFiles= MxoPanel1_Driver [MxoPanel1.ntx86.Services] AddService= MaxtorFrontPanel1, 2, MxoPanel1_ServiceInstall, MxoPanel1_LogInstall [MxoPanel1_ServiceInstall] DisplayName= %P1SvcDisplayName% Description= %P1SvcDescription% ServiceType= %SERVICE_KERNEL_DRIVER% StartType= %SERVICE_DEMAND_START% ErrorControl= %SERVICE_ERROR_NORMAL% ServiceBinary=%12%\mxofwfp.sys [MxoPanel1_LogInstall] AddReg= MxoPanel1_Log_AddReg [MxoPanel1_Log_AddReg] HKR,,EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\iologmsg.dll;%%SystemRoot%%\System32\drivers\mxofwfp.sys" HKR,,TypesSupported, 0x00010001, 7 ; ; 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 Personal Storage Drivers Disk" MxoPanelClassName="Maxtor Personal Storage Front Panel" 1394\Maxtor&CEB001.DeviceDesc="Maxtor 1394 Storage Front Panel" 1394\Maxtor&CEB001.CompatDesc="Maxtor 1394 Storage Front Panel (Compatible)" P1SvcDisplayName="Maxtor 1394 Storage Front Panel Driver" P1SvcDescription="Buttons, lights and configuration facility for Maxtor 1394 Personal Storage products." ; EOF ;