pmqos: add AppLaunchHome and HomeScreen 37/253037/4 submit/tizen/20210204.062055 submit/tizen/20210205.012455 submit/tizen/20210208.020913
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 4 Feb 2021 03:57:45 +0000 (12:57 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 4 Feb 2021 05:48:03 +0000 (14:48 +0900)
Two scenarios are added to support C# APIs.
ex) DevicePmQosAppLaunchHome
    DevicePmQosHomeScreen

Change-Id: I93ffd4fb0f2e91b00ba3fdaeb7b14b00a4eaa444
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
scripts/pass-pmqos.conf

index c616e62..3dc3332 100644 (file)
@@ -2,7 +2,7 @@
 # set to "yes" scenario_support (Default value is no)
 # set scenario_num to be tested
 scenario_support=yes
-scenario_num=3
+scenario_num=5
 
 # describe the scenario section as follows
 #[Scenario0]
@@ -23,3 +23,13 @@ support=yes
 [Scenario2]
 name=Doze
 support=yes
+
+[Scenario3]
+name=AppLaunchHome
+max_duration_ms=3000
+support=yes
+
+[Scenario4]
+name=HomeScreen
+max_duration_ms=3000
+support=yes
\ No newline at end of file