home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / ozscr2k.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  2.2 KB  |  91 lines

  1. ; O2SCR2K.INF
  2. ; Copyright (c) 2001-2002 O2Micro
  3.  
  4. [Version]
  5. CatalogFile=ozscr2k.cat
  6. Signature="$Windows NT$"
  7. Class=SmartCardReader
  8. ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
  9. Provider=%O2Micro%
  10. LayoutFile=layout.inf
  11. DriverVer=11/08/2002,2.07.02.08
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect=*
  15.  
  16. [SourceDisksNames]
  17. 1= "OZ711E1"
  18.  
  19. [SourceDisksFiles]
  20. ozscr.sys=1
  21.  
  22. ; ================= Class section =====================
  23.  
  24. [ClassInstall32]
  25. Addreg=SmartCardReaderClassReg     
  26.  
  27. [SmartCardReaderClassReg]
  28. HKR,,,0,%ClassName%
  29. HKR,,Icon,,-25
  30. HKLM,"\Software\Microsoft\Cryptography\Calais\Readers",,,
  31.  
  32. [Manufacturer]
  33. %O2%=O2
  34.  
  35. ; ================= O2 readers =====================
  36.  
  37. [O2]
  38. ; DisplayName           Section          DeviceId
  39. ; -----------           -------          --------
  40. %O2SCBUS.DeviceDesc% =   O2SCBUS.Install, PCMCIA\O2Micro-SmartCardBus_Reader-2E10
  41.  
  42. [O2SCBUS.Install.NT]
  43. ;BusType         = 8
  44. AddReg          = O2SCBUS.Install.AddReg
  45. CopyFiles    = O2SCBUS.Install.CopyFiles
  46.  
  47. [O2SCBUS.Install.NT.LogConfigOverride]
  48. LogConfig=O2SCBUS.LogConfigOverride
  49.  
  50. [O2SCBUS.LogConfigOverride]
  51. ConfigPriority=NORMAL 
  52. IOConfig=FF@100-FFFF%0000FF00
  53. IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
  54. MemConfig=0100@02000000-FFFFFFFF%FFFFF000(D)
  55. PcCardConfig=1(W C M)
  56.  
  57. [O2SCBUS.Install.AddReg]
  58. HKR,, AdapterType, 0, "0100"
  59. ;HKLM, System\CurrentControlSet\Services\SCardSvr,Start,0x00010001,2
  60.  
  61. [O2SCBUS.Install.CopyFiles]
  62. ozscr.sys,,,2
  63.  
  64. [O2SCBUS.Install.NT.Services]
  65. AddService = O2SCBUS, 2, O2SCBUS.Service, O2SCBUS.EventLog
  66.  
  67. [O2SCBUS.Service]
  68. DisplayName     = %O2SCBUS.DeviceDesc%
  69. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  70. StartType       = 3 ;%SERVICE_AUTO_START%
  71. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  72. ServiceBinary   = %12%\ozscr.sys
  73.  
  74. [O2SCBUS.EventLog]
  75. AddReg = O2SCBUS.AddEventLog.reg
  76.  
  77. [O2SCBUS.AddEventLog.reg]
  78. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\ozscr.sys"
  79. HKR,, TypesSupported,   0x00010001, 7
  80.  
  81. [DestinationDirs]
  82. O2SCBUS.Install.CopyFiles = 12
  83.  
  84. ; ================= Strings =====================
  85.  
  86. [Strings]
  87. O2Micro                    = "O2Micro"
  88. O2                      = "O2Micro"
  89. O2SCBUS.DeviceDesc       = "O2Micro SmartCardBus Reader"
  90. ClassName         = "Smart Card Readers"
  91.