File: test3.xml

package info (click to toggle)
thermald 2.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,368 kB
  • sloc: cpp: 13,874; ansic: 1,566; sh: 1,291; xml: 756; python: 414; makefile: 156
file content (28 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (6)
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
<?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>