ximpfw/tsrc/tsrcprotocols/prfwtestprotocols.h
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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:  XIMP Framework Test Code 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRFWTESTPROTOCOLS_H
       
    19 #define PRFWTESTPROTOCOLS_H
       
    20 
       
    21 #include <e32std.h>
       
    22 
       
    23 
       
    24 /**
       
    25  * C++ compatible definitions for XIMP test protocols.
       
    26  *
       
    27  * This must be kept in-sync with definitions in
       
    28  * "prfwtestprotocols_resource.hrh"
       
    29  */
       
    30 
       
    31 //XIMP primary test protocol
       
    32 const TInt K_PRFW_TST_PROTOCOL_1_IMPLEMENTATION_UID  = 0x10282DDF;
       
    33 const TInt K_PRFW_TST_PROTOCOL_1_VERSION_NO          = 1;
       
    34 _LIT( K_PRFW_TST_PROTOCOL_1_DISPLAY_NAME,            "XIMP primary test protocol" );
       
    35 _LIT( K_PRFW_TST_PROTOCOL_1_DEFAULT_DATA,            "" );
       
    36 _LIT( K_PRFW_TST_PROTOCOL_1_OPAQUE_DATA,             "<p>Nokia<f>feat/pres/pub<f>feat/pres/fetch<f>feat/pres/subs<s>sip" );
       
    37 
       
    38 
       
    39 
       
    40 //XIMP secondary test protocols
       
    41 const TInt K_PRFW_TST_PROTOCOL_2_IMPLEMENTATION_UID  = 0x10282DE0;
       
    42 const TInt K_PRFW_TST_PROTOCOL_3_IMPLEMENTATION_UID  = 0x10282DE1;
       
    43 const TInt K_PRFW_TST_PROTOCOL_4_IMPLEMENTATION_UID  = 0x10282DE2;
       
    44 const TInt K_PRFW_TST_PROTOCOL_5_IMPLEMENTATION_UID  = 0x10282DE3;
       
    45 
       
    46 
       
    47 
       
    48 #endif // PRFWTESTPROTOCOLS_H
       
    49