;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; SIMGPIO.INF ; ;Abstract: ; INF file for installing Simulated GPIO Client Driver. ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%ProviderName% DriverVer=10/28/2010,1.00.0000 CatalogFile=gpiosamples.cat PnpLockdown=1 [SourceDisksNames] 3426=windows cd [SourceDisksFiles] simgpio.sys = 3426 [DestinationDirs] DefaultDestDir = 12 [ControlFlags] ExcludeFromSelect = * ;****************************************** ; SIMGPIO Client driver Install Section ;****************************************** [Manufacturer] %ManufacturerName%=Standard,NT$ARCH$ [Standard.NT$ARCH$] %GPIO.DeviceDesc% = GPIO_Inst,ACPI\TEST0001 [GPIO_Inst.NT] Copyfiles = GPIOCopyFiles [GPIOCopyFiles] simgpio.sys,,,0x100 [GPIO_Inst.NT.Services] AddService = simgpio,%SPSVCINST_ASSOCSERVICE%,GPIO_Service_Inst [GPIO_Service_Inst] DisplayName = %GPIO.SvcDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\simgpio.sys [strings] ; localizable strings ProviderName = "TODO-Set-Provider" ManufacturerName = "TODO-Set-Manufacturer" GPIO.DeviceDesc = "Simulated GPIO Client Driver" GPIO.SvcDesc = "Simulated GPIO Client Driver" ; non-localizable strings SPSVCINST_TAGTOFRONT = 0x00000003 SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_SYSTEM_START = 1 SERVICE_DEMAND_START = 3 SERVICE_ERROR_NORMAL = 1 SERVICE_ERROR_IGNORE = 0 SERVICE_ERROR_CRITICAL = 3 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001 REG_SZ = 0x00000000