;/*++ ; ;Copyright (c) Intel Corporation. All rights reserved. ; ;Module Name: ; ; IntelPMT.INF ; ;Abstract: ; INF file for installing Intel(R) Platform Monitoring driver ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%ManufacturerString% DriverVer = 06/21/2006,10.0.26100.8328 ; ================= Device Install section ===================== [ControlFlags] ExcludeFromSelect=* [DestinationDirs] DefaultDestDir = 12 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] IntelPMT.sys = 1,, [Manufacturer] %ManufacturerString%=Standard,NTamd64 ; For XP and later [Standard.NTamd64] ; DisplayName Section DeviceId ; ----------- ------- -------- %IntelPMT.DRVDESC% = PMT_Device, PCI\VEN_8086&DEV_9A0D %IntelPMT.DRVDESC% = PMT_Device, PCI\VEN_8086&DEV_467D %IntelPMT.DRVDESC% = PMT_Device, PCI\VEN_8086&DEV_A77D [PMT_Device] CopyFiles = PMT_CopyFiles [PMT_Device.Services] AddService=IntelPMT,0x00000002,PMT_Service [PMT_CopyFiles] IntelPMT.sys,,0x100 [PMT_Service] DisplayName = %IntelPMT.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\IntelPMT.sys LoadOrderGroup = Core Security Extensions [Strings] ProviderString = "Intel(R) Platform Monitoring Technology Provider" ManufacturerString = "Intel(R) Platform Monitoring Technology Device" ClassName = "Intel(R) Platform Monitoring Technology Class" IntelPMT.SVCDESC = "Intel(R) Platform Monitoring Technology Service" IntelPMT.DRVDESC = "Intel(R) Platform Monitoring Technology Driver" DiskId1 = "Intel(R) Platform Monitoring Technology Install Disk"