;/*++ ; ;Copyright (c) Intel Corporation. All rights reserved. ; ;Module Name: ; ; INTELPEP.INF ; ;Abstract: ; INF file for installing INTEL PEP ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%MSFT% DriverVer=06/21/2006,10.0.14393.0 ;CatalogFile=intelpep.cat ;***************************************** ; Install Section ;***************************************** [Manufacturer] %MfgName%=IntelPEP,NTamd64 [IntelPEP.NTamd64] ; DisplayName Section DeviceId ; ----------- ------- -------- %intelpep.DeviceDesc%= HSWULT, ACPI\INT33A1 %intelpep.DeviceDesc%= HSWULT, ACPI\INT33A5 %intelpep.DeviceDesc%= VLV, ACPI\INT3396 %intelpep.DeviceDesc%= VLV, ACPI\INT33A4 [HSWULT] CopyFiles=PepCopyFiles AddProperty=Pep_WDTFSocDeviceCategory Reboot [HSWULT.Services] AddService = intelpep,0x00000002, intelpep_Service_Inst [VLV] CopyFiles=PepCopyFiles AddProperty=Pep_WDTFSocDeviceCategory Reboot [VLV.Services] AddService = intelpep,0x00000002, intelpep_Service_Inst [PepCopyFiles] intelpep.sys,,,0x100 ;COPYFLG_PROTECTED_WINDOWS_DRIVER_FILE [Pep_WDTFSocDeviceCategory] {5D078032-6378-437B-8DA5-9B32B7CA3FDD},2,7,,2 [DestinationDirs] PepCopyFiles=12 ;-------------- Service installation [intelpep_Service_Inst] DisplayName = %INTELPEP.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\intelpep.sys LoadOrderGroup = Core Security Extensions [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] intelpep.sys = 1,, [Strings] MSFT = "Microsoft" MfgName = "Intel Corporation" DiskId1 = "INTEL ULT Install Disk" intelpep.DeviceDesc = "Intel(R) Power Engine Plug-in" INTELPEP.SVCDESC = "Intel(R) Power Engine Plug-in Driver"