imstutils/imconversationview/inc/imcvuicommonuids.h
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Common UID constants for conversationview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // uids for all component
       
    20 
       
    21 #ifndef     __IMCVUICOMMONUIDS_H
       
    22 #define     __IMCVUICOMMONUIDS_H
       
    23 
       
    24 // MACROS
       
    25 //Uid3:s part of imcvuiengine.dll  
       
    26 #define KIMCVUIENGINEDLLUID2 		0x1000008d 
       
    27 #define KIMCVUIENGINEDLLUID3 		0x20012426
       
    28 
       
    29 // part of imcvuiapp.exe
       
    30 #define KIMCVUIAPPEXEUID2           0x100039CE
       
    31 #define KIMCVUIAPPEXEUID3           0x20012425 
       
    32 
       
    33 // imcvlauncher uids
       
    34 #define KIMCVLAUNCHERUid2 			0x1000008d
       
    35 #define KIMCVLAUNCHERUid3 			0x20012427
       
    36 
       
    37 #endif // __IMCVUICOMMONUIDS_H
       
    38 
       
    39 //  End of File
       
    40 
       
    41