reactos/media/inf/monitor.inf
Hermès Bélusca-Maïto e1ef078741 Create this branch to work on loading of different Kernel-Debugger DLL providers, and see whether it is possible to move KDBG from ntoskrnl to a new DLL called, say, KDROSDBG.DLL.
The idea then would be to have the following behaviour (when specifying the following options in the kernel command line):

/DEBUGPORT=COMi --> load KDCOM.DLL and use COMi port (i == 1,2,3,4) if possible.
/DEBUGPORT=FOO  --> load KDFOO.DLL (useful for KDUSB.DLL, KD1394.DLL, KDBAZIS.DLL for VirtualKD, etc...)
/DEBUGPORT=ROSDBG:[COMi|SCREEN|FILE|GDB|...] --> load KDROSDBG.DLL which contains the ROS kernel debugger, and use COMi or SCREEN or... as output port.

svn path=/branches/kd++/; revision=58883
2013-04-28 13:26:45 +00:00

70 lines
3.3 KiB
INI

; Monitor.INF
;
; Installation file for monitors
;
[Version]
Signature = "$Windows NT$"
;Signature = "$ReactOS$"
LayoutFile = layout.inf
Class = Monitor
ClassGUID = {4D36E96E-E325-11CE-BFC1-08002BE10318}
Provider = %ReactOS%
DriverVer = 03/11/2012,1.00
[DestinationDirs]
DefaultDestDir = 12
[ClassInstall32.NT]
AddReg = MonitorClass.NT.AddReg
[MonitorClass.NT.AddReg]
HKR, , , 0, %MonitorClassName%
HKR, , Icon, 0, "-1"
[Manufacturer]
%StdMfg% = StdMfg
[StdMfg]
%PnPMonitor.DeviceDesc% = Monitor_Inst,*PNP09FF
%DefaultMonitor.DeviceDesc% = Monitor_Inst,Monitor\Default_Monitor
;---------------------------- MONITOR DRIVER ----------------------------
[Monitor_Inst.NT]
CopyFiles = Monitor_Inst_CopyFiles.NT
[Monitor_Inst_CopyFiles.NT]
monitor.sys
[Monitor_Inst.NT.Services]
AddService = , 0x00000002
;AddService = Monitor, 0x00000002, Monitor_Service_Inst
[Monitor_Service_Inst]
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\monitor.sys
;-------------------------------- STRINGS -------------------------------
[Strings]
ReactOS = "ReactOS Team"
MonitorClassName = "Monitors"
StdMfg = "(Standard monitor types)"
DefaultMonitor.DeviceDesc = "Default Monitor"
PnPMonitor.DeviceDesc = "Plug and Play Monitor"
[Strings.0407]
MonitorClassName = "Monitore"
StdMfg = "(Generische Monitore)"
PnPMonitor.DeviceDesc = "Plug and Play Monitor"
[Strings.0418]
ReactOS = "Echipa ReactOS"
MonitorClassName = "Ecrane"
StdMfg = "(ecrane de tip standard)"
DefaultMonitor.DeviceDesc = "Ecran implicit"
PnPMonitor.DeviceDesc = "Ecran cuplare dinamică (PnP)"