VirtualBox

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

Last change on this file since 38436 was 36968, checked in by vboxsync, 14 years ago

rework usb

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 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
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[SourceDisksNames]
481 = %VBoxUSBMon.MediaDesc%
49
50[SourceDisksFiles]
51VBoxUSBMon.sys = 1
52
53[DestinationDirs]
54DefaultDestDir = 12 ; DIRID_DRIVERS
55
56[Strings]
57ORACLE = "Oracle Corporation"
58VBoxUSBMon.SvcDesc = "VirtualBox USB Monitor Driver"
59VBoxUSBMon.MediaDesc = "VirtualBox USB Monitor Driver Disc"
60
61; Useful constants
62SERVICE_KERNEL_DRIVER = 1
63SERVICE_DEMAND_START = 3
64SERVICE_ERROR_IGNORE = 0
65REG_EXPAND_SZ = 0x00020000
66REG_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