pmqos: Add new scenario name for MessageScroll/SIOP/UltraPowerSaving
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 3 Feb 2017 00:51:16 +0000 (09:51 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 3 Feb 2017 01:07:33 +0000 (10:07 +0900)
This patch just adds the new scenario name as following:
- MessageScroll
- SIOP
- UltraPowerSaving

Change-Id: I7778fa6d50ce635e32fe0b996bd8fb6d3b160f0f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pmqos/pmqos.c
src/pmqos/pmqos.conf

index 2fed4a2ca38e6a90a3bf4b5c796c430125a0273d..63ff6b6de32513c2c51c7bbfec710d00cc7c023c 100644 (file)
@@ -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)
index 788c3d1a12da639aaaa2e32b0a789f433a47a2df..ffeeb64c81e5b142278b714c5f265758530d0d77 100644 (file)
@@ -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