landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/ServerClientLib/group/FT_LmServerClientLibrary.mmp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *     This is the project specification file for Landmarks Server
       
    16 *     Client Library.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          FT_lmservlib.dll
       
    23 TARGETTYPE      dll
       
    24 //UID             0x1000008d 0x101fe97a
       
    25 UID             0x1000008d 0x03132019
       
    26 
       
    27 //VENDORID        VID_DEFAULT
       
    28 //CAPABILITY      CAP_CLIENT_DLL
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          FT_RPosLandmarkServer.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SYSTEMINCLUDE   /Epoc32/Include 
       
    39 
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY         estor.lib
       
    44 LIBRARY         eposlmdbmanlib.lib
       
    45 
       
    46 
       
    47 SMPSAFE
       
    48 
       
    49 // End of File