TM1 supports the following four scenarios. Each thermal scenario
has their own unique name, limited temperature and timer interval.
- ReleaseAction
- WarningAction
- LimitAction
- ShutdownAction
Change-Id: Idec94beeb43e3b47c6aca19bcc0b8655243c8004
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
min_level=1
max_level=1
+
+########################
+### Thermal Monitor ###
+########################
+
+# Following action name are defiend on Tizen platform.
+# The 'temperature' of thermal.scenario must be defined in descending order.
+# If you change the following name, doesn't guarantee the compatibility.
+# - ReleaseAction, WarningAction, LimitAction, ShutdownAction
+
+[thermal]
+thermal_support=yes
+thermal_number_of_scenario=4
+thermal_timer_interval_ms=10000
+
+[thermal.scenario0]
+support=yes
+name=ReleaseAction
+temperature=70
+timer_interval_ms=10000
+
+[thermal.scenario1]
+support=no
+name=WarningAction
+temperature=73
+timer_interval_ms=5000
+
+[thermal.scenario2]
+support=yes
+name=LimitAction
+temperature=75
+timer_interval_ms=3000
+
+[thermal.scenario3]
+support=yes
+name=ShutdownAction
+temperature=85
+timer_interval_ms=1000