;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; wvmbusvideo.inf ; ;Abstract: ; ; This file is the installation information file for the ; Hyper-V Synthetic Video driver. ; ;--*/ [Version] Signature="$Windows NT$" Class=Display ClassGUID={4d36e968-e325-11ce-bfc1-08002be10318} Provider=%MSFT% PnpLockdown=1 DriverVer=06/21/2006,10.0.14393.2007 [DestinationDirs] HyperVideo.Miniport = 12 ; drivers [ControlFlags] ExcludeFromSelect=* PreConfigureDriver=* ; ; Driver information ; [Manufacturer] %StdMfg% = Standard,NTamd64 [Standard.NTamd64] %SynthVid.DeviceDesc% = HyperVideo_Install, VMBUS\{DA0A7802-E377-4AAC-8E77-0558EB1073F8} ; ; General installation section ; [HyperVideo_Install] FeatureScore=DD CopyFiles=HyperVideo.Miniport ; ; File sections ; [SourceDisksNames] 0 = %DiskId1%,,,"" [SourceDisksFiles] HyperVideo.sys = 0,, [HyperVideo.Miniport] HyperVideo.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE ; ; Service Installation ; [HyperVideo_Install.Services] AddService = HyperVideo, 0x00000002, HyperVideo_Service_Inst ; ; Service Installation Section ; [HyperVideo_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\HyperVideo.sys ; ; String Section ; [Strings] ; ; Non-Localizable ; DiskId1 = "Microsoft Hyper-V Video Installation Disk #1" MSFT = "Microsoft" StdMfg = "Microsoft" REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 ; ; Localizable ; SynthVid.DeviceDesc = "Microsoft Hyper-V Video"