VirtualBox

Changeset 98315 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 26, 2023 2:24:14 PM (2 years ago)
Author:
vboxsync
Message:

Additions/*.inf: Fix naming consistency regression in VBoxWddm.inf. Completely eliminate the use of VBoxVideo in this file (VBoxVideo is used in the XPDM driver INF file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.inf

    r98308 r98315  
    3737[DestinationDirs]
    3838DefaultDestDir=11
    39 VBoxVideo.Miniport = 12 ; drivers
    40 VBoxVideo.Display  = 11 ; system32
    41 ;amd64 VBoxVideo.Display_wow64  = 10,SysWow64 ; SysWow64
     39VBoxWDDM.Miniport = 12 ; drivers
     40VBoxWDDM.Display  = 11 ; system32
     41;amd64 VBoxWDDM.Display_wow64  = 10,SysWow64 ; SysWow64
    4242
    4343[Manufacturer]
     
    4545
    4646[VBoxWDDM@[email protected]]
    47 %VBoxVideo.SvcDesc% = VBoxVideo_Install, PCI\VEN_80EE&DEV_BEEF
     47%VBoxWDDM.SvcDesc% = VBoxWDDM_Install, PCI\VEN_80EE&DEV_BEEF
    4848
    49 [VBoxVideo_Install]
     49[VBoxWDDM_Install]
    5050FeatureScore = F8
    5151Include = msdv.inf
    52 ;x86   CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display
    53 ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64
    54 AddReg = VBoxVideo_SoftwareDeviceSettings
    55 ;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings
    56 RegisterDlls = VBoxVideo_RegisterDlls
     52;x86   CopyFiles = VBoxWDDM.Miniport, VBoxWDDM.Display
     53;amd64 CopyFiles = VBoxWDDM.Miniport, VBoxWDDM.Display, VBoxWDDM.Display_wow64
     54AddReg = VBoxWDDM_SoftwareDeviceSettings
     55;todo: clear XPDM driver settings: DelReg = VBoxWDDM_RemoveDeviceSettings
     56RegisterDlls = VBoxWDDM_RegisterDlls
    5757
    58 [VBoxVideo.Miniport]
     58[VBoxWDDM.Miniport]
    5959VBoxWddm.sys
    6060
    61 [VBoxVideo.Display]
     61[VBoxWDDM.Display]
    6262;dispd3d VBoxDispD3D.dll,,,0x00004000  ; COPYFLG_IN_USE_TRY_RENAME
    6363;dispdx VBoxDX.dll,,,0x00004000       ; COPYFLG_IN_USE_TRY_RENAME
     
    6666;mesa3d VBoxGL.dll,,,0x00004000       ; COPYFLG_IN_USE_TRY_RENAME
    6767
    68 ;amd64 [VBoxVideo.Display_wow64]
     68;amd64 [VBoxWDDM.Display_wow64]
    6969;amd64 ;dispd3d VBoxDispD3D-x86.dll,,,0x00004000  ; COPYFLG_IN_USE_TRY_RENAME
    7070;amd64 ;dispdx VBoxDX-x86.dll,,,0x00004000       ; COPYFLG_IN_USE_TRY_RENAME
     
    7373;amd64 ;mesa3d VBoxGL-x86.dll,,,0x00004000       ; COPYFLG_IN_USE_TRY_RENAME
    7474
    75 [VBoxVideo_SoftwareDeviceSettings]
     75[VBoxWDDM_SoftwareDeviceSettings]
    7676;dispd3d        HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D
    7777;dispd3d        HKR,, UserModeDriverName,      %REG_MULTI_SZ%, VBoxDispD3D.dll
     
    8888HKR,, VgaCompatible, %REG_DWORD%, 0
    8989
    90 [VBoxVideo_RegisterDlls]
     90[VBoxWDDM_RegisterDlls]
    9191
    9292
    93 [VBoxVideo.Services]
    94 AddService=VBoxWddm, 0x00000002, VBoxVideo_Service_Inst, VBoxVideo_EventLog_Inst
     93[VBoxWDDM.Services]
     94AddService=VBoxWddm, 0x00000002, VBoxWDDM_Service_Inst, VBoxWDDM_EventLog_Inst
    9595
    96 [VBoxVideo_Service_Inst]
     96[VBoxWDDM_Service_Inst]
    9797ServiceType=1                   ; SERVICE_KERNEL_DRIVER
    9898StartType=3                     ; SERVICE_DEMAND_START
     
    101101ServiceBinary=%12%\VBoxWddm.sys
    102102
    103 [VBoxVideo_EventLog_Inst]
    104 AddReg = VBoxVideo_EventLog_AddReg
     103[VBoxWDDM_EventLog_Inst]
     104AddReg = VBoxWDDM_EventLog_AddReg
    105105
    106 [VBoxVideo_EventLog_AddReg]
     106[VBoxWDDM_EventLog_AddReg]
    107107HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxWddm.sys"
    108108HKR,,TypesSupported,0x00010001,7
    109109
    110110[SourceDisksNames]
    111 1 = %VBoxVideo.Disk%,,,""
     1111 = %VBoxWDDM.Disk%,,,""
    112112
    113113[SourceDisksFiles]
     
    132132
    133133ORACLE = "Oracle Corporation"
    134 VBoxVideo.Disk = "VirtualBox Video Driver Disk"
    135 VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter (WDDM)"
     134VBoxWDDM.Disk = "VirtualBox Video Driver Disk"
     135VBoxWDDM.SvcDesc = "VirtualBox Graphics Adapter (WDDM)"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette