;/*++ ; ;Copyright (c) Microsoft Corporation All rights Reserved ; ;Module Name: ; ; MptfPowerSourceClient.inf ; ;Abstract: ; ; INF file for installing MPTF Power Source Client Driver. ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=Thermal ClassGuid={ca301ce1-74fc-45ea-a557-461ef48b9e37} Provider=%VENDOR% DriverVer = 06/21/2006,10.0.26100.8328 PnpLockdown=1 [DestinationDirs] Drivers_Dir = 13 [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles] MptfPowerSourceClient.sys=1,, ;***************************************** ; Install Section ;***************************************** [Manufacturer] %VENDOR%=Vendor,NTamd64 [Vendor.NTamd64] %MptfPowerSourceClient%=MptfPowerSourceClient.Inst, ACPI\MSFT0010 %MptfPowerSourceClient%=MptfPowerSourceClient.Inst, root\MSFT0010 [MptfPowerSourceClient.Inst.NT] CopyFiles = Drivers_Dir [Drivers_Dir] MptfPowerSourceClient.sys [MptfPowerSourceClient.Inst.NT.HW] AddReg = MptfPowerSourceClient.Inst.NT.AddReg [MptfPowerSourceClient.Inst.NT.AddReg] HKR,,"Security",,"D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GA;;;UD)" ; Allow access to system, administrators group, and user-mode drivers ;-------------- Service installation [MptfPowerSourceClient.Inst.NT.Services] AddService = MptfPowerSourceClient,%SPSVCINST_ASSOCSERVICE%,MptfPowerSourceClient_Service_Inst [MptfPowerSourceClient_Service_Inst] DisplayName = %MptfPowerSourceClient% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %13%\MptfPowerSourceClient.sys AddReg = MptfPowerSourceClient.AddReg [MptfPowerSourceClient.AddReg] HKR,Parameters,LogPages,0x00010001, 3 ; Driver IFR size [Strings] ; localizable strings VENDOR="Microsoft" MptfPowerSourceClient="MPTF Power Source Client Driver" DiskName = "MPTF Power Source Client Driver Installation Disk" ; non-localizable strings SERVICE_DEMAND_START = 0x3 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_NORMAL = 0x1 SPSVCINST_ASSOCSERVICE = 0x00000002