VirtualBox

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

Last change on this file since 58788 was 56293, checked in by vboxsync, 9 years ago

HostDrivers: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1; $Id: VBoxNetAdp.inf 56293 2015-06-09 14:23:56Z vboxsync $
2; @file
3; VBoxNetAdp.inf - VirtualBox Host-Only Driver inf file
4;
5;
6; Copyright (C) 2011-2015 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[Version]
18signature = "$Windows NT$"
19;cat CatalogFile = VBoxNetAdp.cat
20Class = Net
21ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
22Provider = %Provider%
23; DriverPackageType=Network
24; DriverPackageDisplayName=%VBoxNetAdp_Desc%
25;edit-DriverVer=08/13/2008,1.1.0.1
26
27[ControlFlags]
28;ExcludeFromSelect = sun_VBoxNetAdp
29
30[SourceDisksNames]
311=%DiskDescription%,"",,
32
33[SourceDisksFiles]
34VBoxNetAdp.sys=1
35
36[DestinationDirs]
37DefaultDestDir = 12
38VBoxNetAdp.Files.Sys = 12 ; %windir%\System32\drivers
39
40[Manufacturer]
41%Provider% = VBox,NTx86,NTia64,NTamd64
42
43[VBox]
44%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
45
46[VBox.NTx86]
47%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
48
49[VBox.NTia64]
50%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
51
52[VBox.NTamd64]
53%VBoxNetAdp_Desc% = VBoxNetAdp.ndi, sun_VBoxNetAdp
54
55[VBoxNetAdp.ndi]
56Characteristics = 0x1 ; NCF_VIRTUAL
57CopyFiles = VBoxNetAdp.Files.Sys
58AddReg = VBoxNetAdp.AddReg
59
60[VBoxNetAdp.Files.Sys]
61VBoxNetAdp.sys,,,2
62
63[VBoxNetAdp.ndi.Services]
64AddService = VBoxNetAdp,0x2, VBoxNetAdp.AddService
65
66[VBoxNetAdp.AddService]
67DisplayName = %VBoxNetAdp_Desc%
68ServiceType = 1 ;SERVICE_KERNEL_DRIVER
69StartType = 3 ;SERVICE_DEMAND_START
70ErrorControl = 1 ;SERVICE_ERROR_NORMAL
71ServiceBinary = %12%\VBoxNetAdp.sys
72LoadOrderGroup = NDIS
73
74[VBoxNetAdp.AddReg]
75HKR, , *NdisDeviceType, 0x00010001, 1 ; NDIS_DEVICE_TYPE_ENDPOINT
76HKR, Ndi, Service, 0, "VBoxNetAdp"
77HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
78HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
79
80[VBoxNetAdp.AddService]
81
82[Strings]
83Provider = "Oracle Corporation"
84VBoxNetAdp_Desc = "VirtualBox Host-Only Ethernet Adapter"
85DiskDescription = "VirtualBox Host-Only Ethernet Adapter"
86
87
88
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