VirtualBox

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

Last change on this file since 69498 was 69498, checked in by vboxsync, 7 years ago

backed out r118835 as it incorrectly updated the 'This file is based on' file headers.

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