contacts_plat/presence_cache_api/tsrc/clientsrvtester/group/clientsrvtester.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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          clientsrvtester.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2064E389
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         presencecacheutilstester.def
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          clientsrvtester.cpp
       
    31 SOURCE          clientsrvtesterblocks.cpp
       
    32 
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE ../../../../presence_cache_api/inc   // todo: change
       
    38 
       
    39 LIBRARY         cone.lib 
       
    40 LIBRARY         ecom.lib
       
    41 LIBRARY         estor.lib 
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY         fbscli.lib
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         flogger.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 
       
    49 LIBRARY         presencecacheclient2.lib
       
    50 LIBRARY         presencecacheutils.lib
       
    51 
       
    52 
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 // EXPORTUNFROZEN
       
    57 
       
    58 // End of File