mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[INF] Remove remnants of XboxVmp driver which has its own INF file
This commit is contained in:
@@ -40,7 +40,6 @@ CopyFiles = VGA.Miniport_CopyFiles.NT, VGA.Display_CopyFiles.NT
|
||||
[VGA.Miniport_CopyFiles.NT]
|
||||
vgamp.sys
|
||||
vbemp.sys
|
||||
xboxvmp.sys
|
||||
|
||||
[VGA.Display_CopyFiles.NT]
|
||||
vgaddi.dll
|
||||
@@ -50,7 +49,6 @@ framebuf.dll
|
||||
AddService = , 0x00000002
|
||||
;AddService = VGA, , VGA_Service_Inst
|
||||
AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE
|
||||
;AddService = XboxVmp, 0x00000003, XBOX_Service_Inst
|
||||
|
||||
[VGA_Service_Inst]
|
||||
ServiceType = 1
|
||||
@@ -66,13 +64,6 @@ ErrorControl = 0
|
||||
ServiceBinary = %12%\vbemp.sys
|
||||
LoadOrderGroup = Video Save
|
||||
|
||||
[XBOX_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 1
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\xboxvmp.sys
|
||||
LoadOrderGroup = Video Save
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
[Strings]
|
||||
|
||||
@@ -36,7 +36,7 @@ ServiceType = 1
|
||||
StartType = 1
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\xboxvmp.sys
|
||||
LoadOrderGroup = Video
|
||||
LoadOrderGroup = Video Save
|
||||
|
||||
[xboxvmp.SoftwareSettings]
|
||||
AddReg = xboxvmp_SoftwareDeviceSettings
|
||||
|
||||
Reference in New Issue
Block a user