;/*++ ; ;Copyright (c) Microsoft Corporation. All rights reserved. ; ;Module Name: ; ; WindowsTrustedRTProxy.INF ; ;Abstract: ; INF file for installing TrEE service proxy ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%MSFT% DriverVer=06/21/2006,10.0.14393.0 [DestinationDirs] DefaultDestDir = 12 ;*************************************************** ; WindowsTrustedRTProxy Device Install Section ;*************************************************** [Manufacturer] %StdMfg%=Standard,NTamd64 [Standard.NTamd64] ; DisplayName Section DeviceId ; ----------- ------- -------- %WindowsTrustedRTProxy.DeviceDesc%=WindowsTrustedRTProxy, {4E815EE1-20F8-41EF-8CFF-3C283F02D722}\SecureService [WindowsTrustedRTProxy.NT] CopyFiles=WindowsTrustedRTProxy.NT.Copy [WindowsTrustedRTProxy.NT.Copy] WindowsTrustedRTProxy.sys ;-------------- Service installation [WindowsTrustedRTProxy.NT.Services] AddService = WindowsTrustedRTProxy, %SPSVCINST_ASSOCSERVICE%, WindowsTrustedRTProxy_Service_Inst [WindowsTrustedRTProxy_Service_Inst] DisplayName = %WindowsTrustedRTProxy.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\WindowsTrustedRTProxy.sys LoadOrderGroup = Core Security Extensions AddReg = WindowsTrustedRTProxy_AddReg [WindowsTrustedRTProxy_AddReg] HKR,,Tag,%REG_DWORD%,2 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] WindowsTrustedRTProxy.sys = 1,, [Strings] SPSVCINST_ASSOCSERVICE = 0x00000002 MSFT = "Microsoft" StdMfg = "(Standard system devices)" DiskId1 = "Windows Trusted Runtime Service Proxy Installation Disk #1" WindowsTrustedRTProxy.DeviceDesc = "Microsoft Windows Trusted Runtime Secure Service" WindowsTrustedRTProxy.SVCDesc = "Microsoft Windows Trusted Runtime Secure Service" REG_MULTI_SZ = 0x00010000 REG_DWORD = 0x00010001