VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp6.inf@ 68246

Last change on this file since 68246 was 66963, checked in by vboxsync, 8 years ago

NetAdp/Win: (bugref:8488) Allow installing NetAdp without NetLwf, load NetAdp on demand. Dropped useless 'Remove' section.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1; $Id: VBoxNetAdp6.inf 66963 2017-05-19 08:34:56Z vboxsync $
2; @file
3; VBoxNetAdp6.inf - VirtualBox NDIS6 Miniport Driver inf file
4;
5; Note: We use the same component id as the old NetAdp implementation ?
6;
7;
8; Copyright (C) 2014-2016 Oracle Corporation
9;
10; This file is part of VirtualBox Open Source Edition (OSE), as
11; available from http://www.virtualbox.org. This file is free software;
12; you can redistribute it and/or modify it under the terms of the GNU
13; General Public License (GPL) as published by the Free Software
14; Foundation, in version 2 as it comes in the "COPYING" file of the
15; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17;
18
19[Version]
20Signature = "$Windows NT$"
21;cat CatalogFile = VBoxNetAdp6.cat
22Class = Net
23ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
24Provider = %Provider%
25;edit-DriverVer=10/23/2014,1.0.1.0
26
27
28[Manufacturer]
29%Provider% = VBox,NTx86,NTamd64
30
31[ControlFlags]
32
33[VBox]
34%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
35
36[VBox.NTx86]
37%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
38
39[VBox.NTamd64]
40%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
41
42[VBoxNetAdp6.ndi]
43AddReg = VBoxNetAdp6.ndi.AddReg
44Characteristics = 0x1 ; NCF_VIRTUAL
45*IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD
46*MediaType = 0x0 ; NdisMedium802_3
47*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
48CopyFiles = VBoxNetAdp6.Files.Sys
49
50[VBoxNetAdp6.ndi.Services]
51AddService = VBoxNetAdp, 2, VBoxNetAdp6.AddService
52
53[VBoxNetAdp6.AddService]
54DisplayName = %VBoxNetAdp6Service_Desc%
55ServiceType = 1 ;SERVICE_KERNEL_DRIVER
56StartType = 3 ;SERVICE_DEMAND_START
57ErrorControl = 1 ;SERVICE_ERROR_NORMAL
58ServiceBinary = %12%\VBoxNetAdp6.sys
59LoadOrderGroup = NDIS
60
61[SourceDisksNames]
621=%DiskDescription%,"",,
63
64[SourceDisksFiles]
65VBoxNetAdp6.sys=1
66
67[DestinationDirs]
68DefaultDestDir = 12
69VBoxNetAdp6.Files.Sys = 12 ; %windir%\System32\drivers
70
71[VBoxNetAdp6.Files.Sys]
72VBoxNetAdp6.sys,,,2
73
74[VBoxNetAdp6.ndi.AddReg]
75HKR, , *NdisDeviceType, 0x00010001, 1 ; NDIS_DEVICE_TYPE_ENDPOINT
76HKR, , BusNumber, 0, "0"
77HKR, Ndi, Service, 0, VBoxNetAdp
78HKR, Ndi, HelpText, , %VBoxNetAdp6_HELP%
79HKR, Ndi\Interfaces, UpperRange, 0, ndis5
80HKR, Ndi\Interfaces, LowerRange, 0, ethernet
81
82[Strings]
83Provider = "Oracle Corporation"
84DiskDescription = "VirtualBox NDIS 6.0 Miniport Driver"
85VBoxNetAdp6_Desc = "VirtualBox Host-Only Ethernet Adapter"
86VBoxNetAdp6_HELP = "VirtualBox NDIS 6.0 Miniport Driver"
87VBoxNetAdp6Service_Desc = "VirtualBox NDIS 6.0 Miniport 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