contacts_plat/predictivesearch_utils_api/tsrc/PsUtilsTestSuite/group/PsUtilsTestSuite.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:  ?Description
       
    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          PsUtilsTestSuite.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x2000B5BC
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         PsUtilsTestSuite.def
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          PsUtilsTestSuite.cpp
       
    35 SOURCE          PsUtilsTestSuiteBlocks.cpp
       
    36 SOURCE		TestSuiteInputData.cpp
       
    37 
       
    38 USERINCLUDE     ../inc 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 LIBRARY         stiftestengine.lib
       
    44 //LIBRARY         PsServerClientAPI.lib 
       
    45 LIBRARY         PcsUtils.lib
       
    46 LIBRARY         VPbkEng.lib
       
    47 LIBRARY         eCom.lib
       
    48 LIBRARY         flogger.lib
       
    49 LIBRARY         estor.lib
       
    50 
       
    51 LANG            SC
       
    52 
       
    53 
       
    54 
       
    55 // End of File