????

Your IP : 18.191.157.31


Current Path : C:/Windows/INF/
Upload File :
Current File : C:/Windows/INF/whyperkbd.inf

��;/*++

;

;Copyright (c) Microsoft Corporation.  All rights reserved.

;

;Module Name:

;

;    whyperkbd.inf

;

;Abstract:

;

;    INF file for installing Hyper-V keyboard driver

;

;--*/



[Version]

Signature="$Windows NT$"

Provider=%MSFT%

Class=Keyboard

ClassGUID={4D36E96B-E325-11CE-BFC1-08002BE10318}

PnpLockdown=1

DriverVer = 06/21/2006,10.0.20348.1



[ControlFlags]

ExcludeFromSelect = *



[DestinationDirs]

DefaultDestDir  = 12

SYS.CopyList    = 12



;

; Driver information

;



[Manufacturer]

%StdMfg% = Standard,NTamd64



[Standard.NTamd64]

%HyperKbd.DeviceDesc% = HyperKbd, VMBUS\{f912ad6d-2b17-48ea-bd65-f927a61c7684}



;

; General installation section

;



[HyperKbd]

Include = keyboard.inf

Needs = KbdClass

CopyFiles=SYS.CopyList



;

; File sections

;



[SourceDisksNames]

1 = %DiskId1%,,,""



[SourceDisksFiles]

hyperkbd.sys = 1,,



[SYS.CopyList]

hyperkbd.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE



;

; Service Installation

;



[HyperKbd.Services]

Include = keyboard.inf

Needs = KbdClass.Services

AddService = hyperkbd, 0x00000002, HyperKbd_Service_Inst



;

; Service Installation Section

;



[HyperKbd_Service_Inst]

ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER

StartType      = 3                  ; SERVICE_DEMAND_START

ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE

LoadOrderGroup = Extended Base

ServiceBinary  = %12%\hyperkbd.sys



;

; String Section

;



[Strings]

;

; Non-Localizable

;

DiskId1          = "Microsoft Hyper-V Virtual Keyboard Installation Disk #1"

MSFT             = "Microsoft"

StdMfg           = "Microsoft"

;

; Localizable

;

HyperKbd.DeviceDesc = "Microsoft Hyper-V Virtual Keyboard"