contacts_plat/cca_view_plugin_api/tsrc/ut_cccappviewpluginaknview/group/ut_cccappviewpluginaknview.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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET  	ut_cccappviewpluginaknview.dll
       
    22 TARGETTYPE  dll
       
    23 UID		    0x1000008D 0x0f120057
       
    24 
       
    25 CAPABILITY  ALL -TCB
       
    26 
       
    27 SOURCEPATH  ../src
       
    28 SOURCE 		ut_cccappviewpluginaknview.cpp
       
    29 
       
    30 // tested class
       
    31 SOURCE      ../../../../../phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/src/ccappviewpluginaknview.cpp
       
    32 
       
    33 USERINCLUDE ../inc 
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE 
       
    36 SYSTEMINCLUDE /epoc32/include/ecom
       
    37 
       
    38 LIBRARY     euser.lib
       
    39 LIBRARY     stiftestinterface.lib
       
    40 LIBRARY     ecom.lib
       
    41 LIBRARY		flogger.lib
       
    42 LIBRARY     cone.lib//avkon view/container
       
    43 LIBRARY     eikcore.lib//avkon view/container
       
    44 
       
    45 LANG            SC
       
    46 
       
    47 // End of File