messagingappbase/smsmtm/test/data/script/sendrecv_ems.script
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 [All]
       
    18 Defaults= defaults.script
       
    19 
       
    20 [FormatTest1]
       
    21 Message= This is a standard message with some formatting applied
       
    22 EmsFormat= 2 10 8 23 19 7 64
       
    23 
       
    24 [FormatTest2]
       
    25 Message= 
       
    26 This is a very large message which should extend over 200 characters. Formattin
       
    27 g should be applied from the start of 'Formatting' up to a certain point which 
       
    28 will be defined later. OK, NOW. Now there shouldn't be anymore formatting.
       
    29 EmsFormat= 1 70 121 23
       
    30 
       
    31 [FormatTest3]
       
    32 Message= 
       
    33 This is a very large message which should extend over 200 characters. Formattin
       
    34 g should be applied from the start of 'Formatting' up to a certain point which 
       
    35 will be defined later. OK, NOW. Now there shouldn't be anymore formatting. This
       
    36  one differs from the previous test in that it is UCS2 encoding
       
    37 EmsFormat= 1 70 121 23
       
    38 Encoding= 16
       
    39 
       
    40 [Picture]
       
    41 Message=
       
    42 This should have three EMS pictures after this message... Here's the first one:
       
    43  now the second one:  finally the third one: 
       
    44 EmsPicture= 3 80 0 100 1 124 2
       
    45 
       
    46 [Animation]
       
    47 Message=
       
    48 This should have two animations and a user defined animation. The first one can
       
    49 be found here:  Now the second:  Now the predefined one:  WOW!!
       
    50 EmsAnimation= 2 95 0 112 1
       
    51 EmsPredefAnim= 1 137 4
       
    52 
       
    53 [Sound]
       
    54 Message=
       
    55 This message should have a pre-defined sound right here:  .... and now a user d
       
    56 efined sound right here:  ....
       
    57 EmsPredefSound= 1 38 5
       
    58 EmsUserSound= 1 106 abcdefghijklmn
       
    59 
       
    60 [UserPrompt]
       
    61 Message= This is a UP message
       
    62 EmsUserPrompt= 1 0 1
       
    63 EmsPicture= 1 0 2
       
    64 
       
    65 [BigFormatWithLargePicture]
       
    66 Message= 
       
    67 This is a very large message which should test the problem when formatting get
       
    68 s spread over one PDU and there is a large picture in the middle.
       
    69 EmsFormat= 1 0 145 64
       
    70 EmsPicture= 1 15 1
       
    71 
       
    72 
       
    73 endscript