homescreensrv_plat/context_utility_api/tsrc/group/t_ui_context_utility_api.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*TYPE STIFUNIT*//*
       
     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:  T_ui_context_utility_api test module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          T_ui_context_utility_api.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         T_ui_context_utility_api.def
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 USERINCLUDE     ../../inc 
       
    31 USERINCLUDE     ../../../../contextutility/inc
       
    32 
       
    33 // USERINCLUDE for base test class
       
    34 USERINCLUDE     ../testbase
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SYSTEMINCLUDE   /epoc32/include/internal
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          T_ui_context_utility_api.cpp
       
    42 SOURCE          T_ui_context_utility_api_cases.cpp
       
    43 SOURCE          wait.cpp
       
    44 SOURCE          hgctxcontactmatcher.cpp
       
    45 
       
    46 SOURCEPATH      ../../../../contextutility/src
       
    47 SOURCE          hgcontextutilityimpl.cpp
       
    48 SOURCE          hgcontextutility.cpp
       
    49 SOURCE          hgcontextutilitybase.cpp
       
    50 
       
    51 // SOURCEPATH for base test class
       
    52 SOURCEPATH      ../testbase
       
    53 SOURCE          hgtestbase.cpp
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         estor.lib
       
    57 LIBRARY         bafl.lib
       
    58 LIBRARY         stiftestinterface.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         aknnotify.lib
       
    61 LIBRARY         eikcore.lib 
       
    62 LIBRARY         cfclient.lib
       
    63 LIBRARY         cfservices.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         ws32.lib
       
    66 LIBRARY         mdeclient.lib
       
    67 LIBRARY         vpbkeng.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         Pbk2Presentation.lib
       
    70 LIBRARY         fbscli.lib
       
    71 LIBRARY         imageconversion.lib
       
    72 LIBRARY         commonengine.lib
       
    73 
       
    74 DEBUGLIBRARY    flogger.lib
       
    75 
       
    76 LANG            SC
       
    77 
       
    78 EXPORTUNFROZEN
       
    79 
       
    80 // End of File