VirtualBox

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

Last change on this file since 58788 was 56293, checked in by vboxsync, 9 years ago

HostDrivers: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1; $Id: VBoxNetLwf.inf 56293 2015-06-09 14:23:56Z vboxsync $
2; @file
3; VBoxNetLwf.inf - VirtualBox Bridged Networking Driver inf file
4;
5;
6; Copyright (C) 2014-2015 Oracle Corporation
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16
17[Version]
18Signature = "$Windows NT$"
19;cat CatalogFile = VBoxNetLwf.cat
20Class = NetService
21ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
22Provider = %Provider%
23;edit-DriverVer=10/23/2014,1.0.1.0
24
25
26[Manufacturer]
27%Provider% = VBox,NTx86,NTamd64
28
29[ControlFlags]
30
31[VBox]
32%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
33
34[VBox.NTx86]
35%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
36
37[VBox.NTamd64]
38%VBoxNetLwf_Desc% = VBoxNetLwf.ndi, oracle_VBoxNetLwf
39
40[VBoxNetLwf.ndi]
41AddReg = VBoxNetLwf.ndi.AddReg, VBoxNetLwf.AddReg
42Characteristics = 0x40000 ; NCF_LW_FILTER
43CopyFiles = VBoxNetLwf.Files.Sys
44NetCfgInstanceId = "{7af6b074-048d-4444-bfce-1ecc8bc5cb76}"
45
46[VBoxNetLwf.ndi.Remove.Services]
47DelService = VBoxNetLwf,0x200 ; Stop the service before uninstalling
48
49[VBoxNetLwf.ndi.Services]
50AddService = VBoxNetLwf,, VBoxNetLwf.AddService
51
52[VBoxNetLwf.AddService]
53DisplayName = %VBoxNetLwfService_Desc%
54ServiceType = 1 ;SERVICE_KERNEL_DRIVER
55StartType = 1 ;SERVICE_SYSTEM_START
56ErrorControl = 1 ;SERVICE_ERROR_NORMAL
57ServiceBinary = %12%\VBoxNetLwf.sys
58LoadOrderGroup = NDIS
59AddReg = VBoxNetLwf.AddService.AddReg
60
61[VBoxNetLwf.AddService.AddReg]
62
63[SourceDisksNames]
641=%DiskDescription%,"",,
65
66[SourceDisksFiles]
67VBoxNetLwf.sys=1
68
69[DestinationDirs]
70DefaultDestDir = 12
71VBoxNetLwf.Files.Sys = 12 ; %windir%\System32\drivers
72
73[VBoxNetLwf.Files.Sys]
74VBoxNetLwf.sys,,,2
75
76
77[VBoxNetLwf.ndi.AddReg]
78HKR, Ndi, HelpText, , %VBoxNetLwf_HELP%
79HKR, Ndi, ClsID, 0, {f374d1a0-bf08-4bdc-9cb2-c15ddaeef955}
80;HKR, Ndi, ComponentDll, , VBoxNetLwfNobj.dll
81HKR, Ndi, FilterClass, , compression
82HKR, Ndi, FilterType, 0x10001, 0x2
83HKR, Ndi, FilterRunType,0x10001, 2 ; OPTIONAL, to prevent unbinding of protocol drivers
84HKR, Ndi, Service, , VBoxNetLwf
85HKR, Ndi, CoServices, 0x10000, VBoxNetLwf
86HKR, Ndi\Interfaces, UpperRange, , noupper
87HKR, Ndi\Interfaces, LowerRange, , nolower
88HKR, Ndi\Interfaces, FilterMediaTypes, , ethernet
89
90[VBoxNetLwf.AddReg]
91;HKR, Parameters, Param1, 0, 4
92
93[Strings]
94Provider = "Oracle Corporation"
95DiskDescription = "VirtualBox NDIS6 Bridged Networking Driver"
96VBoxNetLwf_Desc = "VirtualBox NDIS6 Bridged Networking Driver"
97VBoxNetLwf_HELP = "VirtualBox NDIS6 Bridged Networking Driver"
98VBoxNetLwfService_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