VirtualBox

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

Last change on this file since 32189 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

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