uiservicetab/inc/vimpstextentionuiuid.h
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 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 header for UIDs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __VIMPSTEXTENSIONUIUID_H__
       
    20 #define __VIMPSTEXTENSIONUIUID_H__
       
    21 
       
    22 // Unique implementation Uid for this example
       
    23 #define KIMCONTACTSEXTNIMPLEMENTATIONUID 0x20012423
       
    24 #define KHELPUID 0x2001FDC2
       
    25 
       
    26 //
       
    27 // Common system UIDs
       
    28 // For some reason these are not available in .mmp usable form (macros)
       
    29 // in Symbian OS SDK.
       
    30 //
       
    31 #define KEPOCNULLUID 0x0
       
    32 #define KEPOCAPPUID2 0x100039ce
       
    33 #define KEPOCSTATICDLLUID2 0x1000008d
       
    34 #define KECOMRECOGNITIONUID2 0x10009D8D
       
    35 
       
    36 #endif // __VIMPSTEXTENSIONUIUID_H__
       
    37 
       
    38 // End of File