pass-hal: tm1: Add Doze mode support 04/248904/2 accepted/tizen/unified/20201216.215949 submit/tizen/20201203.104657 submit/tizen/20201216.032817
authorMateusz Majewski <m.majewski2@samsung.com>
Thu, 3 Dec 2020 06:38:41 +0000 (07:38 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Thu, 3 Dec 2020 10:07:33 +0000 (11:07 +0100)
The Doze mode is supported by the main PASS repository, but in order to
not get a bajillion of warnings (and also to actually receive DBus calls
in the daemon), we also have to enable it in the HAL layer. This commit
does just that.

Change-Id: I470b66d21b8d67f4e9c3bacf8b7d48c04734b48f

scripts/pass-resource0.conf

index 54645f5d7e9603001e590249f71b6d419508fab0..182615790589d1af1afe3b03c4501e6f068dacfb 100644 (file)
@@ -37,7 +37,7 @@ limit_max_cpu=1
 #########################
 [PassScenario]
 pass_scenario_support=yes
-pass_num_scenarios=2
+pass_num_scenarios=3
 
 [Scenario0]
 name=AppLaunch
@@ -49,6 +49,11 @@ name=UltraPowerSaving
 support=yes
 scenario_level=3
 
+[Scenario2]
+name=Doze
+support=yes
+scenario_level=3
+
 ###################################
 ### Scenario of Thermal Monitor ###
 ###################################