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.

56 lines
1.1 KiB

  1. ; EPSTW2K.INF
  2. [Version]
  3. Signature="$WINDOWS NT$"
  4. Class=System
  5. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  6. Provider=%SCM%
  7. LayoutFile=layout.inf
  8. DriverVer=08/12/2000
  9. ; =================== Class Sections ===========================
  10. [ClassInstall32]
  11. Addreg=System_Class_addreg
  12. [system_class_addreg]
  13. HKR,,,,%SystemClassName%
  14. HKR,,Icon,,"-27"
  15. ; =================== Table of content =========================
  16. [DestinationDirs]
  17. Scm_CopyFiles=12
  18. [Manufacturer]
  19. %SCMMfg%= SCM_device
  20. [scm_copyfiles]
  21. epstw2k.sys
  22. ; =================== FOR SCM
  23. [scm_device]
  24. %PARALLEL_PORT\STLPORT_SCM_PPDRIVE.DeviceDesc%=scm_install,LPTENUM\VID_04E6PID_800000042DD7
  25. [scm_addreg]
  26. [scm_install]
  27. CopyFiles=scm_copyfiles
  28. [scm_install.HW]
  29. AddReg=scm_addreg
  30. [scm_install.Services]
  31. AddService = epstw2k,2,scm_ServiceInstallSection
  32. [scm_ServiceInstallSection]
  33. DisplayName=%SCM_ServiceDesc%
  34. ServiceType = 1
  35. StartType = 3
  36. ErrorControl = 1
  37. ServiceBinary = %12%\epstw2k.sys
  38. LoadOrderGroup = SCSI miniport
  39. ; =================== Generic ==================================
  40. [ControlFlags]