idlefw/tsrc/wsplugin/ut_numerickeyhandler/group/ut_numerickeyhandler.mmp
branchRCL_3
changeset 28 053c6c7c14f3
equal deleted inserted replaced
27:2c7f27287390 28:053c6c7c14f3
       
     1 /*
       
     2 * Copyright (c) 2009 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:  project file
       
    15 *
       
    16 */
       
    17 
       
    18 #include        <platform_paths.hrh>
       
    19 #include        <eunitcaps.h>
       
    20 
       
    21 
       
    22 TARGET          ut_numerickeyhandler.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 MACRO           _AIWSPLUGIN_UNIT_TEST
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 USERINCLUDE     ../../../../plugins/wsplugin/inc
       
    33 USERINCLUDE     ../../../../inc/common
       
    34 USERINCLUDE     ../../stub
       
    35 USERINCLUDE		../inc
       
    36 
       
    37 SOURCEPATH      ../../../../plugins/wsplugin/src
       
    38 SOURCE          numerickeyhandler.cpp
       
    39 
       
    40 SOURCEPATH		../../stub/
       
    41 SOURCE			animgeneralfunctions_stub.cpp
       
    42 
       
    43 SOURCEPATH		../src
       
    44 SOURCE          ut_numerickeyhandler.cpp
       
    45 SOURCE          ut_numerickeyhandler_dllmain.cpp
       
    46 
       
    47 LIBRARY         aiutils.lib 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY			cone.lib 
       
    50 LIBRARY         EUnit.lib
       
    51 LIBRARY         EUnitUtil.lib
       
    52 
       
    53 
       
    54 LIBRARY         efsrv.lib 
       
    55 LIBRARY         CenRepNotifHandler.lib
       
    56 LIBRARY         ptiengine.lib
       
    57 LIBRARY         centralrepository.lib
       
    58 LIBRARY         commonengine.lib
       
    59 LIBRARY         esock.lib
       
    60 LIBRARY         serviceprovidersettings.lib
       
    61 LIBRARY         featmgr.lib
       
    62 
       
    63 // End of file