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]
|
---|
28 | Signature = "$Windows NT$"
|
---|
29 | ;cat CatalogFile = VBoxNetFlt.cat
|
---|
30 | Class = NetService
|
---|
31 | ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
|
---|
32 | Provider = %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]
|
---|
53 | AddReg = VBoxNetFlt.ndi.AddReg, VBoxNetFlt.AddReg
|
---|
54 | Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL
|
---|
55 | CopyFiles = VBoxNetFlt.Files.DLL, VBoxNetFlt.Files.Sys
|
---|
56 | CopyInf = VBoxNetFltM.inf
|
---|
57 |
|
---|
58 | [VBoxNetFlt.ndi.Remove]
|
---|
59 | DelFiles = VBoxNetFlt.Files.DLL, VBoxNetFlt.Files.Sys
|
---|
60 |
|
---|
61 | [VBoxNetFlt.ndi.Services]
|
---|
62 | AddService = VBoxNetFlt,, VBoxNetFlt.AddService
|
---|
63 |
|
---|
64 | [VBoxNetFlt.AddService]
|
---|
65 | DisplayName = %VBoxNetFltService_Desc%
|
---|
66 | ServiceType = 1 ;SERVICE_KERNEL_DRIVER
|
---|
67 | StartType = 3 ;SERVICE_DEMAND_START
|
---|
68 | ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
---|
69 | ServiceBinary = %12%\VBoxNetFlt.sys
|
---|
70 | LoadOrderGroup = PNP_TDI
|
---|
71 | AddReg = VBoxNetFlt.AddService.AddReg
|
---|
72 |
|
---|
73 |
|
---|
74 | [VBoxNetFlt.AddService.AddReg]
|
---|
75 |
|
---|
76 | [SourceDisksNames]
|
---|
77 | 1=%DiskDescription%,"",,
|
---|
78 |
|
---|
79 | [SourceDisksFiles]
|
---|
80 | VBoxNetFlt.sys=1
|
---|
81 | VBoxNetFltNobj.dll=1
|
---|
82 |
|
---|
83 | [DestinationDirs]
|
---|
84 | DefaultDestDir = 12
|
---|
85 | VBoxNetFlt.Files.DLL = 11 ; %windir%\System32
|
---|
86 | VBoxNetFlt.Files.Sys = 12 ; %windir%\System32\drivers
|
---|
87 |
|
---|
88 | [VBoxNetFlt.Files.Sys]
|
---|
89 | VBoxNetFlt.sys,,,2
|
---|
90 |
|
---|
91 | [VBoxNetFlt.Files.DLL]
|
---|
92 | VBoxNetFltNobj.dll,,,2
|
---|
93 |
|
---|
94 | [VBoxNetFlt.ndi.AddReg]
|
---|
95 | HKR, Ndi, HelpText, , %VBoxNetFlt_HELP%
|
---|
96 | HKR, Ndi, ClsID, 0, {f374d1a0-bf08-4bdc-9cb2-c15ddaeef955}
|
---|
97 | HKR, Ndi, ComponentDll, , VBoxNetFltNobj.dll
|
---|
98 | HKR, Ndi, FilterClass, , failover
|
---|
99 | HKR, Ndi, FilterDeviceInfId, , sun_VBoxNetFltmp
|
---|
100 | HKR, Ndi, Service, , VBoxNetFlt
|
---|
101 | HKR, Ndi\Interfaces, UpperRange, , noupper
|
---|
102 | HKR, Ndi\Interfaces, LowerRange, , nolower
|
---|
103 | HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, nolower"
|
---|
104 |
|
---|
105 | [VBoxNetFlt.AddReg]
|
---|
106 | HKR, Parameters, Param1, 0, 4
|
---|
107 |
|
---|
108 | [Strings]
|
---|
109 | Provider = "Oracle Corporation"
|
---|
110 | DiskDescription = "VirtualBox Bridged Networking Driver"
|
---|
111 | VBoxNetFlt_Desc = "VirtualBox Bridged Networking Driver"
|
---|
112 | VBoxNetFlt_HELP = "VirtualBox Bridged Networking Driver"
|
---|
113 | VBoxNetFltService_Desc = "VirtualBox Bridged Networking Service"
|
---|