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.

61 lines
1.2 KiB

  1. ; EPCFW2K.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. ;Microsoft should provide on submitting the driver for WHQL tests
  10. ;;;CatalogFile=epcfw2k.cat
  11. ; =================== Class Sections ===========================
  12. [ClassInstall32]
  13. Addreg=System_Class_addreg
  14. [system_class_addreg]
  15. HKR,,,,%SystemClassName%
  16. HKR,,Icon,,"-27"
  17. ; =================== Table of content =========================
  18. [DestinationDirs]
  19. Scm_CopyFiles=12
  20. [Manufacturer]
  21. %MfgStr%= SCM_Device
  22. [scm_copyfiles]
  23. epcfw2k.sys
  24. ; =================== FOR SCM
  25. [scm_device]
  26. %PARALLEL_PORT\STLPORT_SCM_PPDRIVE.DeviceDesc%=scm_install,LPTENUM\VID_04E6PID_800000208ED7
  27. [scm_addreg]
  28. [scm_install]
  29. CopyFiles=scm_copyfiles
  30. [scm_install.HW]
  31. AddReg=scm_addreg
  32. [scm_install.Services]
  33. AddService = epcfw2k,2,scm_ServiceInstallSection
  34. [scm_ServiceInstallSection]
  35. DisplayName=%SCM_ServiceDesc%
  36. ServiceType = 1
  37. StartType = 3
  38. ErrorControl = 1
  39. ServiceBinary = %12%\epcfw2k.sys
  40. LoadOrderGroup = Extended base
  41. ; =================== Generic ==================================
  42. [ControlFlags]