pass-hal: tw3: Change name of thermal actions 77/203377/1 accepted/tizen/unified/20190530.043113 submit/tizen/20190528.074510
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 11 Apr 2019 08:19:38 +0000 (17:19 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 12 Apr 2019 06:13:32 +0000 (15:13 +0900)
This changes name of thermal actions as following thermal interface
standard.

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

index 31d86ba3e8bfd0c366f987918552d98ea3f82a5c..8e9654a98be5ddcaac479e4f402e00ebcdd7dbe9 100644 (file)
@@ -60,7 +60,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
@@ -69,13 +69,13 @@ thermal_timer_interval_ms=10000
 
 [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
 
@@ -87,6 +87,6 @@ timer_interval_ms=3000
 
 [thermal.scenario3]
 support=yes
-name=ShutdownAction
+name=Shutdown
 temperature=53
 timer_interval_ms=1000