locationlandmarksuirefapp/group/lmuirefapp.mmp
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
equal deleted inserted replaced
17:1fc85118c3ae 18:870918037e16
       
     1 /*
       
     2 * Copyright (c) 2005 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 -    
       
    15 *     This is the project specification file for Landamrsk UI Reference Application.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include "LmUiRefAppUID.h"
       
    25 
       
    26 TARGET  LmUiRefApp.exe
       
    27 TARGETTYPE exe 
       
    28 UID 0x0 KLmUiRefAppUID3 
       
    29 
       
    30 EPOCSTACKSIZE 0x5000
       
    31 CAPABILITY NetworkServices Location ReadUserData WriteUserData LocalServices
       
    32 
       
    33 
       
    34 VENDORID    0
       
    35 
       
    36 USERINCLUDE . ../inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 
       
    40 SOURCEPATH ../src
       
    41 SOURCE  LmUiRefApp.cpp 
       
    42 SOURCE  LmUiRefAppUi.cpp
       
    43 SOURCE  LmUiRefAppDocument.cpp
       
    44 SOURCE  LmUiRefAppContainer.cpp
       
    45 SOURCE  LmUiRefAppView.cpp
       
    46 
       
    47 // UI Resources
       
    48 START RESOURCE ../data/lmuirefapp.rss
       
    49 HEADER
       
    50 TARGETPATH resource/apps
       
    51 LANG     SC
       
    52 END
       
    53 
       
    54 // Application registration info for installer
       
    55 START RESOURCE ../data/lmuirefapp_reg.rss
       
    56 DEPENDS lmuirefapp.rsg
       
    57 #ifdef WINSCW
       
    58 TARGETPATH 	  /private/10003a3f/apps
       
    59 #else
       
    60 TARGETPATH 	  /private/10003a3f/import/apps
       
    61 #endif
       
    62 END
       
    63 
       
    64 
       
    65 LIBRARY eposlandmarks.lib
       
    66 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib
       
    67 LIBRARY eikcoctl.lib avkon.lib
       
    68 LIBRARY LmkCommonUi.lib
       
    69 LIBRARY CommonEngine.lib
       
    70