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.

155 lines
4.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. "%YANGJAE%"=YANGJAE.KOR
  26. ;
  27. ; Model sections.
  28. ;
  29. ; Each section here corresponds with an entry listed in the
  30. ; [Manufacturer] section, above. The models will be displayed in the order
  31. ; that they appear in the INF file.
  32. ;
  33. [YANGJAE.KOR]
  34. "���� ���ʷ� A344" = YJGA344K.GPD, Yangjae_Geulchorong_A344
  35. "���� ���ʷ� A344*" = YJGA34XK.GPD, Yangjae_Geulchorong_A344*
  36. "���� ���ʷ� C1600" = YJGC160K.GPD, Yangjae_Geulchorong_C1600
  37. "���� ���ʷ� K100" = YJGK100K.GPD, Yangjae_Geulchorong_K100
  38. "���� ���ʷ� K200" = YJGK200K.GPD, Yangjae_Geulchorong_K200
  39. "���� ���ʷ� Y300" = YJGY300K.GPD, Yangjae_Geulchorong_Y300
  40. "���� ���ʷ� Y600" = YJGY600K.GPD, Yangjae_Geulchorong_Y600
  41. "���� ���ʷ� Z100" = YJGZ100K.GPD, Yangjae_Geulchorong_Z100
  42. "���� ���ʷ� Z200" = YJGZ200K.GPD, Yangjae_Geulchorong_Z200
  43. ;
  44. ; Installer Sections
  45. ;
  46. ; These sections control file installation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver
  48. ; file, unless there is an explicit DriverFile section listed.
  49. ;
  50. [YJGA344K.GPD]
  51. CopyFiles=@YJLBPRES.DLL,@YJGA344K.GPD,UNIDRV
  52. DataSection=UNIDRV_DATA
  53. DataFile=YJGA344K.GPD
  54. [YJGA34XK.GPD]
  55. CopyFiles=@YJLBPRES.DLL,@YJGA34XK.GPD,UNIDRV
  56. DataSection=UNIDRV_DATA
  57. DataFile=YJGA34XK.GPD
  58. [YJGC160K.GPD]
  59. CopyFiles=@YJLBPRES.DLL,@YJGC160K.GPD,UNIDRV
  60. DataSection=UNIDRV_DATA
  61. DataFile=YJGC160K.GPD
  62. [YJGK100K.GPD]
  63. CopyFiles=@YJLBPRES.DLL,@YJGK100K.GPD,UNIDRV
  64. DataSection=UNIDRV_DATA
  65. DataFile=YJGK100K.GPD
  66. [YJGK200K.GPD]
  67. CopyFiles=@YJLBPRES.DLL,@YJGK200K.GPD,UNIDRV
  68. DataSection=UNIDRV_DATA
  69. DataFile=YJGK200K.GPD
  70. [YJGY300K.GPD]
  71. CopyFiles=@YJLBPRES.DLL,@YJGY300K.GPD,UNIDRV
  72. DataSection=UNIDRV_DATA
  73. DataFile=YJGY300K.GPD
  74. [YJGY600K.GPD]
  75. CopyFiles=@YJLBPRES.DLL,@YJGY600K.GPD,UNIDRV
  76. DataSection=UNIDRV_DATA
  77. DataFile=YJGY600K.GPD
  78. [YJGZ100K.GPD]
  79. CopyFiles=@YJLBPRES.DLL,@YJGZ100K.GPD,UNIDRV
  80. DataSection=UNIDRV_DATA
  81. DataFile=YJGZ100K.GPD
  82. [YJGZ200K.GPD]
  83. CopyFiles=@YJLBPRES.DLL,@YJGZ200K.GPD,UNIDRV
  84. DataSection=UNIDRV_DATA
  85. DataFile=YJGZ200K.GPD
  86. ; Copy Sections
  87. ;
  88. ; Lists of files that are actually copied. These sections are referenced
  89. ; from the installer sections, above. Only create a section if it contains
  90. ; two or more files (if we only copy a single file, identify it in the
  91. ; installer section, using the @filename notation) or if it's a color
  92. ; profile (since the DestinationDirs can only handle sections, and not
  93. ; individual files).
  94. ;
  95. [UNIDRV]
  96. UNIDRV.DLL
  97. UNIRES.DLL
  98. GPDPARSE.DLL
  99. UNIDRVUI.DLL
  100. STDNAMES.GPD
  101. RASDDUI.HLP
  102. ;
  103. ; Data Sections
  104. ;
  105. ; These sections contain data that is shared between devices.
  106. ;
  107. [UNIDRV_DATA]
  108. DriverFile=UNIDRV.DLL
  109. ConfigFile=UNIDRVUI.DLL
  110. HelpFile=RASDDUI.HLP
  111. ;
  112. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  113. ; (depending on which environment drivers are getting installed)
  114. ;
  115. [DestinationDirs]
  116. DefaultDestDir=66000
  117. ;
  118. ; Control Flags
  119. ;
  120. [ControlFlags]
  121. ExcludeFromSelect = 2369
  122. ;
  123. ; Localizable Strings
  124. ;
  125. [Strings]
  126. ;MS="Microsoft Windows NT 5.0"
  127. MS="Local Testing - YJLBP"
  128. PrinterClassName="Printer"
  129. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  130. YANGJAE="����"