;/*++ ; ;Copyright (c) 1990-2000 Microsoft Corporation ; ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR ; PURPOSE. ; ;Module Name: ; BthEchoSampleCli.inx ; ;Abstract: ; INF file for installing the Bluetooth Echo Sample Client ; ; devcon.exe BthEchoSampleCli.inf BTHENUM\{c07508f2-b970-43ca-b5dd-cc4f2391bef4} ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=Bluetooth ClassGuid={e0cbf06c-cd8b-4647-bb8a-263b43f0f974} Provider=%ProviderString% DriverVer=06/21/2006,6.0.5842.0 CatalogFile=KmdfSamples.cat PnpLockdown=1 [DestinationDirs] DefaultDestDir = 13 [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] BthEchoSampleCli.sys = 1,, ;***************************************** ; BthEchoSampleCli Install Section ;***************************************** [Manufacturer] %ManufacturerString%=Microsoft,NT$ARCH$.10.0.1..16299 [Microsoft.NT$ARCH$.10.0.1..16299] %BthEchoSampleCli.DeviceDesc% = BthEchoSampleCli_Inst,BTHENUM\{c07508f2-b970-43ca-b5dd-cc4f2391bef4} [BthEchoSampleCli_Inst.NT] CopyFiles=DriverStore_Dir [DriverStore_Dir] BthEchoSampleCli.sys ;-------------- Service installation [BthEchoSampleCli_Inst.NT.Services] AddService = BthEchoSampleCli,%SPSVCINST_ASSOCSERVICE%, BthEchoSampleCli_Service_Inst ; -------------- BthEchoSampleCli driver install sections [BthEchoSampleCli_Service_Inst] DisplayName = %BthEchoSampleCli.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %13%\BthEchoSampleCli.sys [BthEchoSampleCli_Inst.NT.Wdf] KmdfService = BthEchoSampleCli, BthEchoSampleCli_Inst_wdfsect [BthEchoSampleCli_Inst_wdfsect] KmdfLibraryVersion = $KMDFVERSION$ [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 ProviderString = "TODO-Set-Provider" ManufacturerString = "TODO-Set-Manufacturer" DiskId1 = "BthEchoSampleCli installation disk" BthEchoSampleCli.DeviceDesc = "Bluetooth Echo Sample Client" BthEchoSampleCli.SVCDESC = "BthEchoSampleCli"