home *** CD-ROM | disk | FTP | other *** search
- ; THIS IS THE O2MICRO MemoryCardBus 'INF' FILE FOR WINDOWS
- ; Copyright (c) 1997-2003 O2Micro Corp.
-
- [Version]
- Signature=$CHICAGO$
- Class=PCMCIA
- ClassGuid={4d36e977-e325-11ce-bfc1-08002be10318}
- Provider=%O2MicroMfg%
- DriverVer=07/29/2003,1.0.4.701
- Catalogfile=o2mmb.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;
- ; Information for installing the PCMCIA class
- ;
- ;[ClassInstall]
- ;AddReg=ClassAddReg
-
- ;[ClassAddReg]
- ;HKR,,,,%ClassName%
- ;HKR,,Installer,,MSPCIC.dll
- ;HKR,,Icon,,0
- ;HKR,,EnumPropPages,,"MSPCIC.dll, EnumClassPropPages"
-
- ;------------------------------------------------------------------------------
- [Manufacturer]
- %O2MicroMfg%=O2Micro
-
- [DestinationDirs]
- DefaultDestDir=10,System32\Drivers
- DriverCopyFiles=10,System32\Drivers
-
- [SourceDisksFiles]
- o2mmb.sys=1
- MbxStby.sys=1
-
- [SourceDisksNames]
- 1=%INSTDISK%,,,
-
- [O2Micro]
- %DESCRIPTION%=DriverInstall,PCI\VEN_1217&DEV_7110
-
- ;------------------------------------------------------------------------------
- ; Windows 2000 Sections
- ;------------------------------------------------------------------------------
-
- [DriverInstall.NT]
- CopyFiles=DriverCopyFiles
- ; TODO Add a LogConfig command and section if this is a legacy device
- ; LogConfig=O2MBX.L
-
- [DriverCopyFiles]
- o2mmb.sys,,,2
- MbxStby.sys,,,2
-
- [DriverInstall.NT.Services]
- AddService=CONAN,2,DriverService
- AddService=MbxStby,,FilterService
-
- [DriverService]
- ServiceType=1
- StartType=3
- ErrorControl=1
- ServiceBinary=%10%\system32\drivers\o2mmb.sys
-
- [FilterService]
- ServiceType=1
- StartType=3
- ErrorControl=1
- ServiceBinary=%10%\system32\drivers\MbxStby.sys
-
-
- [DriverInstall.nt.hw]
- AddReg=DriverHwAddReg
-
- [DriverHwAddReg]
- HKR,,FriendlyName,,"O2Micro OZ711Mx MemoryCardBus Accelerator"
- HKR,,SampleInfo,," "
-
- ;------------------------------------------------------------------------------
- ; Windows 98 Sections
- ;------------------------------------------------------------------------------
-
- [DriverInstall]
- CopyFiles=DriverCopyFiles
- AddReg=DriverAddReg
- ; TODO Add a LogConfig command and section if this is a legacy device
-
- [DriverAddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,o2mmb.sys
-
- [DriverInstall.hw]
- AddReg=DriverHwAddReg
-
- ;------------------------------------------------------------------------------
- ; String Definitions
- ;------------------------------------------------------------------------------
-
- [Strings]
- O2MicroMfg="O2Micro"
- INSTDISK="O2Micro Installation Disk"
- DESCRIPTION="O2Micro OZ711Mx MemoryCardBus Accelerator"
-