locationcentre/lcapp/group/lcapp.mmp
branchRCL_3
changeset 16 4721bd00d3da
parent 14 3a25f69541ff
child 21 e15b7f06eba6
equal deleted inserted replaced
14:3a25f69541ff 16:4721bd00d3da
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file for project Location Centre Application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // SYSTEM INCLUDES
       
    20 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 // USER INCLUDES
       
    24 #include "../inc/lcappuid.hrh"
       
    25 
       
    26 TARGET          lcapp.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x100039ce KLcAppUid
       
    29 
       
    30 VERSION         1.0
       
    31 
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_APPLICATION
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          lcapp.cpp
       
    37 SOURCE          lcdocument.cpp
       
    38 SOURCE          lcappui.cpp
       
    39 SOURCE			lccontainer.cpp
       
    40 SOURCE          lcview.cpp
       
    41 SOURCE          lclistboxmodel.cpp
       
    42 
       
    43 SOURCEPATH      ../data 
       
    44 START RESOURCE  lcapp.rss
       
    45 HEADER
       
    46 TARGETPATH      APP_RESOURCE_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 START RESOURCE lcapp_reg.rss
       
    51 DEPENDS lcapp.rsg
       
    52 TARGETPATH /private/10003a3f/apps
       
    53 END
       
    54 
       
    55 USERINCLUDE     ../inc
       
    56 USERINCLUDE     ../../inc
       
    57 USERINCLUDE 	../../../inc
       
    58 USERINCLUDE     ../../../../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY         featmgr.lib
       
    63 LIBRARY         euser.lib 
       
    64 LIBRARY         apparc.lib 
       
    65 LIBRARY         cone.lib 
       
    66 LIBRARY         eikcore.lib 
       
    67 LIBRARY         avkon.lib 
       
    68 LIBRARY			bafl.lib
       
    69 LIBRARY         eikcoctl.lib
       
    70 LIBRARY         efsrv.lib 
       
    71 LIBRARY         lcservice.lib
       
    72 LIBRARY		    eikctl.lib
       
    73 LIBRARY         egul.lib
       
    74 LIBRARY         fbscli.lib
       
    75 LIBRARY         estor.lib					
       
    76 LIBRARY         commonengine.lib
       
    77 LIBRARY			aknskins.lib
       
    78 LIBRARY			aknskinsrv.lib
       
    79 LIBRARY			aknswallpaperutils.lib
       
    80 LIBRARY         hlplch.lib
       
    81 LIBRARY			aknicon.lib
       
    82 
       
    83