locsrv_plat/map_image_api/tsrc/testprovider/group/testprovider.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005-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 map and navigation test provider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <bldvariant.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET              MnTestProvider.exe
       
    23 TARGETTYPE          exe
       
    24 EPOCSTACKSIZE       0x5000
       
    25 UID                 0x100039CE 0x0313200B
       
    26 
       
    27 VENDORID            VID_DEFAULT
       
    28 CAPABILITY          CAP_APPLICATION
       
    29 
       
    30 SOURCEPATH          ../src
       
    31 
       
    32 // Application mandatory classes
       
    33 SOURCE              testprovider.cpp
       
    34 SOURCE              testproviderapplication.cpp
       
    35 SOURCE              testproviderappui.cpp
       
    36 SOURCE              testproviderappview.cpp
       
    37 SOURCE              testproviderdocument.cpp
       
    38 SOURCE              testprovidermapview.cpp
       
    39 SOURCE              testprovidernaviview.cpp
       
    40 
       
    41 SOURCE              testproviderappserver.cpp
       
    42 SOURCE              testprovidergeocodingservice.cpp
       
    43 SOURCE              testprovidernavigationservice.cpp
       
    44 SOURCE              testprovidermapviewservice.cpp
       
    45 
       
    46 
       
    47 SOURCE              testprovidermapimageservice.cpp
       
    48 
       
    49 
       
    50 SOURCE              testproviderdump.cpp
       
    51 
       
    52 USERINCLUDE         ../inc
       
    53 
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY             euser.lib
       
    57 LIBRARY             efsrv.lib
       
    58 LIBRARY             estor.lib
       
    59 LIBRARY             cone.lib
       
    60 LIBRARY             apparc.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             eikcore.lib
       
    63 LIBRARY             eikcoctl.lib
       
    64 LIBRARY             eikctl.lib
       
    65 LIBRARY             eikdlg.lib
       
    66 LIBRARY             ws32.lib
       
    67 LIBRARY             bitgdi.lib
       
    68 LIBRARY             fbscli.lib
       
    69 
       
    70 LIBRARY             avkon.lib
       
    71 LIBRARY             aknskins.lib
       
    72 
       
    73 LIBRARY             eposlandmarks.lib
       
    74 LIBRARY             eposlmsearchlib.lib
       
    75 LIBRARY             lbs.lib
       
    76 
       
    77 LIBRARY             mnclientlib.lib
       
    78 LIBRARY             mnservicelib.lib
       
    79 
       
    80 LIBRARY             servicehandler.lib // AIW
       
    81 
       
    82 DEBUGLIBRARY        flogger.lib
       
    83 
       
    84 START RESOURCE      ../data/mntestprovider.rss
       
    85 HEADER
       
    86 TARGETPATH          /resource/apps
       
    87 END
       
    88 
       
    89 START RESOURCE      ../data/mntestprovider_reg.rss
       
    90 DEPENDS mntestprovider.rsg
       
    91 TARGETPATH          /private/10003a3f/apps
       
    92 END
       
    93 
       
    94 SMPSAFE
       
    95 
       
    96 // END OF FILE
       
    97