;++ ; ;Copyright (c) Microsoft Corporation. All Rights Reserved. ; ;Module Name: ; ; vwms_vsft.inf ; ;Abstract: ; ; VmSwitch driver INF file for vSwitch filter driver ; ;-- [Version] Signature = "$Windows NT$" Class = NetService ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318} Provider = %Msft% PnpLockdown = 1 DriverVer = 06/21/2006,10.0.26100.1 [Manufacturer] %Msft% = MSFT,NTamd64 [MSFT.NTamd64] %VMSVSF_Desc% = VMSVSF.ndi, VMS_VSF [VMSVSF.ndi] AddReg = VMSVSF.ndi.AddReg Characteristics = 0x40000 NetCfgInstanceId = "{529B8983-9625-49A5-8284-CE944FD8E242}" [VMSVSF.ndi.AddReg] HKR, Ndi, HelpText, 0, "%VMSVSF_HELP%" HKR, Ndi, Service, 0, "VMSVSF" HKR, Ndi, CoServices, 0x00010000, "VMSVSF" HKR, Ndi, FilterClass, 0, "ms_switch_reserved" HKR, Ndi, FilterType, 0x00010001, 0x00000002 HKR, Ndi\Interfaces, UpperRange, 0, "noupper" HKR, Ndi\Interfaces, LowerRange, 0, "nolower" HKR, Ndi\Interfaces, FilterMediaTypes, 0, "vmnetextension" HKR, Ndi, FilterRunType, 0x00010001, 2 ; optional [VMSVSF.ndi.Services] AddService = VMSVSF, , VMSVSF.AddService, VMSVSF.AddEventLog [VMSVSF.AddService] ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\vmswitch.sys [VMSVSF.AddEventLog] AddReg = VMSVSF.AddEventLog.AddReg [VMSVSF.AddEventLog.AddReg] HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x10001, 7 [VMSVSF.ndi.Remove.Services] DelService = VMSVSF [Strings] ; ; Non-Localizable ; Msft = "Microsoft" DiskDescription = "Microsoft vSwitch Extension Filter Installation Disk" ; ; Localizable ; VMSVSF_Desc = "Hyper-V Virtual Switch Extension Filter" VMSVSF_HELP = "vSwitch Extension Filter"