VirtualBox

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

Last change on this file since 98103 was 98103, checked in by vboxsync, 2 years ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1; $Id: VBoxNetAdp6.inf 98103 2023-01-17 14:15:46Z 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;
9; Copyright (C) 2014-2023 Oracle and/or its affiliates.
10;
11; This file is part of VirtualBox base platform packages, as
12; available from https://www.virtualbox.org.
13;
14; This program is free software; you can redistribute it and/or
15; modify it under the terms of the GNU General Public License
16; as published by the Free Software Foundation, in version 3 of the
17; License.
18;
19; This program is distributed in the hope that it will be useful, but
20; WITHOUT ANY WARRANTY; without even the implied warranty of
21; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22; General Public License for more details.
23;
24; You should have received a copy of the GNU General Public License
25; along with this program; if not, see <https://www.gnu.org/licenses>.
26;
27; The contents of this file may alternatively be used under the terms
28; of the Common Development and Distribution License Version 1.0
29; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
30; in the VirtualBox distribution, in which case the provisions of the
31; CDDL are applicable instead of those of the GPL.
32;
33; You may elect to license modified versions of this file under the
34; terms and conditions of either the GPL or the CDDL or both.
35;
36; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
37;
38
39[Version]
40Signature = "$Windows NT$"
41;cat CatalogFile = VBoxNetAdp6.cat
42Class = Net
43ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
44Provider = %Provider%
45;edit-DriverVer=10/23/2014,1.0.1.0
46
47
48[Manufacturer]
49%Provider% = VBox,NTx86,NTamd64
50
51[ControlFlags]
52
53[VBox]
54%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
55
56[VBox.NTx86]
57%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
58
59[VBox.NTamd64]
60%VBoxNetAdp6_Desc% = VBoxNetAdp6.ndi, sun_VBoxNetAdp
61
62[VBoxNetAdp6.ndi]
63AddReg = VBoxNetAdp6.ndi.AddReg
64Characteristics = 0x1 ; NCF_VIRTUAL
65*IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD
66*MediaType = 0x0 ; NdisMedium802_3
67*PhysicalMediaType = 14 ; NdisPhysicalMedium802_3
68CopyFiles = VBoxNetAdp6.Files.Sys
69
70[VBoxNetAdp6.ndi.Services]
71AddService = VBoxNetAdp, 2, VBoxNetAdp6.AddService
72
73[VBoxNetAdp6.AddService]
74DisplayName = %VBoxNetAdp6Service_Desc%
75ServiceType = 1 ;SERVICE_KERNEL_DRIVER
76StartType = 3 ;SERVICE_DEMAND_START
77ErrorControl = 1 ;SERVICE_ERROR_NORMAL
78ServiceBinary = %12%\VBoxNetAdp6.sys
79LoadOrderGroup = NDIS
80
81[SourceDisksNames]
821=%DiskDescription%,"",,
83
84[SourceDisksFiles]
85VBoxNetAdp6.sys=1
86
87[DestinationDirs]
88DefaultDestDir = 12
89VBoxNetAdp6.Files.Sys = 12 ; %windir%\System32\drivers
90
91[VBoxNetAdp6.Files.Sys]
92VBoxNetAdp6.sys,,,2
93
94[VBoxNetAdp6.ndi.AddReg]
95HKR, , *NdisDeviceType, 0x00010001, 1 ; NDIS_DEVICE_TYPE_ENDPOINT
96HKR, , BusNumber, 0, "0"
97HKR, Ndi, Service, 0, VBoxNetAdp
98HKR, Ndi, HelpText, , %VBoxNetAdp6_HELP%
99HKR, Ndi\Interfaces, UpperRange, 0, ndis5
100HKR, Ndi\Interfaces, LowerRange, 0, ethernet
101
102[Strings]
103Provider = "Oracle Corporation"
104DiskDescription = "VirtualBox NDIS 6.0 Miniport Driver"
105VBoxNetAdp6_Desc = "VirtualBox Host-Only Ethernet Adapter"
106VBoxNetAdp6_HELP = "VirtualBox NDIS 6.0 Miniport Driver"
107VBoxNetAdp6Service_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