;++ ; ; Copyright (c) 2011 Microsoft Corporation ; ; Module Name: ; ; SampleDisplay.inf ; ; Abstract: ; ; Inf file for Kernel mode display only sample driver ; ;-- [Version] Signature = "$Windows NT$" Class=Display ClassGUID={4d36e968-e325-11ce-bfc1-08002be10318} Provider=%IHV% DriverVer= 11/15/2013, 9.00.10.0099 CatalogFile=astgr.cat [DestinationDirs] ASTGRP.Files = 12 [SourceDisksNames] 0=%Desc_Sample% [SourceDisksFiles] astkmd.sys=0 [Manufacturer] %IHV%=ASPEED,NTamd64 [ASPEED] ; ; Allow the driver to be loaded on VGA and XGA ; %Vendor.AST2000.Device1% = ASTGRP_Inst, PCI\VEN_1A03&DEV_2000 [ASPEED.NTamd64] ; ; Allow the driver to be loaded on VGA and XGA ; %Vendor.AST2000.Device1% = ASTGRP_Inst, PCI\VEN_1A03&DEV_2000 [ASTGRP_Inst] FeatureScore=DA CopyFiles = ASTGRP.Files AddReg = ASTGRP_SoftwareDeviceSettings ; ; Install driver service ; [ASTGRP_Inst.Services] AddService = ASTGRP,0x00000002,ASTGRP_Service_Inst, [ASTGRP_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_IGNORE% ServiceBinary = %12%\astkmd.sys ; ; Display Adapter Specific Settings ; [ASTGRP_SoftwareDeviceSettings] HKR,, VgaCompatible, %REG_DWORD%, 0 [ASTGRP.Files] astkmd.sys [Strings] ; *******Localizable Strings******* IHV= "ASPEED" Desc_Sample = "ASPEED Technology Inc. Installation Disk" Vendor.AST2000.Device1 = "ASPEED Graphics Family(WDDM)" ; *******Non Localizable Strings******* SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001