1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Thermal Management Configuration File --> 3<!-- Intel Corporation 2011-2012 --> 4<thermalthrottleconfig> 5 <!-- Config xml file version should be in sync with iTUX version number--> 6 <ConfigFileVersion>3.0</ConfigFileVersion> 7 8 <!--Platform Parameters--> 9 <PlatformInfo> 10 <!--PlatformName reference. In future will be compared against ro.board.platform--> 11 <PlatformName>fugu</PlatformName> 12 <!--standard cooling devices register in /sys/class/thermal/cooling_deviceX/ Herein 13 referred as 'Path Enumerated at Runtime by Framework in Kernel Thermal' or PERFKT--> 14 </PlatformInfo> 15 16 <ContributingDeviceInfo> 17 <CDeviceName>SoC</CDeviceName> 18 <CDeviceID>1</CDeviceID> 19 <CDeviceClassPath>auto</CDeviceClassPath> 20 <CDeviceThrottlePath>auto</CDeviceThrottlePath> 21 </ContributingDeviceInfo> 22 23 <ZoneThrottleInfo> 24 <ZoneID>1</ZoneID> 25 <CriticalShutDown>1</CriticalShutDown> 26 <CoolingDeviceInfo> 27 <CoolingDevId>1</CoolingDevId> 28 </CoolingDeviceInfo> 29 </ZoneThrottleInfo> 30 31 <ZoneThrottleInfo> 32 <ZoneID>2</ZoneID> 33 <CriticalShutDown>1</CriticalShutDown> 34 <CoolingDeviceInfo> 35 <CoolingDevId>1</CoolingDevId> 36 </CoolingDeviceInfo> 37 </ZoneThrottleInfo> 38 39 <ZoneThrottleInfo> 40 <ZoneID>3</ZoneID> 41 <CriticalShutDown>0</CriticalShutDown> 42 <CoolingDeviceInfo> 43 <CoolingDevId>1</CoolingDevId> 44 </CoolingDeviceInfo> 45 </ZoneThrottleInfo> 46 47 <ZoneThrottleInfo> 48 <ZoneID>4</ZoneID> 49 <CriticalShutDown>0</CriticalShutDown> 50 <CoolingDeviceInfo> 51 <CoolingDevId>1</CoolingDevId> 52 </CoolingDeviceInfo> 53 </ZoneThrottleInfo> 54 55</thermalthrottleconfig> 56