VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf@ 67954

Last change on this file since 67954 was 62534, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1; $Id: VBoxDrv.inf 62534 2016-07-22 19:30:22Z vboxsync $
2;; @file
3; VirtualBox Support Driver - Windows Driver INF file.
4;
5
6;
7; Copyright (C) 2006-2016 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={ce4a90b5-1d8c-435d-b349-232ce55cb17f}
31Provider=%ORACLE%
32;edit-DriverVer=08/26/2008,2.00.0000
33DriverPackageType=KernelService
34;cat CatalogFile=VBoxDrv.cat
35
36[DestinationDirs]
37DefaultDestDir = 12
38
39[DefaultInstall]
40CopyFiles=VBoxDrv.CopyFiles
41
42[DefaultInstall.Services]
43AddService=VBoxDrv,0x00000002,VBoxDrv_Service
44
45[Manufacturer]
46;x86 %ORACLE%=ORACLE
47;amd64 %ORACLE%=ORACLE, NTamd64
48
49[SourceDisksFiles]
50VBoxDrv.sys=1
51
52[SourceDisksNames]
531=%DISK_NAME%,
54
55[VBoxDrv.CopyFiles]
56VBoxDrv.sys
57
58[VBoxDrv_Service]
59DisplayName = %VBoxDrv.SVCDESC%
60ServiceType = 1 ; SERVICE_KERNEL_DRIVER
61;StartType = 3 ; SERVICE_DEMAND_START
62StartType = 1 ; autostart to fix Vista problem
63ErrorControl = 1 ; SERVICE_ERROR_NORMAL
64ServiceBinary = %12%\VBoxDrv.sys
65
66[Strings]
67ORACLE = "Oracle Corporation"
68VBoxDrv.SVCDESC = "VirtualBox Service"
69VBoxDrv.DRVDESC = "VirtualBox Driver"
70DISK_NAME = "VirtualBox Driver Installation Disk"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use