mmmw_plat/system_tone_service_api/tsrc/conf/systemtoneservicestif.cfg
changeset 14 80975da52420
child 16 43d09473c595
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
       
     1 [Define]
       
     2 CalendarAlarm 								1
       
     3 ClockAlarm 										2
       
     4 ToDoAlarm 										3
       
     5 BurstMode 			  						4097
       
     6 Capture  											4098
       
     7 CallRecording  								4099
       
     8 RecordingStart  							4100
       
     9 RecordingStop  								4101
       
    10 SelfTimer  										4102
       
    11 ConfirmationBeep 							8193
       
    12 DefaultBeep   								8194
       
    13 ErrorBeep  										8195
       
    14 InformationBeep  							8196
       
    15 WarningBeep  									8197
       
    16 IntegratedHandsFreeActivated 	8198
       
    17 TouchScreen  									12289
       
    18 LocationRequest  							16395
       
    19 ChatAlert  										20481
       
    20 EmailAlert  									20482
       
    21 MmsAlert  										20483
       
    22 SmsAlert  										20484
       
    23 DeliveryReport  							20485
       
    24 MessageSendFailure  					20486
       
    25 BatteryLow  									24577
       
    26 BatteryRecharged 							24578
       
    27 PowerOn  											24579
       
    28 PowerOff  										24580
       
    29 WakeUp  											24581
       
    30 WrongCharger  								24582
       
    31 IncomingCall  								28673
       
    32 IncomingCallLine2  						28674
       
    33 IncomingDataCall  						28675
       
    34 AutomaticRedialComplete  			28676
       
    35 VoiceStart  									32769
       
    36 VoiceError  									32770
       
    37 VoiceAbort  									32771
       
    38 [Enddefine]
       
    39 
       
    40 [Test]
       
    41 title NFT
       
    42 create systemtoneservicestif STSSTIF
       
    43 STSSTIF Create
       
    44 STSSTIF PlayToneWithContext ClockAlarm
       
    45 pause 10000
       
    46 STSSTIF StopTone True
       
    47 STSSTIF Delete
       
    48 delete STSSTIF
       
    49 [Endtest]
       
    50 
       
    51 
       
    52 
       
    53 [Test]
       
    54 title 01 Create systemtoneservicestif
       
    55 create systemtoneservicestif STSSTIF
       
    56 STSSTIF Create
       
    57 delete STSSTIF
       
    58 [Endtest]
       
    59 
       
    60 
       
    61 
       
    62 [Test]
       
    63 title 02 Play ClockAlarm Ringtone
       
    64 create systemtoneservicestif STSSTIF
       
    65 STSSTIF Create
       
    66 STSSTIF PlayTone  ClockAlarm
       
    67 pause 5000
       
    68 STSSTIF Delete
       
    69 delete STSSTIF
       
    70 [Endtest]
       
    71 
       
    72 
       
    73 [Test]
       
    74 title 03 Play ClockAlarmContext Ringtone
       
    75 create systemtoneservicestif STSSTIF
       
    76 STSSTIF Create
       
    77 STSSTIF PlayToneWithContext ClockAlarm
       
    78 pause 10000
       
    79 STSSTIF Delete
       
    80 delete STSSTIF
       
    81 [Endtest]
       
    82 
       
    83 [Test]
       
    84 title 04 Stop ClockAlarm with recognized Context
       
    85 create systemtoneservicestif STSSTIF
       
    86 STSSTIF Create
       
    87 STSSTIF PlayToneWithContext ClockAlarm
       
    88 pause 10000
       
    89 STSSTIF StopTone True
       
    90 pause 5000
       
    91 STSSTIF Delete
       
    92 delete STSSTIF
       
    93 [Endtest]
       
    94 
       
    95 
       
    96 [Test]
       
    97 title 05 Stop ClockAlarm with non-recognized Context
       
    98 create systemtoneservicestif STSSTIF
       
    99 STSSTIF Create
       
   100 STSSTIF PlayToneWithContext ClockAlarm
       
   101 pause 10000
       
   102 STSSTIF StopTone False
       
   103 pause 5000
       
   104 STSSTIF Delete
       
   105 delete STSSTIF
       
   106 [Endtest]
       
   107 
       
   108 
       
   109 [Test]
       
   110 title 06 Play two tones
       
   111 create systemtoneservicestif STSSTIF
       
   112 STSSTIF Create
       
   113 STSSTIF PlayToneWithContext ClockAlarm
       
   114 pause 10000
       
   115 STSSTIF PlayTone CalendarAlarm
       
   116 pause 10000
       
   117 STSSTIF StopTone True
       
   118 STSSTIF Delete
       
   119 delete STSSTIF
       
   120 [Endtest]
       
   121 
       
   122 
       
   123 [Test]
       
   124 title 07 Stop tone after tone complete
       
   125 create systemtoneservicestif STSSTIF
       
   126 STSSTIF Create
       
   127 STSSTIF PlayToneWithContext ClockAlarm
       
   128 pause 10000
       
   129 STSSTIF StopTone True
       
   130 STSSTIF StopTone True
       
   131 STSSTIF Delete
       
   132 delete STSSTIF
       
   133 [Endtest]