VirtualBox

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

Last change on this file since 41010 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: 2.3 KB
Line 
1; $Id: VBoxNetAdp.inf 36184 2011-03-07 10:57:04Z vboxsync $
2; @file
3; VBoxNetAdp.inf - VirtualBox Host-Only Driver inf file
4;
5;
6; Copyright (C) 2011 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 = VBoxNetAdp.cat
20Class = Net
21ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
22Provider = %Provider%
23; DriverPackageType=Network
24; DriverPackageDisplayName=%VBoxNetAdp_Desc%
25;edit-DriverVer=08/13/2008,1.1.0.1
26
27[ControlFlags]
28;ExcludeFromSelect = sun_VBoxNetAdp
29
30[SourceDisksNames]
311=%DiskDescription%,"",,
32
33[SourceDisksFiles]
34VBoxNetAdp.sys=1
35
36[DestinationDirs]
37DefaultDestDir = 12
38VBoxNetAdp.Files.Sys = 12 ; %windir%\System32\drivers
39
40[Manufacturer]
41%Provider% = VBox,NTx86,NTia64,NTamd64
42
43[VBox]
44%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
45
46[VBox.NTx86]
47%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
48
49[VBox.NTia64]
50%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
51
52[VBox.NTamd64]
53%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
54
55[VBoxNetAdp.ndi]
56Characteristics = 0x4 ; NCF_PHYSICAL
57CopyFiles = VBoxNetAdp.Files.Sys
58AddReg = VBoxNetAdp.AddReg
59BusType = 1
60
61[VBoxNetAdp.Files.Sys]
62VBoxNetAdp.sys,,,2
63
64[VBoxNetAdp.ndi.Services]
65AddService = VBoxNetAdp,0x2, VBoxNetAdp.AddService
66
67[VBoxNetAdp.AddService]
68DisplayName = %VBoxNetAdp_Desc%
69ServiceType = 1 ;SERVICE_KERNEL_DRIVER
70StartType = 3 ;SERVICE_DEMAND_START
71ErrorControl = 1 ;SERVICE_ERROR_NORMAL
72ServiceBinary = %12%\VBoxNetAdp.sys
73LoadOrderGroup = NDIS
74
75[VBoxNetAdp.AddReg]
76;HKR, , BusNumber, 0, "0"
77HKR, Ndi, Service, 0, "VBoxNetAdp"
78HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
79HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
80
81[VBoxNetAdp.AddService]
82
83[Strings]
84Provider = "Oracle Corporation"
85VBoxNetAdp_Desc = "VirtualBox Host-Only Ethernet Adapter"
86DiskDescription = "VirtualBox Host-Only Ethernet Adapter"
87
88
89
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