summaryrefslogtreecommitdiff
path: root/thermal/thermalclient/simtc.inf
blob: e015a83c5eb9c3a1ba0e362c3b43c6e85d8d2672 (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
;/*++
;
;Copyright (c) Microsoft Corporation All rights Reserved
;
;Module Name:
;
;    simtc.inf
;
;Abstract:
;
;    INF file for installing simulated thermal client driver.
;
;--*/

[Version]
Signature="$WINDOWS NT$"
Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderString%
DriverVer=07/22/2011, 6.2.8040.0
CatalogFile=thermalclient.cat
PnpLockdown=1

[DestinationDirs]
DefaultDestDir = 13

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

[SourceDisksFiles]
simtc.sys  = 1,,

;********************************************
; Simulated Thermal Client Install Section
;********************************************

[Manufacturer]
%StdMfg%=Standard,NT$ARCH$.10.0...16299

[Standard.NT$ARCH$.10.0...16299]
%SimTc.DeviceDesc% = SimTc_Device, ACPI\STCL0001


[SimTc_Device.NT]
CopyFiles=SimTc_Device_Drivers

[SimTc_Device.NT.HW]
AddReg=SimTc_Device.NT.AddReg

[SimTc_Device.NT.AddReg]
HKR,,DeviceCharacteristics,0x10001,0x0100         ; Use same security checks on relative opens
HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)"      ; Allow generic-all access to Built-in administrators and Local system

[SimTc_Device_Drivers]
simtc.sys

;-------------- Service installation

[SimTc_Device.NT.Services]
AddService = simtc,%SPSVCINST_ASSOCSERVICE%,SimTc_Service_Inst

; -------------- simtc driver install sections

[SimTc_Service_Inst]
DisplayName    = %SimTc.SVCDESC%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
ServiceBinary  = %13%\simtc.sys

[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ProviderString = "TODO-Set-Provider"
StdMfg = "(Standard system devices)"
DiskId1 = "Simulate Thermal Client Installation Disk #1"
SimTc.DeviceDesc = "Simulated Thermal Client"
SimTc.SVCDESC = "Simulated Thermal Client"