phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/tsrc/ut_commlaunchercontacthandler/group/ut_commlaunchercontacthandler.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2002 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 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          t_commlaunchercontacthandler.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E7
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          t_commlaunchercontacthandler.cpp
       
    31 SOURCE          t_commlaunchercontacthandlerCases.cpp
       
    32 SOURCE          t_testsingleton.cpp
       
    33 SOURCE          t_ccappcmscontactfetcher.cpp
       
    34 SOURCE          ccappcommlauncherheaders.cpp
       
    35 
       
    36 // tested class
       
    37 SOURCE          ../../../src/ccappcommlaunchercontacthandler.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE     ../inc 
       
    41 USERINCLUDE     ../../../../../../../ccservices/cmsservices/cmsengine/inc
       
    42 USERINCLUDE     ../../../../../../phonebook/inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE 
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 SYSTEMINCLUDE   ../../../../inc
       
    47 SYSTEMINCLUDE   ../../../../../inc 
       
    48 
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         stiftestengine.lib
       
    53 LIBRARY         flogger.lib
       
    54 LIBRARY			centralrepository.lib
       
    55 
       
    56 EPOCALLOWDLLDATA
       
    57 
       
    58 LANG            SC
       
    59