mmmw_plat/system_tone_service_api/tsrc/conf/systemtoneservicestif.cfg
changeset 31 8dfd592727cb
parent 22 128eb6a32b84
child 38 9e9fc5ab059f
--- a/mmmw_plat/system_tone_service_api/tsrc/conf/systemtoneservicestif.cfg	Thu May 27 13:20:50 2010 +0300
+++ b/mmmw_plat/system_tone_service_api/tsrc/conf/systemtoneservicestif.cfg	Wed Jun 23 18:47:10 2010 +0300
@@ -61,6 +61,126 @@
 [Enddefine]
 
 [Test]
+title 01 Play EmailAlert
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone EmailAlert
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+[Test]
+title 02 Play SmsAlert
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone SmsAlert
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+[Test]
+title 03 Play ChatAlert
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone ChatAlert
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+[Test]
+title 04 Play MmsAlert
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone MmsAlert
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+[Test]
+title 05 Play WarningBeep
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone WarningBeep
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+[Test]
+title 06 Play DeafultBeep
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayTone DefaultBeep
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+[Test]
+title 07 Play IncomingCall
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayAlarm IncomingCall
+pause 10000
+STSSTIF StopAlarm True
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+[Test]
+title 08 Play IncomingCall2
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayAlarm IncomingCallLine2
+pause 10000
+STSSTIF StopAlarm True
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+[Test]
+title 09 Play VideoCall
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayAlarm IncomingDataCall
+pause 10000
+STSSTIF StopAlarm True
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+[Test]
+title 10 Play DefaultAlarm
+create systemtoneservicestif STSSTIF
+STSSTIF Create
+STSSTIF PlayAlarm ToDoAlarm
+pause 10000
+STSSTIF StopAlarm True
+pause 5000
+STSSTIF Delete
+delete STSSTIF
+[Endtest]
+
+
+
+
+
+
+
+
+[Test]
 title NFT
 create systemtoneservicestif STSSTIF
 STSSTIF Create
@@ -74,7 +194,7 @@
 
 
 [Test]
-title 01 Create systemtoneservicestif
+title 11 Create systemtoneservicestif
 create systemtoneservicestif STSSTIF
 STSSTIF Create
 delete STSSTIF
@@ -83,7 +203,7 @@
 
 
 [Test]
-title 02 Play ClockAlarm Ringtone
+title 12 Play ClockAlarm Ringtone
 create systemtoneservicestif STSSTIF
 STSSTIF Create
 STSSTIF PlayAlarm  ClockAlarm
@@ -94,17 +214,17 @@
 
 
 [Test]
-title 03 Play ClockAlarmContext Ringtone
+title 13 Play ClockAlarmContext Ringtone
 create systemtoneservicestif STSSTIF
 STSSTIF Create
-STSSTIF PlayAlarm ClockAlarm
-pause 10000
+STSSTIF PlayTone EmailAlert
+pause 5000
 STSSTIF Delete
 delete STSSTIF
 [Endtest]
 
 [Test]
-title 04 Stop ClockAlarm with recognized Context
+title 14 Stop ClockAlarm with recognized Context
 create systemtoneservicestif STSSTIF
 STSSTIF Create
 STSSTIF PlayAlarm ClockAlarm
@@ -117,7 +237,7 @@
 
 
 [Test]
-title 05 Stop ClockAlarm with non-recognized Context
+title 15 Stop ClockAlarm with non-recognized Context
 create systemtoneservicestif STSSTIF
 STSSTIF Create
 STSSTIF PlayAlarm ClockAlarm
@@ -130,12 +250,12 @@
 
 
 [Test]
-title 06 Play two tones
+title 16 Play two tones
 create systemtoneservicestif STSSTIF
 STSSTIF Create
 STSSTIF PlayAlarm ClockAlarm
-pause 10000
-STSSTIF PlayTone DefaultTone
+pause 5000
+STSSTIF PlayTone DefaultBeep
 pause 10000
 STSSTIF StopAlarm True
 STSSTIF Delete