This changes name of thermal actions as following thermal interface
standard.
Change-Id: I9f15182643146ba46ebfc49db9fb7a4fcaf66100
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=44
timer_interval_ms=10000
[thermal.scenario1]
support=yes
-name=WarningAction
+name=Warning
temperature=46
timer_interval_ms=5000
[thermal.scenario3]
support=yes
-name=ShutdownAction
+name=Shutdown
temperature=53
timer_interval_ms=1000