Source code of Windows XP (NT5)
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. ; BULLTLP3.INF
  2. ; Copyright (c) 1998 Microsoft Corporation
  3. [Version]
  4. DriverVer=09/22/1999,5.0.2072.0
  5. ; CatalogFile=BullTlp3.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=SERENUM\BUL8030
  13. [Manufacturer]
  14. %BULL%=BULL
  15. ; ================= Bull readers =====================
  16. [BULL]
  17. ; DisplayName Section DeviceId
  18. ; ----------- ------- --------
  19. %BULLTLP3.DeviceDesc% = BULLTLP3.Install, SERENUM\BUL8030
  20. [BULLTLP3.Install.NT]
  21. AddReg = BULLTLP3.Install.AddReg
  22. CopyFiles = BULLTLP3.Install.CopyFiles
  23. [BULLTLP3.Install.AddReg]
  24. HKR,, AdapterType, 0, "0100"
  25. [BULLTLP3.Install.CopyFiles]
  26. bulltlp3.sys,,,2
  27. [BULLTLP3.Install.NT.Services]
  28. AddService = BULLTLP3, 2, BULLTLP3.Service, BULLTLP3.EventLog
  29. [BULLTLP3.Service]
  30. DisplayName = %BULLTLP3.DeviceDesc%
  31. ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
  32. StartType = 3 ;%SERVICE_AUTO_START%
  33. ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
  34. ServiceBinary = %12%\bulltlp3.sys
  35. [BULLTLP3.EventLog]
  36. AddReg = BULLTLP3.AddEventLog.reg
  37. [BULLTLP3.AddEventLog.reg]
  38. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\bulltlp3.sys"
  39. HKR,, TypesSupported, 0x00010001, 7
  40. [DestinationDirs]
  41. DefaultDestDir = 12
  42. BULLTLP3.Install.CopyFiles = 12
  43. [SourceDisksNames]
  44. 1 = %InstallDisk%,bulltlp3.sys,,
  45. [SourceDisksFiles]
  46. bulltlp3.sys = 1
  47. ; ================= Strings =====================
  48. [Strings]
  49. Msft = "Microsoft"
  50. BULL = "BULL"
  51. BULLTLP3.DeviceDesc = "BULL SmarTLP3 Serial Smart Card Reader"
  52. ClassName = "Smart Card Readers"
  53. InstallDisk = "Bull TLP3 Installation Disk"