VirtualBox

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

Last change on this file since 25336 was 21407, checked in by vboxsync, 16 years ago

OSE headers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1;
2; VirtualBox Network Adapter
3;
4
5;
6; Copyright (C) 2008 Sun Microsystems, Inc.
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; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17; Clara, CA 95054 USA or visit http://www.sun.com if you need
18; additional information or have any questions.
19;
20
21;
22; Based in part on Microsoft DDK sample code for Ndis Intermediate Miniport passthru driver sample.
23; Copyright (c) 1993-1999, Microsoft Corporation
24;
25
26[Version]
27signature = "$Windows NT$"
28;cat CatalogFile = VBoxNetAdp.cat
29Class = Net
30ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
31Provider = %Provider%
32; DriverPackageType=Network
33; DriverPackageDisplayName=%VBoxNetAdp_Desc%
34;edit-DriverVer=08/13/2008,1.1.0.1
35
36[ControlFlags]
37;ExcludeFromSelect = sun_VBoxNetAdp
38
39[SourceDisksNames]
401=%DiskDescription%,"",,
41
42[SourceDisksFiles]
43VBoxNetAdp.sys=1
44
45[DestinationDirs]
46DefaultDestDir = 12
47VBoxNetAdp.Files.Sys = 12 ; %windir%\System32\drivers
48
49[Manufacturer]
50%Provider% = VBox,NTx86,NTia64,NTamd64
51
52; For Win2K
53[VBox]
54%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
55
56; For XP and later
57[VBox.NTx86]
58%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
59
60[VBox.NTia64]
61%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
62
63[VBox.NTamd64]
64%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
65
66[VBoxNetAdp.ndi]
67Characteristics = 0x4 ; NCF_PHYSICAL
68CopyFiles = VBoxNetAdp.Files.Sys
69AddReg = VBoxNetAdp.AddReg
70BusType = 1
71
72[VBoxNetAdp.Files.Sys]
73VBoxNetAdp.sys,,,2
74
75[VBoxNetAdp.ndi.Services]
76AddService = VBoxNetAdp,0x2, VBoxNetAdp.AddService
77
78
79[VBoxNetAdp.AddService]
80DisplayName = %VBoxNetAdp_Desc%
81ServiceType = 1 ;SERVICE_KERNEL_DRIVER
82StartType = 3 ;SERVICE_DEMAND_START
83ErrorControl = 1 ;SERVICE_ERROR_NORMAL
84ServiceBinary = %12%\VBoxNetAdp.sys
85LoadOrderGroup = NDIS
86
87[VBoxNetAdp.AddReg]
88;HKR, , BusNumber, 0, "0"
89HKR, Ndi, Service, 0, "VBoxNetAdp"
90HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
91HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
92
93[VBoxNetAdp.AddService]
94; ----------------------------------------------------------------------
95; Add any miniport-specific parameters here. These are params that your
96; [filter] device is going to use.
97;
98;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
99;HKR, Parameters, ParameterName2, 0x10001, 4
100
101[Strings]
102Provider = "Sun Microsystems, Inc."
103VBoxNetAdp_Desc = "VirtualBox Host-Only Ethernet Adapter"
104DiskDescription = "VirtualBox Host-Only Ethernet Adapter"
105
106
107
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