mapnavproviderrefapp/group/mnrefprovider.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 MnRefProvider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET              mnrefprovider.exe
       
    22 TARGETTYPE          exe
       
    23 EPOCSTACKSIZE       0x5000
       
    24 UID                 0x100039CE 0x03132013
       
    25 
       
    26 VENDORID            VID_DEFAULT
       
    27 CAPABILITY          ReadUserData WriteUserData Location
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 
       
    31 SOURCE              mnrefprovider.cpp
       
    32 SOURCE              mnrpapplication.cpp
       
    33 SOURCE              mnrpappui.cpp
       
    34 SOURCE              mnrpdocument.cpp
       
    35 SOURCE              mnrpappserver.cpp
       
    36 
       
    37 SOURCE              mnrpappview.cpp
       
    38 SOURCE              mnrpappcontrol.cpp
       
    39 
       
    40 SOURCE              mnrpmapview.cpp
       
    41 SOURCE              mnrpmapcontrol.cpp
       
    42 
       
    43 SOURCE              mnrpnaviview.cpp
       
    44 SOURCE              mnrpnavimodel.cpp
       
    45 SOURCE              mnrpnavicontrol.cpp
       
    46 
       
    47 SOURCE              mnrpnavigationservice.cpp
       
    48 SOURCE              mnrpmapviewservice.cpp
       
    49 
       
    50 USERINCLUDE         ../inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY             euser.lib efsrv.lib estor.lib apparc.lib bafl.lib
       
    55 LIBRARY             cone.lib eikcore.lib eikcoctl.lib eikctl.lib eikdlg.lib
       
    56 
       
    57 LIBRARY             avkon.lib aknskins.lib aknicon.lib
       
    58 LIBRARY             egul.lib gdi.lib ws32.lib fbscli.lib
       
    59 LIBRARY             imageconversion.lib
       
    60 
       
    61 LIBRARY             eposlandmarks.lib eposlmsearchlib.lib
       
    62 LIBRARY             lbs.lib
       
    63 LIBRARY             mnservicelib.lib
       
    64 
       
    65 LIBRARY             mnrefproviderengine.lib
       
    66 
       
    67 DEBUGLIBRARY        flogger.lib
       
    68 
       
    69 START RESOURCE      ../data/mnrefprovider.rss
       
    70 HEADER
       
    71 TARGETPATH          /resource/apps
       
    72 END
       
    73 
       
    74 START RESOURCE      ../data/mnrefprovider_reg.rss
       
    75 DEPENDS mnrefprovider.rsg
       
    76 TARGETPATH          /private/10003a3f/apps
       
    77 END