VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf@ 55747

Last change on this file since 55747 was 55473, checked in by vboxsync, 10 years ago

USB: Increased the number of supported drivers to 5, added Event Log error message when out of slots.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1;
2; VBox USB Monitor driver
3;
4; Installation file
5;
6; Copyright (C) 2011 Oracle Corporation
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16
17[Version]
18Signature = "$Windows NT$"
19Provider = %ORACLE%
20;edit-DriverVer = 08/26/2008,2.00.0000
21DriverPackageType = KernelService
22Class = System
23ClassGuid = {ce4a90b5-1d8c-435d-b349-232ce55cb17f}
24;cat CatalogFile = VBoxUSBMon.cat
25
26[Manufacturer]
27;x86 %ORACLE%=ORACLE
28;amd64 %ORACLE%=ORACLE, NTamd64
29
30[DefaultInstall.NT]
31CopyFiles = VBoxUSBMonitor.CopyFiles
32
33[VBoxUSBMonitor.CopyFiles]
34VBoxUSBMon.sys
35
36[DefaultInstall.NT.Services]
37AddService = VBoxUSBMon, 0x00000002, VBoxUSBMon_Service_Inst, VBoxUSBMon_EventLog_Inst
38
39[VBoxUSBMon_Service_Inst]
40DisplayName = %VBoxUSBMon.SvcDesc%
41ServiceType = 1 ; SERVICE_KERNEL_DRIVER
42;StartType = 3 ; SERVICE_DEMAND_START
43StartType = 1 ; autostart to fix Vista problem
44ErrorControl = 1 ; SERVICE_ERROR_NORMAL
45ServiceBinary = %12%\VBoxUSBMon.sys
46
47[VBoxUSBMon_EventLog_Inst]
48AddReg = VBoxUSBMon_EventLog_AddReg
49
50[VBoxUSBMon_EventLog_AddReg]
51HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
52HKR,,TypesSupported,0x00010001,7
53
54[SourceDisksNames]
551 = %VBoxUSBMon.MediaDesc%
56
57[SourceDisksFiles]
58VBoxUSBMon.sys = 1
59
60[DestinationDirs]
61DefaultDestDir = 12 ; DIRID_DRIVERS
62
63[Strings]
64ORACLE = "Oracle Corporation"
65VBoxUSBMon.SvcDesc = "VirtualBox USB Monitor Driver"
66VBoxUSBMon.MediaDesc = "VirtualBox USB Monitor Driver Disc"
67
68; Useful constants
69SERVICE_KERNEL_DRIVER = 1
70SERVICE_DEMAND_START = 3
71SERVICE_ERROR_IGNORE = 0
72REG_EXPAND_SZ = 0x00020000
73REG_DWORD = 0x00010001
Note: See TracBrowser for help on using the repository browser.

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