pass-hal: tm1: Change name of thermal actions 75/203375/1 accepted/tizen/unified/20190530.043122 submit/tizen/20190528.074510
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 12 Apr 2019 05:56:36 +0000 (14:56 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 12 Apr 2019 06:02:32 +0000 (15:02 +0900)
This changes name of thermal actions as following thermal interface
standard.

Change-Id: I84d553f45d370fe13de54d738c9cee303973a8b7
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
scripts/pass-resource0.conf

index 45b6c69c86695fe71740e75a99fcff682f978d7f..ade494f4975adbec35ab9d9dd8ad2f6623993a62 100644 (file)
@@ -61,7 +61,7 @@ max_level=1
 # 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
@@ -70,13 +70,13 @@ thermal_timer_interval_ms=10000
 
 [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
 
@@ -88,6 +88,6 @@ timer_interval_ms=3000
 
 [thermal.scenario3]
 support=yes
-name=ShutdownAction
+name=Shutdown
 temperature=85
 timer_interval_ms=1000