VirtualBox

Changeset 71986 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Apr 23, 2018 3:47:24 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122246
Message:

*.inf: Trying to make new InfVerif.exe happy. bugref:8691

Location:
trunk/src/VBox/HostDrivers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf

    r71890 r71986  
    2828Signature="$Windows NT$"
    2929Class=System
    30 ; ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f} - not okay with system according to InfVerify
    3130ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
    3231Provider=%ORACLE%
     
    3837DefaultDestDir = 12
    3938
    40 [DefaultInstall]
    41 CopyFiles=VBoxDrv.CopyFiles
    42 
    43 [DefaultInstall.Services]
    44 AddService=VBoxDrv,0x00000002,VBoxDrv_Service
     39;[DefaultInstall@DOT-NT-ARCH@]
     40;CopyFiles=VBoxDrv_CopyFiles
     41;
     42;[DefaultInstall@DOT-NT-ARCH@.Services]
     43;AddService=VBoxDrv,0x00000002,VBoxDrv_Service
    4544
    4645[Manufacturer]
    47 ;x86 %ORACLE%=ORACLE
    48 ;amd64 %ORACLE%=ORACLE, NTamd64
     46%ORACLE%=Oracle@COMMA-NT-ARCH@
    4947
    5048; Models section (referenced by [Manufacturer]).
    51 ;x86 [Oracle]
    52 ;amd64 [Oracle.ntamd64]
    53 %VBoxDrv.DRVDESC%=DefaultInstall,root\VBoxDrv
     49[Oracle@DOT-NT-ARCH@]
     50%VBoxDrv.DRVDESC%=VBoxDrvInstall,root\VBoxDrv
     51
     52[VBoxDrvInstall@DOT-NT-ARCH@]
     53CopyFiles=VBoxDrv_CopyFiles
     54
     55[VBoxDrvInstall@[email protected]]
     56AddService=VBoxDrv,0x00000002,VBoxDrv_Service
    5457
    5558[SourceDisksFiles]
     
    5760
    5861[SourceDisksNames]
    59 1=%DISK_NAME%,
     621=%VBoxDrv.DSKDESC%,
    6063
    61 [VBoxDrv.CopyFiles]
     64[VBoxDrv_CopyFiles]
    6265VBoxDrv.sys
    6366
     
    7477VBoxDrv.SVCDESC = "VirtualBox Service"
    7578VBoxDrv.DRVDESC = "VirtualBox Driver"
    76 DISK_NAME = "VirtualBox Driver Installation Disk"
     79VBoxDrv.DSKDESC = "VirtualBox Driver Installation Disk"
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf

    r71975 r71986  
    2626
    2727[Version]
    28 Signature         = "$Windows NT$"
    29 Provider          = %ORACLE%
    30 ;edit-DriverVer = 08/26/2008,2.00.0000
    31 DriverPackageType = KernelService
    32 Class             = System
    33 ClassGuid         = {4d36e97d-e325-11ce-bfc1-08002be10318}
    34 ;cat CatalogFile = VBoxUSBMon.cat
     28Signature="$Windows NT$"
     29Class=System
     30ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
     31Provider=%ORACLE%
     32;edit-DriverVer=08/26/2008,2.00.0000
     33DriverPackageType=KernelService
     34;cat CatalogFile=VBoxUSBMon.cat
    3535
    36 [Manufacturer]
    37 ;x86 %ORACLE%=ORACLE
    38 ;amd64 %ORACLE%=ORACLE, NTamd64
     36[DestinationDirs]
     37DefaultDestDir = 12
    3938
    40 ;x86   [ORACLE]
    41 ;amd64 [ORACLE.NTamd64]
    42 %VBoxUSBMon.DrvDesc%=VBoxUSBMon, USB\VBoxUSBMon
     39[DefaultInstall@DOT-NT-ARCH@]
     40CopyFiles=VBoxUSBMon_CopyFiles
    4341
    44 [VBoxUSBMon]
    45 CopyFiles = VBoxUSBMon.CopyFiles
     42[DefaultInstall@[email protected]]
     43AddService=VBoxUSBMon,0x00000002,VBoxUSBMon_Service,VBoxUSBMon_AddEventLog
    4644
    47 [DefaultInstall.NT]
    48 CopyFiles = VBoxUSBMon.CopyFiles
     45;; Cannot get this to work (same works fine for VBoxDrv):
     46;; [Manufacturer]
     47;; %ORACLE%=Oracle@COMMA-NT-ARCH@
     48;;
     49;; ; Models section (referenced by [Manufacturer]).
     50;; [Oracle@DOT-NT-ARCH@]
     51;; %VBoxUSBMon.DRVDESC%=VBoxUSBMonInstall,root\VBoxUSBMon
     52;;
     53;; [VBoxUSBMonInstall@DOT-NT-ARCH@]
     54;; CopyFiles=VBoxUSBMon_CopyFiles
     55;;
     56;; [VBoxUSBMonInstall@[email protected]]
     57;; AddService=VBoxUSBMon,0x00000002,VBoxUSBMon_Service,VBoxUSBMon_AddEventLog
    4958
    50 [VBoxUSBMon.CopyFiles]
     59[SourceDisksFiles]
     60VBoxUSBMon.sys=1
     61
     62[SourceDisksNames]
     631=%VBoxUSBMon.DSKDESC%,
     64
     65[VBoxUSBMon_CopyFiles]
    5166VBoxUSBMon.sys
    5267
    53 [VBoxUSBMon.Services]
    54 AddService = VBoxUSBMon, 0x00000002, VBoxUSBMon.AddService, VBoxUSBMon.AddEventLog
    55 
    56 [DefaultInstall.NT.Services]
    57 AddService = VBoxUSBMon, 0x00000002, VBoxUSBMon.AddService, VBoxUSBMon.AddEventLog
    58 
    59 [VBoxUSBMon.AddService]
    60 DisplayName    = %VBoxUSBMon.SvcDesc%
     68[VBoxUSBMon_Service]
     69DisplayName    = %VBoxUSBMon.SVCDESC%
    6170ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
    6271;StartType      = 3                  ; SERVICE_DEMAND_START
     
    6574ServiceBinary  = %12%\VBoxUSBMon.sys
    6675
    67 [VBoxUSBMon.AddEventLog]
    68 AddReg         = VBoxUSBMon.AddEventLogRegistry
     76[VBoxUSBMon_AddEventLog]
     77AddReg         = VBoxUSBMon_AddEventLogRegistry
    6978
    70 [VBoxUSBMon.AddEventLogRegistry]
     79[VBoxUSBMon_AddEventLogRegistry]
    7180HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
    7281HKR,,TypesSupported,0x00010001,7
    7382
    74 [SourceDisksNames]
    75 1 = %VBoxUSBMon.MediaDesc%
     83[Strings]
     84ORACLE = "Oracle Corporation"
     85VBoxUSBMon.SVCDESC = "VirtualBox USB Monitor Service"
     86VBoxUSBMon.DRVDESC = "VirtualBox USB Monitor Driver"
     87VBoxUSBMon.DSKDESC = "VirtualBox USB Monitor Driver Installation Disk"
    7688
    77 [SourceDisksFiles]
    78 VBoxUSBMon.sys = 1
    79 
    80 [DestinationDirs]
    81 DefaultDestDir = 12   ; DIRID_DRIVERS
    82 
    83 [Strings]
    84 ORACLE               = "Oracle Corporation"
    85 VBoxUSBMon.SvcDesc   = "VirtualBox USB Monitor Driver"
    86 VBoxUSBMon.DrvDesc   = "VirtualBox USB Monitor Driver"
    87 VBoxUSBMon.MediaDesc = "VirtualBox USB Monitor Driver Disc"
    88 
    89 ; Useful constants
    90 SERVICE_KERNEL_DRIVER = 1
    91 SERVICE_DEMAND_START  = 3
    92 SERVICE_ERROR_IGNORE  = 0
    93 REG_EXPAND_SZ         = 0x00020000
    94 REG_DWORD             = 0x00010001
Note: See TracChangeset for help on using the changeset viewer.

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