contacts_plat/contactpresence_api/tsrc/contactpresenceapitester/group/contactpresenceapitester.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Test suite for ContactPresence API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          contactpresenceapitester.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2064E389
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         contactpresenceapitester.def
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          contactpresenceapitester.cpp
       
    31 SOURCE          contactpresenceapihandler.cpp
       
    32 SOURCE          contactpresenceapiblocks.cpp
       
    33 SOURCE          contactpresencepbhandler.cpp
       
    34 SOURCE          contactpresencephonebook.cpp
       
    35 
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         cone.lib 
       
    42 LIBRARY         ecom.lib
       
    43 LIBRARY         estor.lib 
       
    44 LIBRARY         bafl.lib
       
    45 LIBRARY         fbscli.lib
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY			vpbkeng.lib
       
    49 LIBRARY         flogger.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         aknicon.lib
       
    52 LIBRARY	        serviceprovidersettings.lib
       
    53 // for writing cache
       
    54 LIBRARY         presencecacheclient2.lib
       
    55 LIBRARY         presencecacheutils.lib
       
    56 
       
    57 LIBRARY         contactpresence.lib  
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 // End of File