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.

174 lines
4.5 KiB

  1. ; NTPRINT.INF (for SUR)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%MS%
  8. LayoutFile=layout.inf
  9. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11. [ClassInstall32.NT]
  12. AddReg=printer_class_addreg
  13. [printer_class_addreg]
  14. HKR,,,,%PrinterClassName%
  15. HKR,,Icon,,"-4"
  16. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  17. HKR,,NoDisplayClass,,1
  18. ;
  19. ; Manufacturer section.
  20. ;
  21. ; This section lists all of the manufacturers
  22. ; that we will display in the Dialog box
  23. ;
  24. [Manufacturer]
  25. "%HP%"=HP.JPN
  26. "%KYOCERA%"=KYOCERA.JPN
  27. ;
  28. ; Model sections.
  29. ;
  30. ; Each section here corresponds with an entry listed in the
  31. ; [Manufacturer] section, above. The models will be displayed in the order
  32. ; that they appear in the INF file.
  33. ;
  34. [HP.JPN]
  35. "HP LaserJet 4LJ Pro" = HP4LJPJ.GPD, LPTENUM\Hewlett-PackardHP_LaF114,Hewlett-PackardHP_LaF114,HP_LaserJet_4LJ_Pro
  36. "HP LaserJet 4PJ" = HP4PJJ.GPD, LPTENUM\Hewlett-PackardHP_La25F7,Hewlett-PackardHP_La25F7,HP_LaserJet_4PJ,HP_LaserJet_4PJ
  37. "HP LaserJet 4V (JP)" = HPLJ4VJ.GPD, LPTENUM\Hewlett-PackardHP_La7C62,Hewlett-PackardHP_La7C62,HP_LaserJet_4V_(JP)
  38. [KYOCERA.JPN]
  39. "KYOCERA LS-1550" = KYLS155J.GPD, KyoceraKYOCERA_LS-15A379,KYOCERA_LS-1550
  40. "KYOCERA LS-3500" = KYLS350J.GPD, KyoceraKYOCERA_LS-354B7B,KYOCERA_LS-3500
  41. "KYOCERA LS-3550" = KYLS355J.GPD, KyoceraKYOCERA_LS-351B78,KYOCERA_LS-3550
  42. "KYOCERA LS-6500" = KYLS650J.GPD, KyoceraKYOCERA_LS-6544FA,KYOCERA_LS-6500
  43. "KYOCERA LS-6550" = KYLS655J.GPD, KyoceraKYOCERA_LS-6544FA,KYOCERA_LS-6550
  44. ;
  45. ; Installer Sections
  46. ;
  47. ; These sections control file installation, and reference all files that
  48. ; need to be copied. The section name will be assumed to be the driver
  49. ; file, unless there is an explicit DriverFile section listed.
  50. ;
  51. [HP4LJPJ.GPD]
  52. CopyFiles=@PCL5JRE2.DLL,@HP4LJPJ.GPD
  53. DataSection=UNIDRV_BIDI_DATA
  54. DataFile=HP4LJPJ.GPD
  55. Include=NTPRINT.INF
  56. Needs=UNIDRV_BIDI.OEM
  57. [HP4PJJ.GPD]
  58. CopyFiles=@PCL5JRE2.DLL,@HP4PJJ.GPD
  59. DataSection=UNIDRV_BIDI_DATA
  60. DataFile=HP4PJJ.GPD
  61. Include=NTPRINT.INF
  62. Needs=UNIDRV_BIDI.OEM
  63. [HPLJ4VJ.GPD]
  64. CopyFiles=@PCL5JRE2.DLL,@HPLJ4VJ.GPD
  65. DataSection=UNIDRV_BIDI_DATA
  66. DataFile=HPLJ4VJ.GPD
  67. Include=NTPRINT.INF
  68. Needs=UNIDRV_BIDI.OEM
  69. [KYLS155J.GPD]
  70. CopyFiles=@PCL5JRE2.DLL,@KYLS155J.GPD
  71. DataSection=UNIDRV_DATA
  72. DataFile=KYLS155J.GPD
  73. Include=NTPRINT.INF
  74. Needs=UNIDRV.OEM,TTFSUB.OEM
  75. [KYLS350J.GPD]
  76. CopyFiles=@PCL5JRE2.DLL,@KYLS350J.GPD
  77. DataSection=UNIDRV_DATA
  78. DataFile=KYLS350J.GPD
  79. Include=NTPRINT.INF
  80. Needs=UNIDRV.OEM,TTFSUB.OEM
  81. [KYLS355J.GPD]
  82. CopyFiles=@PCL5JRE2.DLL,@KYLS355J.GPD
  83. DataSection=UNIDRV_DATA
  84. DataFile=KYLS355J.GPD
  85. Include=NTPRINT.INF
  86. Needs=UNIDRV.OEM,TTFSUB.OEM
  87. [KYLS650J.GPD]
  88. CopyFiles=@PCL5JRE2.DLL,@KYLS650J.GPD
  89. DataSection=UNIDRV_DATA
  90. DataFile=KYLS650J.GPD
  91. Include=NTPRINT.INF
  92. Needs=UNIDRV.OEM,TTFSUB.OEM
  93. [KYLS655J.GPD]
  94. CopyFiles=@PCL5JRE2.DLL,@KYLS655J.GPD
  95. DataSection=UNIDRV_DATA
  96. DataFile=KYLS655J.GPD
  97. Include=NTPRINT.INF
  98. Needs=UNIDRV.OEM,TTFSUB.OEM
  99. ; Copy Sections
  100. ;
  101. ; Lists of files that are actually copied. These sections are referenced
  102. ; from the installer sections, above. Only create a section if it contains
  103. ; two or more files (if we only copy a single file, identify it in the
  104. ; installer section, using the @filename notation) or if it's a color
  105. ; profile (since the DestinationDirs can only handle sections, and not
  106. ; individual files).
  107. ;
  108. ;;[UNIDRV]
  109. ;;UNIDRV.DLL
  110. ;;UNIRES.DLL
  111. ;;UNIDRVUI.DLL
  112. ;;STDNAMES.GPD
  113. ;;UNIDRV.HLP
  114. [PJLMON.DLL]
  115. PJLMON.DLL,,,0x00000020 ; Copy only if new binary
  116. ;
  117. ; Data Sections
  118. ;
  119. ; These sections contain data that is shared between devices.
  120. ;
  121. ;;[UNIDRV_DATA]
  122. ;;DriverFile=UNIDRV.DLL
  123. ;;ConfigFile=UNIDRVUI.DLL
  124. ;;HelpFile=UNIDRV.HLP
  125. ;
  126. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  127. ; (depending on which environment drivers are getting installed)
  128. ;
  129. [DestinationDirs]
  130. DefaultDestDir=66000
  131. PJLMON.DLL=66002
  132. ;
  133. ; Control Flags
  134. ;
  135. [ControlFlags]
  136. ExcludeFromSelect = 2369
  137. ;
  138. ; Localizable Strings
  139. ;
  140. [Strings]
  141. ;MS="Microsoft Windows NT 5.0"
  142. MS="Local Testing - PCL5JRE2"
  143. PrinterClassName="Printer"
  144. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  145. HP="HP"
  146. KYOCERA="Kyocera"