contacts_plat/predictivesearch_client_api/tsrc/PsClientTestSuite/group/PsClientTestSuite.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*TYPE TESTCLASS*//*
       
     2 * Copyright (c) 2002 - 2007 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:  MMP file for the client test automation suite
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          PsClientTestSuite.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x2000B5BB
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         PsClientTestSuite.def
       
    34 
       
    35 SOURCEPATH     ../src
       
    36 SOURCE        PsClientTestSuite.cpp
       
    37 SOURCE        PsClientTestSuiteBlocks.cpp
       
    38 SOURCE 		  pstestcontactshandler.cpp
       
    39 SOURCE		  TestSuiteInputData.cpp
       
    40 
       
    41 USERINCLUDE     ../inc 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         stiftestinterface.lib
       
    46 LIBRARY         stiftestengine.lib
       
    47 LIBRARY         PsServerClientAPI.lib 
       
    48 LIBRARY         PcsUtils.lib
       
    49 LIBRARY         VPbkEng.lib
       
    50 LIBRARY         eCom.lib
       
    51 LIBRARY         flogger.lib
       
    52 LIBRARY		bafl.lib
       
    53 
       
    54 
       
    55 
       
    56 
       
    57 // End of File