landmarksui/inc/LmkUID.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 "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:    LandmarksUi Content File -    Common header for UIDs of Landmarks UI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef LMKUID_H
       
    25 #define LMKUID_H
       
    26 
       
    27 //  MACROS
       
    28 
       
    29 /// Landmarks application UID3
       
    30 #define KLmkAppUID3 0x101F85A2
       
    31 
       
    32 /// Landmarks application engine UID3
       
    33 #define KLmkEngUID3 0x101F85A3
       
    34 
       
    35 /// Landmarks application UI controls UID3
       
    36 #define KLmkUiControlsUID3 0x101F85A4
       
    37 
       
    38 /// Landmarks common UI components UID3
       
    39 #define KLmkCommonUiUID3	0x101F85A5
       
    40 
       
    41 /// Landmark Message Viewer UID3
       
    42 //#define KLmkMsgViewerAppUID3    0x101f4d90//0x101F85C1
       
    43 
       
    44 #define KLmkMsgViewerAppUID3 0x101F85C1
       
    45 
       
    46 
       
    47 
       
    48 //
       
    49 // Common system UIDs
       
    50 //
       
    51 #define KAppUID2 0x100039CE
       
    52 
       
    53 #endif // LMKUID_H
       
    54 
       
    55 // End of File