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.

181 lines
4.9 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. DriverVer=07/27/2000,1.02
  12. [ClassInstall32.NT]
  13. AddReg=printer_class_addreg
  14. [printer_class_addreg]
  15. HKR,,,,%PrinterClassName%
  16. HKR,,Icon,,"-4"
  17. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  18. HKR,,NoDisplayClass,,1
  19. ;
  20. ; Manufacturer section.
  21. ;
  22. ; This section lists all of the manufacturers
  23. ; that we will display in the Dialog box
  24. ;
  25. [Manufacturer]
  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. [Kyocera.JPN]
  35. "Kyocera LS-1700" = KYLS170J.GPD, LPTENUM\KyoceraLS-17000CA2,KyoceraLS-17000CA2,Kyocera_LS-1700
  36. "Kyocera LS-3700" = KYLS370J.GPD, LPTENUM\KyoceraLS-3700B4A3,KyoceraLS-3700B4A3,Kyocera_LS-3700
  37. "Kyocera LS-6300" = KYLS630J.GPD, LPTENUM\KyoceraLS-6300B9E2,KyoceraLS-6300B9E2,Kyocera_LS-6300
  38. "Kyocera LS-6700" = KYLS670J.GPD, LPTENUM\KyoceraLS-670078A3,KyoceraLS-670078A3,Kyocera_LS-6700
  39. "Kyocera LS-6700S" = KYLS67SJ.GPD, LPTENUM\KyoceraLS-6700S4678,KyoceraLS-6700S4678,Kyocera_LS-6700S
  40. "Kyocera LS-6800" = KYLS680J.GPD, LPTENUM\KyoceraLS-68007B93,KyoceraLS-68007B93,Kyocera_LS-6800
  41. "Kyocera LS-7000" = KYLS700J.GPD, LPTENUM\KyoceraLS-70004713,KyoceraLS-70004713,Kyocera_LS-7000
  42. "Kyocera LS-7700" = KYLS770J.GPD, LPTENUM\KyoceraLS-770086A2,KyoceraLS-770086A2,Kyocera_LS-7700
  43. "Kyocera LS-800" = KYLS800J.GPD, LPTENUM\KyoceraLS-80050F3,KyoceraLS-80050F3,Kyocera_LS-800
  44. "Kyocera LS-9000" = KYLS900J.GPD, LPTENUM\KyoceraLS-9000AD11,KyoceraLS-9000AD11,Kyocera_LS-9000
  45. ;
  46. ; Installer Sections
  47. ;
  48. ; These sections control file installation, and reference all files that
  49. ; need to be copied. The section name will be assumed to be the driver
  50. ; file, unless there is an explicit DriverFile section listed.
  51. ;
  52. [KYLS170J.GPD]
  53. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS170J.GPD
  54. DataSection=UNIDRV_DATA
  55. DataFile=KYLS170J.GPD
  56. Include=NTPRINT.INF
  57. Needs=UNIDRV.OEM
  58. [KYLS370J.GPD]
  59. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS370J.GPD
  60. DataSection=UNIDRV_DATA
  61. DataFile=KYLS370J.GPD
  62. Include=NTPRINT.INF
  63. Needs=UNIDRV.OEM
  64. [KYLS630J.GPD]
  65. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS630J.GPD
  66. DataSection=UNIDRV_DATA
  67. DataFile=KYLS630J.GPD
  68. Include=NTPRINT.INF
  69. Needs=UNIDRV.OEM
  70. [KYLS670J.GPD]
  71. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS670J.GPD
  72. DataSection=UNIDRV_DATA
  73. DataFile=KYLS670J.GPD
  74. Include=NTPRINT.INF
  75. Needs=UNIDRV.OEM
  76. [KYLS67SJ.GPD]
  77. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS67SJ.GPD
  78. DataSection=UNIDRV_DATA
  79. DataFile=KYLS67SJ.GPD
  80. Include=NTPRINT.INF
  81. Needs=UNIDRV.OEM
  82. [KYLS680J.GPD]
  83. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS680J.GPD
  84. DataSection=UNIDRV_DATA
  85. DataFile=KYLS680J.GPD
  86. Include=NTPRINT.INF
  87. Needs=UNIDRV.OEM
  88. [KYLS700J.GPD]
  89. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS700J.GPD
  90. DataSection=UNIDRV_DATA
  91. DataFile=KYLS700J.GPD
  92. Include=NTPRINT.INF
  93. Needs=UNIDRV.OEM
  94. [KYLS770J.GPD]
  95. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS770J.GPD
  96. DataSection=UNIDRV_DATA
  97. DataFile=KYLS770J.GPD
  98. Include=NTPRINT.INF
  99. Needs=UNIDRV.OEM
  100. [KYLS800J.GPD]
  101. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS800J.GPD
  102. DataSection=UNIDRV_DATA
  103. DataFile=KYLS800J.GPD
  104. Include=NTPRINT.INF
  105. Needs=UNIDRV.OEM
  106. [KYLS900J.GPD]
  107. CopyFiles=@KYP5JRES.DLL,@KYP5JRES.INI,@KYORES.DLL,@KYLS900J.GPD
  108. DataSection=UNIDRV_DATA
  109. DataFile=KYLS900J.GPD
  110. Include=NTPRINT.INF
  111. Needs=UNIDRV.OEM
  112. ; Copy Sections
  113. ;
  114. ; Lists of files that are actually copied. These sections are referenced
  115. ; from the installer sections, above. Only create a section if it contains
  116. ; two or more files (if we only copy a single file, identify it in the
  117. ; installer section, using the @filename notation) or if it's a color
  118. ; profile (since the DestinationDirs can only handle sections, and not
  119. ; individual files).
  120. ;
  121. ;;[UNIDRV]
  122. ;;UNIDRV.DLL
  123. ;;UNIRES.DLL
  124. ;;UNIDRVUI.DLL
  125. ;;STDNAMES.GPD
  126. ;;UNIDRV.HLP
  127. ;
  128. ; Data Sections
  129. ;
  130. ; These sections contain data that is shared between devices.
  131. ;
  132. ;;[UNIDRV_DATA]
  133. ;;DriverFile=UNIDRV.DLL
  134. ;;ConfigFile=UNIDRVUI.DLL
  135. ;;HelpFile=UNIDRV.HLP
  136. ;
  137. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  138. ; (depending on which environment drivers are getting installed)
  139. ;
  140. [DestinationDirs]
  141. DefaultDestDir=66000
  142. ;
  143. ; Control Flags
  144. ;
  145. [ControlFlags]
  146. ExcludeFromSelect = 2369
  147. ;
  148. ; Localizable Strings
  149. ;
  150. [Strings]
  151. ;MS="Microsoft Windows NT 5.0"
  152. MS="Local Testing - KYP5J"
  153. PrinterClassName="Printer"
  154. Kyocera="Kyocera"