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]
|
---|
28 | signature = "$Windows NT$"
|
---|
29 | ;cat CatalogFile = VBoxNetFlt.cat
|
---|
30 | Class = Net
|
---|
31 | ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
|
---|
32 | Provider = %Provider%
|
---|
33 | ;DriverPackageType=NdisImMiniport
|
---|
34 | ;DriverPackageDisplayName=%VBoxNetFltMP_Desc%
|
---|
35 | ;edit-DriverVer=08/13/2008,1.1.0.1
|
---|
36 |
|
---|
37 | [ControlFlags]
|
---|
38 | ExcludeFromSelect = sun_VBoxNetFltmp
|
---|
39 |
|
---|
40 | [DestinationDirs]
|
---|
41 | DefaultDestDir=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]
|
---|
57 | Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
|
---|
58 | CopyFiles =
|
---|
59 |
|
---|
60 | [VBoxNetFltMP.ndi.Services]
|
---|
61 | AddService = VBoxNetFlt,0x2, VBoxNetFltMP.AddService
|
---|
62 |
|
---|
63 | [VBoxNetFltMP.AddService]
|
---|
64 | ServiceType = 1 ;SERVICE_KERNEL_DRIVER
|
---|
65 | StartType = 3 ;SERVICE_DEMAND_START
|
---|
66 | ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
---|
67 | ServiceBinary = %12%\VBoxNetFlt.sys
|
---|
68 |
|
---|
69 | [VBoxNetFltMP.AddService.AddReg]
|
---|
70 |
|
---|
71 | [Strings]
|
---|
72 | Provider = "Oracle Corporation"
|
---|
73 | VBoxNetFltMP_Desc = "VirtualBox Bridged Networking Driver Miniport"
|
---|
74 |
|
---|
75 | [SourceDisksNames]
|
---|
76 |
|
---|
77 | [SourceDisksFiles]
|
---|
78 |
|
---|