landmarksui/msgviewer/group/LmkMsgViewer.mmp
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 -    Project file for Landmark Message Viewer application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 
       
    26 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    27 #include <platform_paths.hrh>
       
    28 #include <data_caging_paths.hrh> //Data caging path defines
       
    29 #include "../../inc/LmkUID.h"         // Common Location UID definitions
       
    30 
       
    31 // Target information
       
    32 
       
    33 TARGET  LmkMsgViewer.exe
       
    34 TARGETTYPE exe 
       
    35 UID  KAppUID2 KLmkMsgViewerAppUID3 
       
    36 
       
    37 EPOCHEAPSIZE  1000 16000000
       
    38 EPOCSTACKSIZE 0x5000
       
    39 
       
    40 
       
    41 VENDORID    VID_DEFAULT
       
    42 CAPABILITY CAP_APPLICATION
       
    43 
       
    44 
       
    45 
       
    46 //exportunfrozen
       
    47 
       
    48 // Project source directory
       
    49 SOURCEPATH ../src
       
    50 
       
    51 SOURCE CLmkMsgViewerApp.cpp
       
    52 SOURCE CLmkMsgViewerAppUi.cpp
       
    53 SOURCE CLmkMsgViewerDocument.cpp
       
    54 SOURCE CLmkMsgViewerAppView.cpp
       
    55 
       
    56 // Resources
       
    57 // RESOURCE /MsgViewerRss/LmkMsgViewer.rss
       
    58 
       
    59 START RESOURCE ../data/LmkMsgViewer.rss
       
    60 HEADER
       
    61 TARGETPATH APP_RESOURCE_DIR
       
    62 LANGUAGE_IDS
       
    63 END //RESOURCE
       
    64 
       
    65 // Include paths
       
    66 USERINCLUDE . ../src ../data ../inc 
       
    67 USERINCLUDE ../../engine/inc ../../uicontrols/inc ../../inc
       
    68 
       
    69 // Other build related files
       
    70 //DOCUMENT ../group/landmarks.loc
       
    71 
       
    72 
       
    73 // Default system include paths for application layer modules.
       
    74 APP_LAYER_SYSTEMINCLUDE
       
    75 
       
    76 
       
    77 
       
    78 LIBRARY LmkUi.lib
       
    79 LIBRARY eposlandmarks.lib LmkEng.lib
       
    80 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
       
    81 LIBRARY avkon.lib efsrv.lib
       
    82 LIBRARY AknSkins.lib
       
    83 LIBRARY CommonEngine.lib//StringLoader
       
    84 
       
    85 START RESOURCE ../data/LmkMsgViewer_reg.rss
       
    86 DEPENDS lmkmsgviewer.rsg
       
    87 HEADER
       
    88 TARGETPATH /private/10003a3f/apps
       
    89 END
       
    90 // End of file