VirtualBox

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

Last change on this file since 62865 was 62534, checked in by vboxsync, 8 years ago

(C) 2016

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1; $Id: VBoxNetAdp6.inf 62534 2016-07-22 19:30:22Z 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.Remove.Services]
51DelService = VBoxNetAdp,0x200 ; Stop the service before uninstalling
52
53[VBoxNetAdp6.ndi.Services]
54AddService = VBoxNetAdp, 2, VBoxNetAdp6.AddService
55
56[VBoxNetAdp6.AddService]
57DisplayName = %VBoxNetAdp6Service_Desc%
58ServiceType = 1 ;SERVICE_KERNEL_DRIVER
59StartType = 1 ;SERVICE_SYSTEM_START
60ErrorControl = 1 ;SERVICE_ERROR_NORMAL
61ServiceBinary = %12%\VBoxNetAdp6.sys
62LoadOrderGroup = NDIS
63
64[SourceDisksNames]
651=%DiskDescription%,"",,
66
67[SourceDisksFiles]
68VBoxNetAdp6.sys=1
69
70[DestinationDirs]
71DefaultDestDir = 12
72VBoxNetAdp6.Files.Sys = 12 ; %windir%\System32\drivers
73
74[VBoxNetAdp6.Files.Sys]
75VBoxNetAdp6.sys,,,2
76
77[VBoxNetAdp6.ndi.AddReg]
78HKR, , *NdisDeviceType, 0x00010001, 1 ; NDIS_DEVICE_TYPE_ENDPOINT
79HKR, , BusNumber, 0, "0"
80HKR, Ndi, Service, 0, VBoxNetAdp
81HKR, Ndi, HelpText, , %VBoxNetAdp6_HELP%
82HKR, Ndi\Interfaces, UpperRange, 0, ndis5
83HKR, Ndi\Interfaces, LowerRange, 0, ethernet
84
85[Strings]
86Provider = "Oracle Corporation"
87DiskDescription = "VirtualBox NDIS 6.0 Miniport Driver"
88VBoxNetAdp6_Desc = "VirtualBox Host-Only Ethernet Adapter"
89VBoxNetAdp6_HELP = "VirtualBox NDIS 6.0 Miniport Driver"
90VBoxNetAdp6Service_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