VirtualBox

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

Last change on this file since 98103 was 98103, checked in by vboxsync, 2 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
Line 
1; $Id: VBoxNetLwf.inf 98103 2023-01-17 14:15:46Z vboxsync $
2; @file
3; VBoxNetLwf.inf - VirtualBox Bridged Networking Driver inf file
4;
5
6;
7; Copyright (C) 2014-2023 Oracle and/or its affiliates.
8;
9; This file is part of VirtualBox base platform packages, as
10; available from https://www.virtualbox.org.
11;
12; This program is free software; you can redistribute it and/or
13; modify it under the terms of the GNU General Public License
14; as published by the Free Software Foundation, in version 3 of the
15; License.
16;
17; This program is distributed in the hope that it will be useful, but
18; WITHOUT ANY WARRANTY; without even the implied warranty of
19; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; You should have received a copy of the GNU General Public License
23; along with this program; if not, see <https://www.gnu.org/licenses>.
24;
25; The contents of this file may alternatively be used under the terms
26; of the Common Development and Distribution License Version 1.0
27; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28; in the VirtualBox distribution, in which case the provisions of the
29; CDDL are applicable instead of those of the GPL.
30;
31; You may elect to license modified versions of this file under the
32; terms and conditions of either the GPL or the CDDL or both.
33;
34; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35;
36
37[Version]
38Signature = "$Windows NT$"
39;cat CatalogFile = VBoxNetLwf.cat
40Class = NetService
41ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
42Provider = %Provider%
43;edit-DriverVer=10/23/2014,1.0.1.0
44
45
46[Manufacturer]
47%Provider% = VBox,NTx86,NTamd64
48
49[ControlFlags]
50
51[VBox]
52%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
53
54[VBox.NTx86]
55%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
56
57[VBox.NTamd64]
58%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
59
60[VBoxNetLwf.ndi]
61AddReg = VBoxNetLwf.ndi.AddReg, VBoxNetLwf.AddReg
62Characteristics = 0x40000 ; NCF_LW_FILTER
63CopyFiles = VBoxNetLwf.Files.Sys
64NetCfgInstanceId = "{7af6b074-048d-4444-bfce-1ecc8bc5cb76}"
65
66[VBoxNetLwf.ndi.Remove.Services]
67DelService = VBoxNetLwf,0x200 ; Stop the service before uninstalling
68
69[VBoxNetLwf.ndi.Services]
70AddService = VBoxNetLwf,, VBoxNetLwf.AddService, VBoxNetLwf.AddEventLog
71
72[VBoxNetLwf.AddService]
73DisplayName = %VBoxNetLwfService_Desc%
74ServiceType = 1 ;SERVICE_KERNEL_DRIVER
75StartType = 1 ;SERVICE_SYSTEM_START
76ErrorControl = 1 ;SERVICE_ERROR_NORMAL
77ServiceBinary = %12%\VBoxNetLwf.sys
78LoadOrderGroup = NDIS
79AddReg = VBoxNetLwf.AddService.AddReg
80
81[VBoxNetLwf.AddService.AddReg]
82
83[VBoxNetLwf.AddEventLog]
84AddReg = VBoxNetLwf.AddEventLog.AddReg
85
86[VBoxNetLwf.AddEventLog.AddReg]
87HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
88HKR,,TypesSupported,0x00010001,7
89
90
91[SourceDisksNames]
921=%DiskDescription%,"",,
93
94[SourceDisksFiles]
95VBoxNetLwf.sys=1
96
97[DestinationDirs]
98DefaultDestDir = 12
99VBoxNetLwf.Files.Sys = 12 ; %windir%\System32\drivers
100
101[VBoxNetLwf.Files.Sys]
102VBoxNetLwf.sys,,,2
103
104
105[VBoxNetLwf.ndi.AddReg]
106HKR, Ndi, HelpText, , %VBoxNetLwf_HELP%
107;HKR, Ndi, ClsID, 0, {f374d1a0-bf08-4bdc-9cb2-c15ddaeef955}
108;HKR, Ndi, ComponentDll, , VBoxNetLwfNobj.dll
109HKR, Ndi, FilterClass, , compression
110HKR, Ndi, FilterType, 0x10001, 0x2
111HKR, Ndi, FilterRunType,0x10001, 2 ; OPTIONAL, to prevent unbinding of protocol drivers
112HKR, Ndi, Service, , VBoxNetLwf
113HKR, Ndi, CoServices, 0x10000, VBoxNetLwf
114HKR, Ndi\Interfaces, UpperRange, , noupper
115HKR, Ndi\Interfaces, LowerRange, , nolower
116HKR, Ndi\Interfaces, FilterMediaTypes, , ethernet
117
118[VBoxNetLwf.AddReg]
119;HKR, Parameters, Param1, 0, 4
120
121[Strings]
122Provider = "Oracle Corporation"
123DiskDescription = "VirtualBox NDIS6 Bridged Networking Driver"
124VBoxNetLwf_Desc = "VirtualBox NDIS6 Bridged Networking Driver"
125VBoxNetLwf_HELP = "VirtualBox NDIS6 Bridged Networking Driver"
126VBoxNetLwfService_Desc = "VirtualBox NDIS6 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