landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/group/FT_DbManPluginsTest.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 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          dbmanpluginstest.dll
       
    23 TARGETTYPE      PLUGIN // From SOS9.0
       
    24 UID             0x10009D8D 0x04440010
       
    25 
       
    26 //VENDORID        VID_DEFAULT
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          DbManPluginsTestMain.cpp
       
    31 SOURCE          CDbManTestPluginBase.cpp
       
    32 
       
    33 SOURCEPATH      ../resource
       
    34 start resource  04440010.rss
       
    35 #ifdef SYMBIAN_SECURE_ECOM
       
    36 TARGET          dbmanpluginstest.rsc
       
    37 #endif
       
    38 end
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 SYSTEMINCLUDE   /epoc32/include 
       
    44 
       
    45 
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../src
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         ecom.lib
       
    53 LIBRARY         eposlmdbmanlib.lib
       
    54 LIBRARY         FT_lmservlib.lib
       
    55 EXPORTUNFROZEN
       
    56 SMPSAFE
       
    57 
       
    58 // END OF FILE
       
    59