; ; amdtools.inf ; [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%AMD% DriverVer = 05/27/2020,1.7.16.218 CatalogFile=AmdTools.cat [DestinationDirs] AmdTools64.Files=12 [SourceDisksNames] 1=%AmdTools_Disk%,,0 [SourceDisksFiles] amdtools64.sys=1 [Manufacturer] %AMD%=AMD,NTamd64 ; ================================== 64-Bit NT Driver ================================== [AMD.NTamd64] %AmdTools_Desc%=AmdTools64_Inst,*AMDTOOLSDEV [AmdTools64_Inst] CopyFiles= AmdTools64.Files [AmdTools64_Inst.Services] AddService= AmdTools64,0x00000002,AmdTools64_Service,AmdTools64_EventLog_Inst [AmdTools64_Service] DisplayName=%AmdTools_Desc% ServiceType= %SERVICE_KERNEL_DRIVER% StartType= %SERVICE_DEMAND_START% ErrorControl= %SERVICE_ERROR_NORMAL% ServiceBinary= %12%\AmdTools64.sys [AmdTools64_EventLog_Inst] AddReg = AmdTools64_EventLog_Inst.AddReg [AmdTools64_EventLog_Inst.AddReg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\AmdTools64.sys" HKR,,TypesSupported,%REG_DWORD%,7 HKR,,DeviceCharacteristics,0x10001,0x100 ;Use same security checks on relative opens HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)" ;Allow generic all access to system and built-in Admin. [AmdTools64.Files] AmdTools64.sys [AmdTools64_Inst.HW] AddReg = AmdTools64_Inst.AddReg [AmdTools64_Inst.AddReg] HKLM,"System\CurrentControlSet\Services\AmdTools64",AmdTools64,, HKR,,DeviceCharacteristics,0x10001,0x100 ;Use same security checks on relative opens HKR,,Security,,"D:P(A;;GA;;;SY)(A;;GA;;;BA)" ;Allow generic all access to system and built-in Admin. ; ================================== Localizable Strings =============================== [Strings] AMD= "Advanced Micro Devices" AmdTools_Disk= "AMD Special Tools Installation Disk" AmdTools_Desc= "AMD Special Tools Driver" ; ================================== Non Localizable Strings =========================== SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001