idlefw/tsrc/wsplugin/ut_modifierkeytracker/group/ut_modifierkeytracker.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_modifierkeytracker.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000af5a 0x01700000
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      EUNIT_CAPS
       
    28 MACRO           _AIWSPLUGIN_UNIT_TEST
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 USERINCLUDE     ../../../../plugins/wsplugin/inc
       
    33 USERINCLUDE     ../../../../inc/common
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 
       
    37 SOURCEPATH      ../../../../plugins/wsplugin/src
       
    38 SOURCE          modifierkeytracker.cpp
       
    39 
       
    40 SOURCEPATH		../src
       
    41 SOURCE          ut_modifierkeytracker.cpp
       
    42 SOURCE          ut_modifierkeytracker_dllmain.cpp
       
    43 
       
    44 LIBRARY         aiutils.lib 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY			cone.lib 
       
    47 LIBRARY         EUnit.lib
       
    48 LIBRARY         EUnitUtil.lib
       
    49 
       
    50 // End of file