mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[INF] Remove remnants of XboxVmp driver which has its own INF file
This commit is contained in:
parent
f7d825e620
commit
ffa7cfc1ff
2 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue