Changeset 98315 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 26, 2023 2:24:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.inf
r98308 r98315 37 37 [DestinationDirs] 38 38 DefaultDestDir=11 39 VBox Video.Miniport = 12 ; drivers40 VBox Video.Display = 11 ; system3241 ;amd64 VBox Video.Display_wow64 = 10,SysWow64 ; SysWow6439 VBoxWDDM.Miniport = 12 ; drivers 40 VBoxWDDM.Display = 11 ; system32 41 ;amd64 VBoxWDDM.Display_wow64 = 10,SysWow64 ; SysWow64 42 42 43 43 [Manufacturer] … … 45 45 46 46 [VBoxWDDM@[email protected]] 47 %VBox Video.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF47 %VBoxWDDM.SvcDesc% = VBoxWDDM_Install, PCI\VEN_80EE&DEV_BEEF 48 48 49 [VBox Video_Install]49 [VBoxWDDM_Install] 50 50 FeatureScore = F8 51 51 Include = msdv.inf 52 ;x86 CopyFiles = VBox Video.Miniport, VBoxVideo.Display53 ;amd64 CopyFiles = VBox Video.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow6454 AddReg = VBox Video_SoftwareDeviceSettings55 ;todo: clear XPDM driver settings: DelReg = VBox Video_RemoveDeviceSettings56 RegisterDlls = VBox Video_RegisterDlls52 ;x86 CopyFiles = VBoxWDDM.Miniport, VBoxWDDM.Display 53 ;amd64 CopyFiles = VBoxWDDM.Miniport, VBoxWDDM.Display, VBoxWDDM.Display_wow64 54 AddReg = VBoxWDDM_SoftwareDeviceSettings 55 ;todo: clear XPDM driver settings: DelReg = VBoxWDDM_RemoveDeviceSettings 56 RegisterDlls = VBoxWDDM_RegisterDlls 57 57 58 [VBox Video.Miniport]58 [VBoxWDDM.Miniport] 59 59 VBoxWddm.sys 60 60 61 [VBox Video.Display]61 [VBoxWDDM.Display] 62 62 ;dispd3d VBoxDispD3D.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 63 63 ;dispdx VBoxDX.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME … … 66 66 ;mesa3d VBoxGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 67 67 68 ;amd64 [VBox Video.Display_wow64]68 ;amd64 [VBoxWDDM.Display_wow64] 69 69 ;amd64 ;dispd3d VBoxDispD3D-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 70 70 ;amd64 ;dispdx VBoxDX-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME … … 73 73 ;amd64 ;mesa3d VBoxGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 74 74 75 [VBox Video_SoftwareDeviceSettings]75 [VBoxWDDM_SoftwareDeviceSettings] 76 76 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D 77 77 ;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll … … 88 88 HKR,, VgaCompatible, %REG_DWORD%, 0 89 89 90 [VBox Video_RegisterDlls]90 [VBoxWDDM_RegisterDlls] 91 91 92 92 93 [VBox Video.Services]94 AddService=VBoxWddm, 0x00000002, VBox Video_Service_Inst, VBoxVideo_EventLog_Inst93 [VBoxWDDM.Services] 94 AddService=VBoxWddm, 0x00000002, VBoxWDDM_Service_Inst, VBoxWDDM_EventLog_Inst 95 95 96 [VBox Video_Service_Inst]96 [VBoxWDDM_Service_Inst] 97 97 ServiceType=1 ; SERVICE_KERNEL_DRIVER 98 98 StartType=3 ; SERVICE_DEMAND_START … … 101 101 ServiceBinary=%12%\VBoxWddm.sys 102 102 103 [VBox Video_EventLog_Inst]104 AddReg = VBox Video_EventLog_AddReg103 [VBoxWDDM_EventLog_Inst] 104 AddReg = VBoxWDDM_EventLog_AddReg 105 105 106 [VBox Video_EventLog_AddReg]106 [VBoxWDDM_EventLog_AddReg] 107 107 HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxWddm.sys" 108 108 HKR,,TypesSupported,0x00010001,7 109 109 110 110 [SourceDisksNames] 111 1 = %VBox Video.Disk%,,,""111 1 = %VBoxWDDM.Disk%,,,"" 112 112 113 113 [SourceDisksFiles] … … 132 132 133 133 ORACLE = "Oracle Corporation" 134 VBox Video.Disk = "VirtualBox Video Driver Disk"135 VBox Video.SvcDesc = "VirtualBox Graphics Adapter (WDDM)"134 VBoxWDDM.Disk = "VirtualBox Video Driver Disk" 135 VBoxWDDM.SvcDesc = "VirtualBox Graphics Adapter (WDDM)"
Note:
See TracChangeset
for help on using the changeset viewer.