connectivitylayer/isimessage/isimessage_dll/internal/test/inc/ttestcasenames.h
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     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 the License "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 
       
    18 #ifndef _TTESTCASENAMES_H
       
    19 #define _TTESTCASENAMES_H
       
    20 
       
    21 _LIT( KEmonMessageId, "I00XX.00 ISIMSG [Emon MessageId]" );
       
    22 _LIT( KEmonCEmonIsiMsg, "I00XX.00 ISIMSG [Emon CEmonIsiMsg]" );
       
    23 _LIT( KEmonGetShortInfo, "I00XX.00 ISIMSG [Emon GetShortInfo]" );
       
    24 _LIT( KEmonGetShortInfo1, "I00XX.01 ISIMSG [Emon GetShortInfo]" );
       
    25 _LIT( KEmonGetData, "I00XX.00 ISIMSG [Emon GetData]" );
       
    26 _LIT( KEmonGetData1, "I00XX.01 ISIMSG [Emon GetData]" );
       
    27 _LIT( KEmonSubBlocksPossible, "I00XX.00 ISIMSG [Emon SubBlocksPossible]" );
       
    28 _LIT( KEmonSubBlocksPossible1, "I00XX.01 ISIMSG [Emon SubBlocksPossible]" );
       
    29 
       
    30 #endif