Changeset 71986 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf
- Timestamp:
- Apr 23, 2018 3:47:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf
r71975 r71986 26 26 27 27 [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.cat28 Signature="$Windows NT$" 29 Class=System 30 ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} 31 Provider=%ORACLE% 32 ;edit-DriverVer=08/26/2008,2.00.0000 33 DriverPackageType=KernelService 34 ;cat CatalogFile=VBoxUSBMon.cat 35 35 36 [Manufacturer] 37 ;x86 %ORACLE%=ORACLE 38 ;amd64 %ORACLE%=ORACLE, NTamd64 36 [DestinationDirs] 37 DefaultDestDir = 12 39 38 40 ;x86 [ORACLE] 41 ;amd64 [ORACLE.NTamd64] 42 %VBoxUSBMon.DrvDesc%=VBoxUSBMon, USB\VBoxUSBMon 39 [DefaultInstall@DOT-NT-ARCH@] 40 CopyFiles=VBoxUSBMon_CopyFiles 43 41 44 [ VBoxUSBMon]45 CopyFiles = VBoxUSBMon.CopyFiles 42 [DefaultInstall@[email protected]] 43 AddService=VBoxUSBMon,0x00000002,VBoxUSBMon_Service,VBoxUSBMon_AddEventLog 46 44 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 49 58 50 [VBoxUSBMon.CopyFiles] 59 [SourceDisksFiles] 60 VBoxUSBMon.sys=1 61 62 [SourceDisksNames] 63 1=%VBoxUSBMon.DSKDESC%, 64 65 [VBoxUSBMon_CopyFiles] 51 66 VBoxUSBMon.sys 52 67 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] 69 DisplayName = %VBoxUSBMon.SVCDESC% 61 70 ServiceType = 1 ; SERVICE_KERNEL_DRIVER 62 71 ;StartType = 3 ; SERVICE_DEMAND_START … … 65 74 ServiceBinary = %12%\VBoxUSBMon.sys 66 75 67 [VBoxUSBMon .AddEventLog]68 AddReg = VBoxUSBMon .AddEventLogRegistry76 [VBoxUSBMon_AddEventLog] 77 AddReg = VBoxUSBMon_AddEventLogRegistry 69 78 70 [VBoxUSBMon .AddEventLogRegistry]79 [VBoxUSBMon_AddEventLogRegistry] 71 80 HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll" 72 81 HKR,,TypesSupported,0x00010001,7 73 82 74 [SourceDisksNames] 75 1 = %VBoxUSBMon.MediaDesc% 83 [Strings] 84 ORACLE = "Oracle Corporation" 85 VBoxUSBMon.SVCDESC = "VirtualBox USB Monitor Service" 86 VBoxUSBMon.DRVDESC = "VirtualBox USB Monitor Driver" 87 VBoxUSBMon.DSKDESC = "VirtualBox USB Monitor Driver Installation Disk" 76 88 77 [SourceDisksFiles]78 VBoxUSBMon.sys = 179 80 [DestinationDirs]81 DefaultDestDir = 12 ; DIRID_DRIVERS82 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 constants90 SERVICE_KERNEL_DRIVER = 191 SERVICE_DEMAND_START = 392 SERVICE_ERROR_IGNORE = 093 REG_EXPAND_SZ = 0x0002000094 REG_DWORD = 0x00010001
Note:
See TracChangeset
for help on using the changeset viewer.