locationmapnavfw/library/group/mnclientlib.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-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 client side of Library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          mnclientlib.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x10206902
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          mnmapview.cpp
       
    32 SOURCE          mnnavigator.cpp
       
    33 SOURCE          mngeocoder.cpp
       
    34 SOURCE          mnprovider.cpp
       
    35 SOURCE          mnproviderfinder.cpp
       
    36 SOURCE          mnproviderimpl.cpp
       
    37 
       
    38 SOURCE          mnserviceclientbase.cpp
       
    39 SOURCE          mnmapviewserviceclient.cpp
       
    40 SOURCE          mnnavigationserviceclient.cpp
       
    41 SOURCE          mngeocodingserviceclient.cpp
       
    42 
       
    43 SOURCE          mnmapimage.cpp
       
    44 SOURCE          mnmapimageparams.cpp
       
    45 SOURCE          mncoordinateconverterbase.cpp
       
    46 SOURCE          mnmapimageserviceclient.cpp
       
    47 
       
    48 SOURCE          mnactivecallback.cpp
       
    49 SOURCE          mnutils.cpp
       
    50 
       
    51 START RESOURCE  ../data/mnclientlib.rss
       
    52 TARGETPATH      RESOURCE_FILES_DIR
       
    53 HEADER
       
    54 LANGUAGE_IDS
       
    55 END
       
    56 
       
    57 USERINCLUDE     .
       
    58 USERINCLUDE     ../inc
       
    59 USERINCLUDE     ../../loc
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY         lbs.lib eposlandmarks.lib
       
    64 LIBRARY         euser.lib apgrfx.lib avkon.lib apparc.lib eikcore.lib cone.lib
       
    65 LIBRARY         efsrv.lib estor.lib bafl.lib fbscli.lib ecom.lib
       
    66 LIBRARY         sisregistryclient.lib siscontroller.lib
       
    67 
       
    68 DEBUGLIBRARY    flogger.lib
       
    69 
       
    70 SMPSAFE
       
    71 
       
    72 // END OF FILE
       
    73