pushmtm/Inc/PushMtmDef.hrh
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Macro definitions and enums for the Push MTM modules.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PUSHMTMDEF_HRH
       
    21 #define PUSHMTMDEF_HRH
       
    22 
       
    23 
       
    24 /// Push technology UID.
       
    25 #define EUidPushMtmTechnologyGroup 0x10009157
       
    26 
       
    27 /// Uid defines for Push MTM and Push Message Types (see PushEntry.h).
       
    28 #define EUidPushMtmWapPush 0x10009158
       
    29 #define EUidPushMtmMsgSI 0x10009159
       
    30 #define EUidPushMtmMsgSL 0x1000915A
       
    31 #define EUidPushMtmMsgMultiPart 0x1000915B
       
    32 #define EUidPushMtmMsgUnknown 0x1000915C
       
    33 
       
    34 /// 3rd UID of the Push Viewer application.
       
    35 #define EUidPushViewerApp 0x10008D3C
       
    36 
       
    37 
       
    38 #endif // PUSHMTMDEF_HRH