home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / O2mmb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  2.5 KB  |  106 lines

  1. ; THIS IS THE O2MICRO MemoryCardBus 'INF' FILE FOR WINDOWS
  2. ; Copyright (c) 1997-2003 O2Micro Corp.
  3.  
  4. [Version]
  5. Signature=$CHICAGO$
  6. Class=PCMCIA
  7. ClassGuid={4d36e977-e325-11ce-bfc1-08002be10318}
  8. Provider=%O2MicroMfg%
  9. DriverVer=07/29/2003,1.0.4.701
  10. Catalogfile=o2mmb.cat
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect = *
  14.  
  15. ;
  16. ;   Information for installing the PCMCIA class
  17. ;
  18. ;[ClassInstall]
  19. ;AddReg=ClassAddReg
  20.  
  21. ;[ClassAddReg]
  22. ;HKR,,,,%ClassName%
  23. ;HKR,,Installer,,MSPCIC.dll
  24. ;HKR,,Icon,,0
  25. ;HKR,,EnumPropPages,,"MSPCIC.dll, EnumClassPropPages"
  26.  
  27. ;------------------------------------------------------------------------------
  28. [Manufacturer]
  29. %O2MicroMfg%=O2Micro
  30.  
  31. [DestinationDirs]
  32. DefaultDestDir=10,System32\Drivers
  33. DriverCopyFiles=10,System32\Drivers
  34.  
  35. [SourceDisksFiles]
  36. o2mmb.sys=1
  37. MbxStby.sys=1
  38.  
  39. [SourceDisksNames]
  40. 1=%INSTDISK%,,,
  41.  
  42. [O2Micro]
  43. %DESCRIPTION%=DriverInstall,PCI\VEN_1217&DEV_7110
  44.  
  45. ;------------------------------------------------------------------------------
  46. ;  Windows 2000 Sections
  47. ;------------------------------------------------------------------------------
  48.  
  49. [DriverInstall.NT]
  50. CopyFiles=DriverCopyFiles
  51. ; TODO Add a LogConfig command and section if this is a legacy device
  52. ; LogConfig=O2MBX.L
  53.  
  54. [DriverCopyFiles]
  55. o2mmb.sys,,,2
  56. MbxStby.sys,,,2
  57.  
  58. [DriverInstall.NT.Services]
  59. AddService=CONAN,2,DriverService
  60. AddService=MbxStby,,FilterService
  61.  
  62. [DriverService]
  63. ServiceType=1
  64. StartType=3
  65. ErrorControl=1
  66. ServiceBinary=%10%\system32\drivers\o2mmb.sys
  67.  
  68. [FilterService]
  69. ServiceType=1
  70. StartType=3
  71. ErrorControl=1
  72. ServiceBinary=%10%\system32\drivers\MbxStby.sys
  73.  
  74.  
  75. [DriverInstall.nt.hw]
  76. AddReg=DriverHwAddReg
  77.  
  78. [DriverHwAddReg]
  79. HKR,,FriendlyName,,"O2Micro OZ711Mx MemoryCardBus Accelerator"
  80. HKR,,SampleInfo,,"  "
  81.  
  82. ;------------------------------------------------------------------------------
  83. ;  Windows 98 Sections
  84. ;------------------------------------------------------------------------------
  85.  
  86. [DriverInstall]
  87. CopyFiles=DriverCopyFiles
  88. AddReg=DriverAddReg
  89. ; TODO Add a LogConfig command and section if this is a legacy device
  90.  
  91. [DriverAddReg]
  92. HKR,,DevLoader,,*ntkern
  93. HKR,,NTMPDriver,,o2mmb.sys
  94.  
  95. [DriverInstall.hw]
  96. AddReg=DriverHwAddReg
  97.  
  98. ;------------------------------------------------------------------------------
  99. ;  String Definitions
  100. ;------------------------------------------------------------------------------
  101.  
  102. [Strings]
  103. O2MicroMfg="O2Micro"
  104. INSTDISK="O2Micro Installation Disk"
  105. DESCRIPTION="O2Micro OZ711Mx MemoryCardBus Accelerator"
  106.