landmarksui/app/group/landmarks.mmp
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
equal deleted inserted replaced
17:1fc85118c3ae 18:870918037e16
       
     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 locaiton application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    26 #include <platform_paths.hrh>
       
    27 #include "../../inc/LmkUID.h"         // Common Location UID definitions
       
    28 #include "../../inc/LmkDebugConfig.h" // Debug configuration
       
    29 #include <data_caging_paths.hrh>
       
    30 
       
    31 TARGET  Landmarks.exe
       
    32 TARGETTYPE  exe
       
    33 UID  KAppUID2 KLmkAppUID3 
       
    34 // Needed in exe-apps
       
    35 epocstacksize 0x5000
       
    36 EPOCHEAPSIZE    0x20000 0x1000000 // Min 128kb, max 16Mb
       
    37 
       
    38 VENDORID    VID_DEFAULT
       
    39 CAPABILITY CAP_APPLICATION NetworkControl
       
    40 
       
    41 // Project source directory
       
    42 SOURCEPATH ../src
       
    43 
       
    44 SOURCE CLmkApp.cpp
       
    45 SOURCE CLmkAppUi.cpp
       
    46 SOURCE CLmkDocument.cpp
       
    47 SOURCE CLmkBaseContainer.cpp
       
    48 SOURCE CLmkBaseView.cpp
       
    49 SOURCE CLmkByLmView.cpp
       
    50 SOURCE CLmkByCategoryView.cpp
       
    51 SOURCE CLmkByLmContainer.cpp
       
    52 SOURCE CLmkByCategoryContainer.cpp
       
    53 SOURCE CLmkCategorySettingsView.cpp
       
    54 SOURCE CLmkCategorySettingsContainer.cpp
       
    55 SOURCE CLmkCategoryContentsView.cpp
       
    56 SOURCE CLmkCategoryContentsContainer.cpp
       
    57 SOURCE CLmkLbWithFilterContainer.cpp
       
    58 SOURCE Debug.cpp
       
    59 
       
    60 // Resources
       
    61 START RESOURCE ../data/Landmarks.rss
       
    62 HEADER
       
    63 TARGETPATH APP_RESOURCE_DIR
       
    64 LANGUAGE_IDS
       
    65 END
       
    66 
       
    67 // Include paths
       
    68 USERINCLUDE . ../src ../data ../inc ../../engine/inc ../../uicontrols/inc ../../inc
       
    69 
       
    70 // Default system include paths for application layer modules.
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 
       
    73 LIBRARY LmkUi.lib
       
    74 LIBRARY eposlandmarks.lib
       
    75 LIBRARY hlplch.lib 
       
    76 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
       
    77 LIBRARY FeatMgr.lib // Feature manager API
       
    78 LIBRARY AknSkins.lib //For skins
       
    79 LIBRARY efsrv.lib //file access
       
    80 LIBRARY CommonEngine.lib//StringLoader
       
    81 LIBRARY CentralRepository.lib
       
    82 
       
    83 
       
    84 // Dependencies to AVKON
       
    85 LIBRARY avkon.lib aknlayout.lib eikctl.lib eikcoctl.lib eikdlg.lib aknicon.lib
       
    86 LIBRARY CdlEngine.lib
       
    87 LIBRARY AknLayout2Scalable.lib
       
    88 #ifdef __LMK_DEBUG_FLAG
       
    89 LIBRARY flogger.lib
       
    90 #endif
       
    91 
       
    92 // ----------- Touch feedback additions start
       
    93 #ifdef RD_TACTILE_FEEDBACK
       
    94 LIBRARY         touchfeedback.lib
       
    95 #endif //RD_TACTILE_FEEDBACK
       
    96 // ----------- Touch feedback additions end
       
    97 
       
    98 
       
    99 START RESOURCE ../data/Landmarks_reg.rss
       
   100 DEPENDS landmarks.rsg
       
   101 TARGETPATH /private/10003a3f/apps
       
   102 END
       
   103 // End of file