Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.7 KiB

  1. ; PSCR.INF
  2. ; Copyright (c) 1998 Microsoft Corporation
  3. [Version]
  4. DriverVer=09/22/1999,5.0.2072.0
  5. ; CatalogFile=pscr.cat
  6. Signature="$Windows NT$"
  7. Class=SmartCardReader
  8. ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
  9. Provider=%Msft%
  10. [ControlFlags]
  11. ; Prevent legacy install for PnP readers
  12. ExcludeFromSelect=PCMCIA\PSCR-Smart_Card_Reader-488C
  13. [Manufacturer]
  14. %SCM%=SCM
  15. ; ================= SCM readers =====================
  16. [SCM]
  17. ; DisplayName Section DeviceId
  18. ; ----------- ------- --------
  19. %SCM488C.DeviceDesc% = SCM488C.Install, PCMCIA\PSCR-Smart_Card_Reader-488C
  20. [SCM488C.Install.NT]
  21. AddReg = SCM488C.Install.AddReg
  22. CopyFiles = SCM488C.Install.CopyFiles
  23. [SCM488C.Install.AddReg]
  24. HKR,, AdapterType, 0, "0100"
  25. [SCM488C.Install.CopyFiles]
  26. pscr.sys,,,2
  27. [SCM488C.Install.NT.Services]
  28. AddService = SCM488C, 2, SCM488C.Service, SCM488C.EventLog
  29. [SCM488C.Service]
  30. DisplayName = %SCM488C.DeviceDesc%
  31. ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
  32. StartType = 3 ;%SERVICE_AUTO_START%
  33. ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
  34. ServiceBinary = %12%\pscr.sys
  35. [SCM488C.EventLog]
  36. AddReg = SCM488C.AddEventLog.reg
  37. [SCM488C.AddEventLog.reg]
  38. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\pscr.sys"
  39. HKR,, TypesSupported, 0x00010001, 7
  40. [DestinationDirs]
  41. DefaultDestDir = 12
  42. SCM488C.Install.CopyFiles = 12
  43. [SourceDisksNames]
  44. 1 = %InstallDisk%,pscr.sys,,
  45. [SourceDisksFiles]
  46. pscr.sys = 1
  47. ; ================= Strings =====================
  48. [Strings]
  49. Msft = "Microsoft"
  50. SCM = "SCM Microsystems"
  51. SCM488C.DeviceDesc = "SCM 488C PCMCIA Smart Card Reader"
  52. ClassName = "Smart Card Readers"
  53. InstallDisk = "SCM 488C Installation Disk"