From: Chanwoo Choi Date: Fri, 3 Feb 2017 00:51:16 +0000 (+0900) Subject: pmqos: Add new scenario name for MessageScroll/SIOP/UltraPowerSaving X-Git-Tag: submit/tizen/20170328.004502~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13cb56d7ad33c4b60aa551179ee5eb59f50b107b;p=platform%2Fcore%2Fsystem%2Fpass.git pmqos: Add new scenario name for MessageScroll/SIOP/UltraPowerSaving This patch just adds the new scenario name as following: - MessageScroll - SIOP - UltraPowerSaving Change-Id: I7778fa6d50ce635e32fe0b996bd8fb6d3b160f0f Signed-off-by: Chanwoo Choi --- diff --git a/src/pmqos/pmqos.c b/src/pmqos/pmqos.c index 2fed4a2..63ff6b6 100644 --- a/src/pmqos/pmqos.c +++ b/src/pmqos/pmqos.c @@ -409,6 +409,9 @@ static const struct edbus_method edbus_methods[] = { { "TizenStoreScroll", "i", "i", dbus_pmqos_handler }, { "CallLogScroll", "i", "i", dbus_pmqos_handler }, { "MyfilesScroll", "i", "i", dbus_pmqos_handler }, + { "MessageScroll", "i", "i", dbus_pmqos_handler }, + { "SIOP", "i", "i", dbus_pmqos_handler }, + { "UltraPowerSaving", "i", "i", dbus_pmqos_handler }, }; static int booting_done(void *data, void *user_data) diff --git a/src/pmqos/pmqos.conf b/src/pmqos/pmqos.conf index 788c3d1..ffeeb64 100644 --- a/src/pmqos/pmqos.conf +++ b/src/pmqos/pmqos.conf @@ -7,7 +7,7 @@ # set to "yes" scenario_support (Default value is no) # set scenario_num to be tested scenario_support=yes -scenario_num=49 +scenario_num=52 # describe the scenario section as follows #[Scenario0] @@ -208,3 +208,15 @@ support=yes [Scenario48] name=MyfilesScroll support=yes + +[Scenario49] +name=MessageScroll +support=yes + +[Scenario50] +name=SIOP +support=yes + +[Scenario51] +name=UltraPowerSaving +support=yes