mapnavproviderrefapp/group/mnrefproviderback.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 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 MnRefGeocoder
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET              mnrefproviderback.exe
       
    22 TARGETTYPE          exe
       
    23 EPOCSTACKSIZE       0x5000
       
    24 UID                 0x100039CE 0x03132014
       
    25 
       
    26 VENDORID            VID_DEFAULT
       
    27 CAPABILITY          ReadUserData WriteUserData Location
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 
       
    31 SOURCE              mnrefproviderback.cpp
       
    32 SOURCE              mnrpapplicationback.cpp
       
    33 SOURCE              mnrpappuiback.cpp
       
    34 SOURCE              mnrpdocumentback.cpp
       
    35 SOURCE              mnrpappserverback.cpp
       
    36 
       
    37 SOURCE              mnrpgeocodingservice.cpp
       
    38 #ifdef RD_MAPNAV_BITMAP_ACCESS
       
    39 SOURCE              mnrpmapimageservice.cpp
       
    40 #endif
       
    41 
       
    42 USERINCLUDE         ../inc
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY             euser.lib efsrv.lib estor.lib bafl.lib
       
    46 LIBRARY             cone.lib apparc.lib eikcore.lib eikcoctl.lib
       
    47 LIBRARY             ws32.lib gdi.lib
       
    48 
       
    49 LIBRARY             avkon.lib aknskins.lib
       
    50 
       
    51 LIBRARY             eposlandmarks.lib
       
    52 LIBRARY             lbs.lib
       
    53 LIBRARY             mnservicelib.lib
       
    54 
       
    55 LIBRARY             mnrefproviderengine.lib
       
    56 
       
    57 DEBUGLIBRARY        flogger.lib
       
    58 
       
    59 START RESOURCE      ../data/mnrefproviderback.rss
       
    60 HEADER
       
    61 TARGETPATH          /resource/apps
       
    62 END
       
    63 
       
    64 START RESOURCE      ../data/mnrefproviderback_reg.rss
       
    65 DEPENDS mnrefproviderback.rsg
       
    66 TARGETPATH          /private/10003a3f/apps
       
    67 END