VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM.inf@ 58956

Last change on this file since 58956 was 56293, checked in by vboxsync, 10 years ago

HostDrivers: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1; $Id: VBoxNetFltM.inf 56293 2015-06-09 14:23:56Z vboxsync $
2; @file
3; VBoxNetFltM.inf - VirtualBox Bridged Networking Driver inf file
4; Miniport edge
5;
6;
7; Copyright (C) 2011-2015 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
18[Version]
19signature = "$Windows NT$"
20;cat CatalogFile = VBoxNetFlt.cat
21Class = Net
22ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
23Provider = %Provider%
24;DriverPackageType=NdisImMiniport
25;DriverPackageDisplayName=%VBoxNetFltMP_Desc%
26;edit-DriverVer=08/13/2008,1.1.0.1
27
28[ControlFlags]
29ExcludeFromSelect = sun_VBoxNetFltmp
30
31[DestinationDirs]
32DefaultDestDir=12
33; No files to copy
34
35[Manufacturer]
36%Provider% = VBox,NTx86,NTamd64
37
38[VBox]
39%VBoxNetFltMP_Desc% = VBoxNetFltMP.ndi, sun_VBoxNetFltmp
40
41[VBox.NTx86]
42%VBoxNetFltMP_Desc% = VBoxNetFltMP.ndi, sun_VBoxNetFltmp
43
44[VBox.NTamd64]
45%VBoxNetFltMP_Desc% = VBoxNetFltMP.ndi, sun_VBoxNetFltmp
46
47[VBoxNetFltMP.ndi]
48Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
49CopyFiles =
50
51[VBoxNetFltMP.ndi.Services]
52AddService = VBoxNetFlt,0x2, VBoxNetFltMP.AddService
53
54[VBoxNetFltMP.AddService]
55ServiceType = 1 ;SERVICE_KERNEL_DRIVER
56StartType = 3 ;SERVICE_DEMAND_START
57ErrorControl = 1 ;SERVICE_ERROR_NORMAL
58ServiceBinary = %12%\VBoxNetFlt.sys
59
60[VBoxNetFltMP.AddService.AddReg]
61
62[Strings]
63Provider = "Oracle Corporation"
64VBoxNetFltMP_Desc = "VirtualBox Bridged Networking Driver Miniport"
65
66[SourceDisksNames]
67
68[SourceDisksFiles]
69
70
71
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