Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

91 lines
2.7 KiB

;-------------------------------------------------------------------------------
; NETVMINI.INF
;
; Microsoft Virtual Ethernet Adapter
;
; Copyright (c) Microsoft Corporation. All rights reserved.
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Msft%
DriverVer = 01/08/2003,1.0.0.0
[ControlFlags]
ExcludeFromSelect={b85b7c50-6a01-11d2-b841-00c04fad5171}\NetVMini
[Manufacturer]
%Msft% = Msft
[Msft]
%NetVMini.DeviceDesc% = NetVMini.ndi, root\NetVMini ; Root enumerated
%NetVMini.DeviceDesc% = NetVMini.ndi, {b85b7c50-6a01-11d2-b841-00c04fad5171}\NetVMini ; Toaster Bus enumerated
;-------------------------------------------------------------------------------
; Microsoft Virtual Ethernet Adapter
;
[NetVMini.ndi]
Characteristics = 0x1 ; NCF_VIRTUAL
AddReg = NetVMini.Reg
CopyFiles = NetVMini.CopyFiles
[NetVMini.ndi.Services]
AddService = NetVMini, 2, NetVMini.Service, NetVMini.EventLog
;-----------------------------------------------------------------------------
; Microsoft Virtual Miniport Common
;
[NetVMini.Reg]
HKR, , BusNumber, 0, "0"
HKR, Ndi, Service, 0, "NetVMini"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;-----------------------------------------------------------------------------
; Driver and Service Section
;
[NetVMini.CopyFiles]
NetVMini.sys,,,2
[NetVMini.Service]
DisplayName = %NetVMini.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\netvmini.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.Reg
[NetVMini.EventLog]
AddReg = NetVMini.AddEventLog.Reg
[NetVMini.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
netvmini.sys = 1,,
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
NetVMini.CopyFiles = 12
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Msft = "Microsoft"
NetVMini.DeviceDesc = "Microsoft Virtual Ethernet Adapter"
NetVMini.Service.DispName = "Microsoft Virtual Miniport"
DiskId1 = "Microsoft Virtual Miniport Device Installation Disk #1"