VirtualBox

Ignore:
Timestamp:
Apr 23, 2018 3:47:24 PM (7 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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