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.

240 lines
6.2 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.KOR
  26. "%KOREA_XEROX%"=KOREA_XEROX.KOR
  27. "%LG%"=LG.KOR
  28. "%POS_DATA%"=POS_DATA.KOR
  29. "%SAMSUNG%"=SAMSUNG.KOR
  30. "%SHINDO_RICOH%"=SHINDO_RICOH.KOR
  31. "%TRIGEM%"=TRIGEM.KOR
  32. ;
  33. ; Model sections.
  34. ;
  35. ; Each section here corresponds with an entry listed in the
  36. ; [Manufacturer] section, above. The models will be displayed in the order
  37. ; that they appear in the INF file.
  38. ;
  39. [HP.KOR]
  40. "HP LasetJet 4V (KR)" = HPLJ4VK.GPD.BIDI, HP_LasetJet_4V_(KOR)
  41. [KOREA_XEROX.KOR]
  42. "�ڸ��� ���Ͻ� a-1100Z" = KXA110ZK.GPD, Korea_Xerox_a-1100Z
  43. "�ڸ��� ���Ͻ� a-800Z" = KXA800ZK.GPD, Korea_Xerox_a-800Z
  44. "�ڸ��� ���Ͻ� a-8630" = KXA8630K.GPD, Korea_Xerox_a-8630
  45. [LG.KOR]
  46. "LG ���� GLP-1250" = LGLP125K.GPD, LG_GLP-1250
  47. [POS_DATA.KOR]
  48. "��������Ÿ POS-LBP3000" = PDLB300K.GPD, POS_Data_POS-LBP3000
  49. "��������Ÿ POS-LBP4000" = PDLB400K.GPD, POS_Data_POS-LBP4000
  50. [SAMSUNG.KOR]
  51. "�Z Finale 5000+ (3205H/E)" = SS5000PK.GPD, Samsung_Finale_5000+_(3205H/E)
  52. "�Z Finale 8000+ (3208H/E)" = SS8000PK.GPD, Samsung_Finale_8000+_(3208H/E)
  53. "�Z ML-5000A" = SSML50AK.GPD, Samsung_ML-5000A
  54. "�Z ML-6000" = SSML6KK.GPD, Samsung_ML-6000
  55. "�Z ML-7000" = SSML7KK.GPD, Samsung_ML-7000
  56. "�Z MyLaser ML-68H" = SSML68HK.GPD, Samsung_MyLaser_ML-68H
  57. "�Z MyLaser ML-68H+" = SSL68HPK.GPD, Samsung_MyLaser_ML-68H+
  58. [SHINDO_RICOH.KOR]
  59. "�ŵ����� LP4039-10R" = SR3910RK.GPD, Shindo_Ricoh_LP4039-10R
  60. "�ŵ����� LP4039-12R" = SR3912RK.GPD, Shindo_Ricoh_LP4039-12R
  61. "�ŵ����� LP4039-16L" = SR3916LK.GPD, Shindo_Ricoh_LP4039-16L
  62. [TRIGEM.KOR]
  63. "�ﺸ TGLBP-3000" = TG3000K.GPD, TriGem_TGLBP-3000
  64. ;
  65. ; Installer Sections
  66. ;
  67. ; These sections control file installation, and reference all files that
  68. ; need to be copied. The section name will be assumed to be the driver
  69. ; file, unless there is an explicit DriverFile section listed.
  70. ;
  71. [HPLJ4VK.GPD.BIDI]
  72. CopyFiles=@PCL5KRES.DLL,@HPLJ4VK.GPD,PJLMON.DLL,UNIDRV
  73. DataSection=UNIDRV_DATA
  74. DataFile=HPLJ4VK.GPD
  75. LanguageMonitor=%PJL_MONITOR%
  76. [KXA110ZK.GPD]
  77. CopyFiles=@PCL5KRES.DLL,@KXA110ZK.GPD,UNIDRV
  78. DataSection=UNIDRV_DATA
  79. DataFile=KXA110ZK.GPD
  80. [KXA800ZK.GPD]
  81. CopyFiles=@PCL5KRES.DLL,@KXA800ZK.GPD,UNIDRV
  82. DataSection=UNIDRV_DATA
  83. DataFile=KXA800ZK.GPD
  84. [KXA8630K.GPD]
  85. CopyFiles=@PCL5KRES.DLL,@KXA8630K.GPD,UNIDRV
  86. DataSection=UNIDRV_DATA
  87. DataFile=KXA8630K.GPD
  88. [LGLP125K.GPD]
  89. CopyFiles=@PCL5KRES.DLL,@LGLP125K.GPD,UNIDRV
  90. DataSection=UNIDRV_DATA
  91. DataFile=LGLP125K.GPD
  92. [PDLBP300K.GPD]
  93. CopyFiles=@PCL5KRES.DLL,@PDLBP300K.GPD,UNIDRV
  94. DataSection=UNIDRV_DATA
  95. DataFile=PDLBP300K.GPD
  96. [PDLB400K.GPD]
  97. CopyFiles=@PCL5KRES.DLL,@PDLBP400K.GPD,UNIDRV
  98. DataSection=UNIDRV_DATA
  99. DataFile=PDLBP400K.GPD
  100. [SSF500PK.GPD]
  101. CopyFiles=@PCL5KRES.DLL,@SSF500PK.GPD,UNIDRV
  102. DataSection=UNIDRV_DATA
  103. DataFile=SSF500PK.GPD
  104. [SSF800PK.GPD]
  105. CopyFiles=@PCL5KRES.DLL,@SSF800PK.GPD,UNIDRV
  106. DataSection=UNIDRV_DATA
  107. DataFile=SSF800PK.GPD
  108. [SSML50AK.GPD]
  109. CopyFiles=@PCL5KRES.DLL,@SSML50AK.GPD,UNIDRV
  110. DataSection=UNIDRV_DATA
  111. DataFile=SSML50AK.GPD
  112. [SSML6KK.GPD]
  113. CopyFiles=@PCL5KRES.DLL,@SSML6KK.GPD,UNIDRV
  114. DataSection=UNIDRV_DATA
  115. DataFile=SSML6KK.GPD
  116. [SSML7KK.GPD]
  117. CopyFiles=@PCL5KRES.DLL,@SSML7KK.GPD,UNIDRV
  118. DataSection=UNIDRV_DATA
  119. DataFile=SSML7KK.GPD
  120. [SSL68HPK.GPD]
  121. CopyFiles=@PCL5KRES.DLL,@SSL68HPK.GPD,UNIDRV
  122. DataSection=UNIDRV_DATA
  123. DataFile=SSL68HPK.GPD
  124. [SSML68HK.GPD]
  125. CopyFiles=@PCL5KRES.DLL,@SSML68HK.GPD,UNIDRV
  126. DataSection=UNIDRV_DATA
  127. DataFile=SSML68HK.GPD
  128. [SR3910RK.GPD]
  129. CopyFiles=@PCL5KRES.DLL,@SR3910RK.GPD,UNIDRV
  130. DataSection=UNIDRV_DATA
  131. DataFile=SR3910RK.GPD
  132. [SR3912RK.GPD]
  133. CopyFiles=@PCL5KRES.DLL,@SR3912RK.GPD,UNIDRV
  134. DataSection=UNIDRV_DATA
  135. DataFile=SR3912RK.GPD
  136. [SR3916LK.GPD]
  137. CopyFiles=@PCL5KRES.DLL,@SR3916LK.GPD,UNIDRV
  138. DataSection=UNIDRV_DATA
  139. DataFile=SR3916LK.GPD
  140. [TGLB300K.GPD]
  141. CopyFiles=@PCL5KRES.DLL,@TGLB300K.GPD,UNIDRV
  142. DataSection=UNIDRV_DATA
  143. DataFile=TGLB300K.GPD
  144. ; Copy Sections
  145. ;
  146. ; Lists of files that are actually copied. These sections are referenced
  147. ; from the installer sections, above. Only create a section if it contains
  148. ; two or more files (if we only copy a single file, identify it in the
  149. ; installer section, using the @filename notation) or if it's a color
  150. ; profile (since the DestinationDirs can only handle sections, and not
  151. ; individual files).
  152. ;
  153. [UNIDRV]
  154. UNIDRV.DLL
  155. UNIRES.DLL
  156. GPDPARSE.DLL
  157. UNIDRVUI.DLL
  158. STDNAMES.GPD
  159. RASDDUI.HLP
  160. [PJLMON.DLL]
  161. PJLMON.DLL,,,0x00000020 ; Copy only if new binary
  162. ;
  163. ; Data Sections
  164. ;
  165. ; These sections contain data that is shared between devices.
  166. ;
  167. [UNIDRV_DATA]
  168. DriverFile=UNIDRV.DLL
  169. ConfigFile=UNIDRVUI.DLL
  170. HelpFile=RASDDUI.HLP
  171. ;
  172. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  173. ; (depending on which environment drivers are getting installed)
  174. ;
  175. [DestinationDirs]
  176. DefaultDestDir=66000
  177. PJLMON.DLL=66002
  178. ;
  179. ; Control Flags
  180. ;
  181. [ControlFlags]
  182. ExcludeFromSelect = 2369
  183. ;
  184. ; Localizable Strings
  185. ;
  186. [Strings]
  187. ;MS="Microsoft Windows NT 5.0"
  188. MS="Local Testing - PCL5K"
  189. PrinterClassName="Printer"
  190. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  191. HP="HP"
  192. KOREA_XEROX="�ڸ��� ���Ͻ�"
  193. LG="LG ����"
  194. POS_DATA="��������Ÿ"
  195. SAMSUNG="�Z"
  196. SHINDO_RICOH="�ŵ�����"
  197. TRIGEM="�ﺸ"