VirtualBox

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

Last change on this file since 79846 was 76925, checked in by vboxsync, 6 years ago

Windows host drivers: Use SERVICE_DEMAND_START (3) instead of SERVICE_SYSTEM_START (1) for VBoxDrv and VBoxUSBMon.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1; $Id: VBoxUSBMon.inf 76925 2019-01-21 16:50:06Z vboxsync $
2;; @file
3; VBox USB Monitor driver - Installation file
4;
5
6;
7; Copyright (C) 2011-2019 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17; The contents of this file may alternatively be used under the terms
18; of the Common Development and Distribution License Version 1.0
19; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20; VirtualBox OSE distribution, in which case the provisions of the
21; CDDL are applicable instead of those of the GPL.
22;
23; You may elect to license modified versions of this file under the
24; terms and conditions of either the GPL or the CDDL or both.
25;
26
27[Version]
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
35
36[DestinationDirs]
37DefaultDestDir = 12
38
39[DefaultInstall@DOT-NT-ARCH@]
40CopyFiles=VBoxUSBMon_CopyFiles
41
42[DefaultInstall@[email protected]]
43AddService=VBoxUSBMon,0x00000002,VBoxUSBMon_Service,VBoxUSBMon_AddEventLog
44
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
58
59[SourceDisksFiles]
60VBoxUSBMon.sys=1
61
62[SourceDisksNames]
631=%VBoxUSBMon.DSKDESC%,
64
65[VBoxUSBMon_CopyFiles]
66VBoxUSBMon.sys
67
68[VBoxUSBMon_Service]
69DisplayName = %VBoxUSBMon.SVCDESC%
70ServiceType = 1 ; SERVICE_KERNEL_DRIVER
71StartType = 3 ; SERVICE_DEMAND_START
72ErrorControl = 1 ; SERVICE_ERROR_NORMAL
73ServiceBinary = %12%\VBoxUSBMon.sys
74
75[VBoxUSBMon_AddEventLog]
76AddReg = VBoxUSBMon_AddEventLogRegistry
77
78[VBoxUSBMon_AddEventLogRegistry]
79HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
80HKR,,TypesSupported,0x00010001,7
81
82[Strings]
83ORACLE = "Oracle Corporation"
84VBoxUSBMon.SVCDESC = "VirtualBox USB Monitor Service"
85VBoxUSBMon.DRVDESC = "VirtualBox USB Monitor Driver"
86VBoxUSBMon.DSKDESC = "VirtualBox USB Monitor Driver Installation Disk"
87
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