VirtualBox

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

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

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1; $Id: VBoxNetFlt.inf 76553 2019-01-01 01:45:53Z vboxsync $
2;; @file
3; VBoxNetFlt.inf - VirtualBox Bridged Networking Driver inf file Protocol edge
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$"
29;cat CatalogFile = VBoxNetFlt.cat
30Class = NetService
31ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
32Provider = %Provider%
33;DriverPackageType=Network
34;DriverPackageDisplayName=%VBoxNetFlt_Desc%
35;edit-DriverVer=08/13/2008,1.1.0.1
36
37
38[Manufacturer]
39%Provider% = VBox,NTx86,NTamd64
40
41[ControlFlags]
42
43[VBox]
44%VBoxNetFlt_Desc% = VBoxNetFlt.ndi, sun_VBoxNetFlt
45
46[VBox.NTx86]
47%VBoxNetFlt_Desc% = VBoxNetFlt.ndi, sun_VBoxNetFlt
48
49[VBox.NTamd64]
50%VBoxNetFlt_Desc% = VBoxNetFlt.ndi, sun_VBoxNetFlt
51
52[VBoxNetFlt.ndi]
53AddReg = VBoxNetFlt.ndi.AddReg, VBoxNetFlt.AddReg
54Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL
55CopyFiles = VBoxNetFlt.Files.DLL, VBoxNetFlt.Files.Sys
56CopyInf = VBoxNetFltM.inf
57
58[VBoxNetFlt.ndi.Remove]
59DelFiles = VBoxNetFlt.Files.DLL, VBoxNetFlt.Files.Sys
60
61[VBoxNetFlt.ndi.Services]
62AddService = VBoxNetFlt,, VBoxNetFlt.AddService
63
64[VBoxNetFlt.AddService]
65DisplayName = %VBoxNetFltService_Desc%
66ServiceType = 1 ;SERVICE_KERNEL_DRIVER
67StartType = 3 ;SERVICE_DEMAND_START
68ErrorControl = 1 ;SERVICE_ERROR_NORMAL
69ServiceBinary = %12%\VBoxNetFlt.sys
70LoadOrderGroup = PNP_TDI
71AddReg = VBoxNetFlt.AddService.AddReg
72
73
74[VBoxNetFlt.AddService.AddReg]
75
76[SourceDisksNames]
771=%DiskDescription%,"",,
78
79[SourceDisksFiles]
80VBoxNetFlt.sys=1
81VBoxNetFltNobj.dll=1
82
83[DestinationDirs]
84DefaultDestDir = 12
85VBoxNetFlt.Files.DLL = 11 ; %windir%\System32
86VBoxNetFlt.Files.Sys = 12 ; %windir%\System32\drivers
87
88[VBoxNetFlt.Files.Sys]
89VBoxNetFlt.sys,,,2
90
91[VBoxNetFlt.Files.DLL]
92VBoxNetFltNobj.dll,,,2
93
94[VBoxNetFlt.ndi.AddReg]
95HKR, Ndi, HelpText, , %VBoxNetFlt_HELP%
96HKR, Ndi, ClsID, 0, {f374d1a0-bf08-4bdc-9cb2-c15ddaeef955}
97HKR, Ndi, ComponentDll, , VBoxNetFltNobj.dll
98HKR, Ndi, FilterClass, , failover
99HKR, Ndi, FilterDeviceInfId, , sun_VBoxNetFltmp
100HKR, Ndi, Service, , VBoxNetFlt
101HKR, Ndi\Interfaces, UpperRange, , noupper
102HKR, Ndi\Interfaces, LowerRange, , nolower
103HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, nolower"
104
105[VBoxNetFlt.AddReg]
106HKR, Parameters, Param1, 0, 4
107
108[Strings]
109Provider = "Oracle Corporation"
110DiskDescription = "VirtualBox Bridged Networking Driver"
111VBoxNetFlt_Desc = "VirtualBox Bridged Networking Driver"
112VBoxNetFlt_HELP = "VirtualBox Bridged Networking Driver"
113VBoxNetFltService_Desc = "VirtualBox Bridged Networking Service"
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