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.

195 lines
5.0 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. "%Fujitsu%"=Fujitsu.CHS
  26. "%Stone%"=Stone.CHS
  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. [Fujitsu.CHS]
  35. "Fujitsu DPK8300E" = FUDP83EC.GPD, Fujitsu_DPK8300E
  36. "Fujitsu DPK8400E" = FUDP84EC.GPD, Fujitsu_DPK8400E
  37. "Fujitsu DPK8500E" = FUDP85EC.GPD, Fujitsu_DPK8500E
  38. [Stone.CHS]
  39. "Oki 5320SC" = OK532SCC.GPD, Oki_5320SC
  40. "Oki 5330SC" = OK533SCC.GPD, Oki_5330SC
  41. "Oki 5530SC" = OK553SCC.GPD, Oki_5530SC
  42. "Oki 5630SP" = OK563SPC.GPD, Oki_5630SP
  43. "Oki 8320C" = OK8320CC.GPD, Oki_8320C
  44. "Oki 8330C" = OK8330CC.GPD, Oki_8330C
  45. "Oki 8358SC" = OK8358SC.GPD, Oki_8358SC
  46. "Oki 8360C" = OK8360CC.GPD, Oki_8360C
  47. "Oki 8368SC" = OK8368SC.GPD, Oki_8368SC
  48. "Oki 8370C" = OK8370CC.GPD, Oki_8370C
  49. "Oki 8570C" = OK8570CC.GPD, Oki_8570C
  50. "Stone ST20" = STST20C.GPD, Stone_ST20
  51. ;
  52. ; Installer Sections
  53. ;
  54. ; These sections control file installation, and reference all files that
  55. ; need to be copied. The section name will be assumed to be the driver
  56. ; file, unless there is an explicit DriverFile section listed.
  57. ;
  58. [FUDP83EC.GPD]
  59. CopyFiles=@OKISCRES.DLL,@FUDP83EC.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=FUDP83EC.GPD
  62. [FUDP84EC.GPD]
  63. CopyFiles=@OKISCRES.DLL,@FUDP84EC.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=FUDP84EC.GPD
  66. [FUDP85EC.GPD]
  67. CopyFiles=@OKISCRES.DLL,@FUDP85EC.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=FUDP85EC.GPD
  70. [OK532SCC.GPD]
  71. CopyFiles=@OKISCRES.DLL,@OK532SCC.GPD,UNIDRV
  72. DataSection=UNIDRV_DATA
  73. DataFile=OK532SCC.GPD
  74. [OK533SCC.GPD]
  75. CopyFiles=@OKISCRES.DLL,@OK533SCC.GPD,UNIDRV
  76. DataSection=UNIDRV_DATA
  77. DataFile=OK533SCC.GPD
  78. [OK553SCC.GPD]
  79. CopyFiles=@OKISCRES.DLL,@OK553SCC.GPD,UNIDRV
  80. DataSection=UNIDRV_DATA
  81. DataFile=OK553SCC.GPD
  82. [OK563SPC.GPD]
  83. CopyFiles=@OKISCRES.DLL,@OK563SPC.GPD,UNIDRV
  84. DataSection=UNIDRV_DATA
  85. DataFile=OK563SPC.GPD
  86. [OK8320CC.GPD]
  87. CopyFiles=@OKISCRES.DLL,@OK8320CC.GPD,UNIDRV
  88. DataSection=UNIDRV_DATA
  89. DataFile=OK8320CC.GPD
  90. [OK8330CC.GPD]
  91. CopyFiles=@OKISCRES.DLL,@OK8330CC.GPD,UNIDRV
  92. DataSection=UNIDRV_DATA
  93. DataFile=OK8330CC.GPD
  94. [OK8358SC.GPD]
  95. CopyFiles=@OKISCRES.DLL,@OK8358SC.GPD,UNIDRV
  96. DataSection=UNIDRV_DATA
  97. DataFile=OK8358SC.GPD
  98. [OK8360CC.GPD]
  99. CopyFiles=@OKISCRES.DLL,@OK8360CC.GPD,UNIDRV
  100. DataSection=UNIDRV_DATA
  101. DataFile=OK8360CC.GPD
  102. [OK8368SC.GPD]
  103. CopyFiles=@OKISCRES.DLL,@OK8368SC.GPD,UNIDRV
  104. DataSection=UNIDRV_DATA
  105. DataFile=OK8368SC.GPD
  106. [OK8370CC.GPD]
  107. CopyFiles=@OKISCRES.DLL,@OK8370CC.GPD,UNIDRV
  108. DataSection=UNIDRV_DATA
  109. DataFile=OK8370CC.GPD
  110. [OK8570CC.GPD]
  111. CopyFiles=@OKISCRES.DLL,@OK8570CC.GPD,UNIDRV
  112. DataSection=UNIDRV_DATA
  113. DataFile=OK8570CC.GPD
  114. [SNST20C.GPD]
  115. CopyFiles=@OKISCRES.DLL,@SNST20C.GPD,UNIDRV
  116. DataSection=UNIDRV_DATA
  117. DataFile=SNST20C.GPD
  118. ; Copy Sections
  119. ;
  120. ; Lists of files that are actually copied. These sections are referenced
  121. ; from the installer sections, above. Only create a section if it contains
  122. ; two or more files (if we only copy a single file, identify it in the
  123. ; installer section, using the @filename notation) or if it's a color
  124. ; profile (since the DestinationDirs can only handle sections, and not
  125. ; individual files).
  126. ;
  127. [UNIDRV]
  128. UNIDRV.DLL
  129. UNIRES.DLL
  130. GPDPARSE.DLL
  131. UNIDRVUI.DLL
  132. STDNAMES.GPD
  133. UNIDRV.HLP
  134. ;
  135. ; Data Sections
  136. ;
  137. ; These sections contain data that is shared between devices.
  138. ;
  139. [UNIDRV_DATA]
  140. DriverFile=UNIDRV.DLL
  141. ConfigFile=UNIDRVUI.DLL
  142. HelpFile=UNIDRV.HLP
  143. ;
  144. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  145. ; (depending on which environment drivers are getting installed)
  146. ;
  147. [DestinationDirs]
  148. DefaultDestDir=66000
  149. ;
  150. ; Control Flags
  151. ;
  152. [ControlFlags]
  153. ExcludeFromSelect = 2369
  154. ;
  155. ; Localizable Strings
  156. ;
  157. [Strings]
  158. ;MS="Microsoft Windows NT 5.0"
  159. MS="Local Testing - OKISC"
  160. PrinterClassName="Printer"
  161. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  162. Fujitsu="Fujitsu"
  163. Stone="��ͨ"