;++ ; ;Copyright (c) Microsoft Corporation. All Rights Reserved. ; ;Module Name: ; ; wvms_pp.inf ; ;Abstract: ; ; VmSwitch driver INF file for protocol edge of the driver ; ;-- [Version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %Msft% PnpLockdown = 1 DriverVer = 06/21/2006,10.0.26100.1 [Manufacturer] %Msft% = MSFT,NTamd64 [MSFT.NTamd64] %VMSP_Desc% = VMSP.ndi, VMS_PP ; Note: ; 1. The NCF_* flags are defined in netcfgx.h ; 2. NCF_HAS_UI (0x80) is required for custom property pages. ; [VMSP.ndi] AddReg = VMSP.ndi.AddReg Characteristics = 0x80 ; NCF_HAS_UI [VMSP.ndi.AddReg] HKR, Ndi, HelpText, 0, "%VMSP_HELP%" HKR, Ndi, Service, 0, "VMSP" HKR, Ndi\Interfaces, UpperRange, 0, "noupper" HKR, Ndi\Interfaces, LowerRange, 0, "ndis5" [Strings] ; ; Non-Localizable ; Msft = "Microsoft" ; ; Localizable ; VMSP_Desc = "Hyper-V Extensible Virtual Switch" VMSP_HELP = "Provides network connectivity for virtual machines."