This changes name of thermal actions as following thermal interface
standard.
Change-Id: I84d553f45d370fe13de54d738c9cee303973a8b7
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
# 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
+# - Release, Warning, LimitAction, Shutdown
[thermal]
thermal_support=yes
[thermal.scenario0]
support=yes
-name=ReleaseAction
+name=Release
temperature=70
timer_interval_ms=10000
[thermal.scenario1]
support=no
-name=WarningAction
+name=Warning
temperature=73
timer_interval_ms=5000
[thermal.scenario3]
support=yes
-name=ShutdownAction
+name=Shutdown
temperature=85
timer_interval_ms=1000