reactos/media/inf/ports.inf
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

112 lines
5.7 KiB
INI

; PORTS.INF
; Installation file for communication ports
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Ports
ClassGUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 10/08/2005,1.01.0.0
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = PortsClass.NT.AddReg
[PortsClass.NT.AddReg]
HKR, , , 0, %PortsClassName%
HKR, , Icon, 0, "-23"
;HKR, , Installer32, 0, "msports.dll,PortsClassInstaller"
[Manufacturer]
%StdMfg% = StdMfg
[StdMfg]
%*PNP0500.DeviceDesc% = ComPort_Inst,*PNP0500,*PNP0501
%*PNP0501.DeviceDesc% = ComPort_Inst,*PNP0501
%*PNP0400.DeviceDesc% = LptPort_Inst, *PNP0400,*PNP0401
%*PNP0401.DeviceDesc% = LptPort_Inst, *PNP0401
;---------------------------- LPT PORT DRIVER ---------------------------
[LptPort_Inst.NT]
[LptPort_Inst.NT.Services]
AddService = , 0x00000002
;---------------------------- COM PORT DRIVER ---------------------------
[ComPort_Inst.NT]
CopyFiles = ComPort_CopyFiles.NT
[ComPort_CopyFiles.NT]
serial.sys
serenum.sys
[ComPort_Inst.NT.HW]
AddReg = ComPort_AddReg.NT
[ComPort_AddReg.NT]
HKR, , "UpperFilters", 0x00010000, "serenum"
[ComPort_Inst.NT.Services]
AddService = serial, 0x00000002, serial_Service_Inst
AddService = serenum, , serenum_Service_Inst
[serial_Service_Inst]
ServiceType = 1
StartType = 1
ErrorControl = 0
ServiceBinary = %12%\serial.sys
LoadOrderGroup = Extended base
[serenum_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\serenum.sys
LoadOrderGroup = PNP Filter
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
PortsClassName = "Serial and parallel ports"
StdMfg = "(Standard ports)"
*PNP0500.DeviceDesc = "Serial communication port"
*PNP0501.DeviceDesc = "Serial communication port"
*PNP0400.DeviceDesc = "Standard LPT printer port"
*PNP0401.DeviceDesc = "ECP printer port"
[Strings.0407]
PortsClassName = "Serielle und parallele Anschlüsse"
StdMfg = "(Standard-Anschlüsse)"
*PNP0500.DeviceDesc = "Serieller Anschluß"
*PNP0501.DeviceDesc = "Serieller Anschluß"
*PNP0400.DeviceDesc = "Standard LPT Druckeranschluß"
*PNP0401.DeviceDesc = "ECP Druckeranschluß"
[Strings.040C]
PortsClassName = "Ports série et parallèle"
StdMfg = "(Ports standards)"
*PNP0500.DeviceDesc = "Port série"
*PNP0501.DeviceDesc = "Port série"
*PNP0400.DeviceDesc = "Port parallèle standard"
*PNP0401.DeviceDesc = "Port d'imprimante ECP"
[Strings.041B]
PortsClassName = "Sériové a paralelné porty"
StdMfg = "(Štandardné porty)"
*PNP0500.DeviceDesc = "Sériový komunikačný port"
*PNP0501.DeviceDesc = "Sériový komunikačný port"
*PNP0400.DeviceDesc = "Štandardný LPT tlačový port"
*PNP0401.DeviceDesc = "ECP tlačový port"