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.

44 lines
853 B

  1. ;
  2. ; Copyright (c) 2001-2003 Microsoft Corporation. All rights reserved.
  3. ;
  4. ; Pjlmon.inf
  5. ;
  6. ; Inf sample for pjlmon. This is a subset of ntprint.inf. This inf is not fully functional.
  7. ;
  8. ;
  9. ; Manufacturer section.
  10. ;
  11. [Manufacturer]
  12. %ManufacturerName%=ManufacturerName
  13. ;
  14. ; Model Specifications Section
  15. ;
  16. [ManufacturerName]
  17. "DriverName" = DriverName.GPD,HardwareId,CompatibleId(s)
  18. ;
  19. ; Installer section(s) referenced above.
  20. ;
  21. [DriverName.GPD]
  22. CopyFiles=@DriverName.Dll,@DriverName.GPD,PJLMON.DLL
  23. DataSection=UNIDRV_DATA
  24. DataFile=DriverName.GPD
  25. Include=NTPRINT.INF
  26. LanguageMonitor=%PJL_MONITOR%
  27. Needs=UNIDRV.OEM
  28. ;
  29. ; Driver files
  30. ;
  31. [SourceDisksFiles]
  32. DriverName.Dll = 1
  33. DriverName.GPD = 1
  34. ;
  35. ; Localizable Strings
  36. ;
  37. [Strings]
  38. ManufacturerName="Name of Manufacturer"
  39. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"