VirtualBox

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

Last change on this file since 48435 was 36184, checked in by vboxsync, 14 years ago

rework NetFlt/Adp

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