forked from intel/thermal_daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest3.xml
28 lines (27 loc) · 1.09 KB
/
test3.xml
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
<?xml version="1.0"?>
<!--
Auto Test 1: Simple association with sample period
-->
<ThermalConfiguration>
<Platform>
<Name>THD_TEST_0</Name>
<ProductName>*</ProductName>
<Preference>QUIET</Preference>
<ThermalZones>
<ThermalZone>
<Type>thd_test_0</Type>
<TripPoints>
<TripPoint>
<SensorType>thd_test_0</SensorType>
<Temperature>*</Temperature>
<type>passive</type>
<CoolingDevice>
<Type>thd_cdev_0</Type>
<SamplingPeriod> 10 </SamplingPeriod>
</CoolingDevice>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</ThermalConfiguration>