summaryrefslogtreecommitdiff
path: root/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx
blob: ea9238e17d2aba56b33a6f39d4966ebf1902359a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
;/*++
;
;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:
;    BthEchoSampleSrv.inx
;
;Abstract:
;    INF file for installing the Bluetooth Echo Sample Server
;
;    devcon.exe BthEchoSampleSrv.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.6001.16626
CatalogFile=KmdfSamples.cat
PnpLockdown=1

[DestinationDirs]
DefaultDestDir = 13

[SourceDisksNames]
1 = %DiskId1%,,,""

[SourceDisksFiles]
BthEchoSampleSrv.sys  = 1,,

;*****************************************
; BthEchoSampleSrv  Install Section
;*****************************************

[Manufacturer]
%ManufacturerString%=Microsoft,NT$ARCH$.10.0.1..16299

[Microsoft.NT$ARCH$.10.0.1..16299]
%BthEchoSampleSrv.DeviceDesc% = BthEchoSampleSrv_Inst,BTHENUM\{c07508f2-b970-43ca-b5dd-cc4f2391bef4}

[BthEchoSampleSrv_Inst.NT]
CopyFiles=DriverStore_Dir

[DriverStore_Dir]
BthEchoSampleSrv.sys

;-------------- Service installation
[BthEchoSampleSrv_Inst.NT.Services]
AddService = BthEchoSampleSrv,%SPSVCINST_ASSOCSERVICE%, BthEchoSampleSrv_Service_Inst

; -------------- BthEchoSampleSrv driver install sections
[BthEchoSampleSrv_Service_Inst]
DisplayName    = %BthEchoSampleSrv.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START 
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %13%\BthEchoSampleSrv.sys

[BthEchoSampleSrv_Inst.NT.Wdf]
KmdfService =  BthEchoSampleSrv, BthEchoSampleSrv_Inst_wdfsect

[BthEchoSampleSrv_Inst_wdfsect]
KmdfLibraryVersion = $KMDFVERSION$

[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ProviderString = "TODO-Set-Provider"
ManufacturerString = "TODO-Set-Manufacturer"
DiskId1 = "BthEchoSampleSrv installation disk"
BthEchoSampleSrv.DeviceDesc = "Bluetooth Echo Sample Server"
BthEchoSampleSrv.SVCDESC = "BthEchoSampleSrv"